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

Former Member
0 Likes
439

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
Read only

andreas_mann3
Active Contributor
0 Likes
394

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
Read only

andreas_mann3
Active Contributor
0 Likes
395

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

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
394

Hi,

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

U can do like that..

Cheers,

Simha.