‎2007 Aug 26 1:51 PM
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
‎2007 Aug 27 6:28 AM
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.
‎2007 Aug 27 6:45 AM
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....