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 command

Former Member
0 Likes
431

ii have 2 fields tanum tapos

in the first screen the mark is in tanum

after i enter data to tanum tapos i make submit and the mark is in tapos

i want him in <b>tanum</b>

like in lt11

what the solution

2 REPLIES 2
Read only

Former Member
0 Likes
405

This requirment cant be met using SUBMIT statement, Do a BDC recording of inserting value in TANUM, TAPOS & also of placing cursor on TANUM. Then use CALL TRANSACTION ... USING I_BDCDATA to execute the same.

Read only

Former Member
0 Likes
405

Hi !

The code construction "SUBMIT.... " only works if:

- The called program has to be a REPORT

- Every data the called report needs can be given via

PARAMETER-ID to the transaction

- No other action then "pressing F8" is neccesery on the entry screen

If ther's an input to do that is NOT on the entry screen "SUBMIT...." will not work here !!

In these cases you'll have to work with "CALL TRANSACTION .... using bdcdata".

(See Code-Online-Help for that command)

Regards

Rainer

Some points would be nice if that helped....