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: 

pop up box is not handel in BDC program

Former Member
0 Kudos

hi to all experts,

in tcode ' IP10 ' one pop up box is came in simple processing and recording also. but when i used the system source code in program , this pop up box is not encounter on this conditions. how can i solve this issue.

Help is appriciated.

Regards:

Mahesh

3 REPLIES 3

Former Member
0 Kudos

Hi,

You have copied that standard program. Then just check it out in that whether they are processing SY-TCODE or SY-REPID. If they did anything particularly to that tcode or standard program, then you have to change the code accordingly. Even on that part of the code to be changed.

Just try and find out....

Regards,

R.Nagarajan

0 Kudos

Hi,

Check in what conditions the Pop-up is not coming out and manipulate the code for the same.

If you are not able to get the code for pop-up in recording do a manual code for same.

Raghav

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