Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to supress a warning message in BDC for ME11 Tcode

Former Member
0 Kudos

Hi Expert,

I am doing a BDC report for ME11 Tcode and some of warning is ignorable for this transaction code,how can we suppress these warning through BDC program, is it possible or will have to make some changes changes in TCODE(ME11) itself.

2 REPLIES 2

Former Member
0 Kudos

to handle warning messages in BDC put a condition in that part and process again an ENTER button on OK_CODE

Former Member
0 Kudos

hi,

if the warning message coming in a pop-up window then it can be supressed in the following way.

1. comment the lines of the code of bdc recording of that pop-up screen along with the perform of bdc ok code '=ENTE".

2. use the structure ctu_params and fill the correspondings fiels, particularly the field nobinpt = 'X' and then use this structure in the call transcation statement as

call transcation 'ME11'

using bdcdata

options from opt ( structure of ctu_params )

........................

.......................

3. At the time of recording use the option of check box " no batch input session ".

regards,

Alok