Application Development and Automation 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: 
Read only

Submit program with LDB.

Former Member
0 Likes
692

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

2 REPLIES 2
Read only

Former Member
0 Likes
524

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

Read only

0 Likes
524

I just focus on LDB with submit. the formal submit , i can do it , thanks for your help..