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: 

doubt in using Submit ....

Former Member
0 Kudos

Hi gurus............

For minimizing the time, i have suggested to use SUBMIT for FBL5N transaction, this fbl5n has been made in z, previously i used BKPF and BSEG table,

my problem is that i am new to this submit concept and i found that all the field which i used for bseg and bkpf is available in the structure RFPOSXEXT but some field are not used in the program which is made z for the tcode fbl5n....

i want to add blart xreversal bldat budat xblnr dmbtr zuonr sgtxt which is not in the z made for fbl5n but i want to add this...how to do???

pls help me out

submit z_rfitemar1

with dd_kunnr in so_kunnr

with so_budat in so_budat

with dd_bukrs = pr_bukrs

with x_aisel = 'X'

with x_norm = 'X'

and return.

2 REPLIES 2

Former Member
0 Kudos

Hi Beginers,

SUBMIT ZMY20DDSB

WITH MATNR = I_LINE-LINE+0(18)

WITH WERKS = PLT1

AND RETURN.

IMPORT ITAB FROM MEMORY ID 'ABCD'.

this is a example of Submit

After submit,

Import the data from your submit..

Thanks & regards,

Dileep .C

Former Member
0 Kudos

Using Submit statement is pretty simple.

Use these simple steps to understand the concept.

http://erpbuzz.com/abap-submit-statement-calling-one-executable-program-from-another.php