‎2007 Dec 06 2:03 AM
Dear all:
Can anyone tell me how to submit program that this program contain LDB, when i submit this program, i can't pass value to it and there occurs selection screen both the selection screen my own and the submit program, anyone can help me
thanks in advance...
Monson
‎2007 Dec 06 2:15 AM
There are syntax variants for SUBMIT statement which would allow you to pass data to the Selection screen.
TYpe SUBMIT in your program and press f1. It will give you the various options with Submit.
eg:
submit <prog> with p_matnr = v_matnr
s_vkorg in r_vkorg
and return.
Regards,
Ravi Kanth Talagana
‎2007 Dec 06 3:22 AM
I just focus on LDB with submit. the formal submit , i can do it , thanks for your help..