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: 

submit

former_member182412
Active Contributor
0 Kudos

hi experts,

i am uploading customer payments from flat file. when finish uploading all the records from flat file, i must call the debit clearing program automatically,no need to interact the user.

how can i do this with submit key word.can anybody please help me for this.

Thanks,

praveen.

1 ACCEPTED SOLUTION

andreas_mann3
Active Contributor
0 Kudos

Hi,

submit SAPF124

with bukrs in s_bukrs

with X_KUNNR = 'X'

with X_TESTL = space

and return.

A.

Message was edited by: Andreas Mann

2 REPLIES 2

andreas_mann3
Active Contributor
0 Kudos

Hi,

submit SAPF124

with bukrs in s_bukrs

with X_KUNNR = 'X'

with X_TESTL = space

and return.

A.

Message was edited by: Andreas Mann

Simha_
Employee
Employee
0 Kudos

Hi,

Use <b>SUBMIT <program name> and return.</b>

U can do like that..

Cheers,

Simha.