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: 

Problem get the parameter ID using debug mode

Former Member
0 Kudos

Hi Expert,

I got problem for tracking the problem which is using GET PARAMETER ID under debug mode. the scenario is like that, I go and run the BDC transaction and want to use GET PARAMETER ID 'KUN' to populate data customer code to some variable. but when I using the debug mode sometimes my variable is came from GET PARAMETER ID was missing. but if running not using the debug mode all is populated perfectly. is there any SAP notes or code I can use to continue my debuging instead using GET PARAMETER ID ? Thank you

Regards,

Koho koho

3 REPLIES 3

Former Member
0 Kudos

IMHO, if you didn't see it in debug from time to time, it's because the parameter ID had been initialized somewhere, or your program that sets set the parameter is not working reliably.

0 Kudos

Hi BreakPoint,

Thanks for the replay, I really don't know and how to configure again. this morning I am running upload program using the BDC using the get paramater ID from posting FB03. I loading 10 documents upload. and 2 is failed to take the "get parameter id 'BLN' field var1" and var1 is blank, the other 8 document posted I can get the paramter id as well. any solution for this case. Thanks

Regards,

Koho koho

Former Member
0 Kudos

done by myself