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 in BDC not triggered

Former Member
0 Kudos

Hi experts

i have a problem in BDC

transaction code iw52

in iw52 i am tryin to change a item ,

process follows

iw52> notification no, i jus entered> then i vil go 2 items & select 1 & i go for detail view selection , then the pop vil appear , here i am not able find a screen number coz its a pop-up.

when i run the BDC , at pop-up selectin (detail view) is not getin selected . here we are upgraded ECC 6

any codin is dere to select the pop-up ( iw52-> lenz)

detail view is found in below items (lens symbol) ...

points vil be rewarded

1 ACCEPTED SOLUTION

former_member195383
Active Contributor
0 Kudos

Hi irfan,

I had a similar requirement,,,

wat i did was i was passing a filed 'wf_field' with value 'X', to the main program ,where pop up comes

if wf_field = 'X', we will not go to the pop up calling FM(POPUP_TO_CONFIRM) ...

and also u make the value of the output of this FM, say wf_ans as 1 always,,,

So that will be equivallent to ur pop up being selected always....

Hope this helps u out....

Edited by: Rudra Prasanna Mohapatra on Aug 5, 2008 1:14 PM

3 REPLIES 3

former_member195383
Active Contributor
0 Kudos

Hi irfan,

I had a similar requirement,,,

wat i did was i was passing a filed 'wf_field' with value 'X', to the main program ,where pop up comes

if wf_field = 'X', we will not go to the pop up calling FM(POPUP_TO_CONFIRM) ...

and also u make the value of the output of this FM, say wf_ans as 1 always,,,

So that will be equivallent to ur pop up being selected always....

Hope this helps u out....

Edited by: Rudra Prasanna Mohapatra on Aug 5, 2008 1:14 PM

Former Member
0 Kudos

Please check the SAP note - 13882

Former Member
0 Kudos

Helpful Answer