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 RCCLORD

Former Member
0 Likes
668

Hi Experts,

I am submitting

RCCLORD WITH s_aufnr IN lint_aufnr

WITH s_matnr IN lint_matnr

WITH s_werks IN lint_werks

WITH p_autyp EQ lc_autyp

WITH s_auart IN lint_auart

WITH s_dispo IN lint_dispo

WITH p_syst1 EQ 'REL'.

But when this program is called p_syst1 parameter is getting blank. Because the program is going to PBO event. How can we avoid it.

Please suggest.

Thanks,

Neha.

Hi Experts,

I am submitting

RCCLORD WITH s_aufnr IN lint_aufnr

WITH s_matnr IN lint_matnr

WITH s_werks IN lint_werks

WITH p_autyp EQ lc_autyp

WITH s_auart IN lint_auart

WITH s_dispo IN lint_dispo

WITH p_syst1 EQ 'REL'.

But when this program is called p_syst1 parameter is getting blank. Because the program is going to PBO event. How can we avoid it.

Please suggest.

Thanks,

Neha.

2 REPLIES 2
Read only

Former Member
0 Likes
481

Try passing 'REL' value in some variable and then pass that variable in submit statement.

May be system is not accepting any hardcoded value during submit.

Regds,

Anil

Edited by: Anil Katoch on Jul 14, 2009 10:26 AM

Edited by: Anil Katoch on Jul 14, 2009 10:26 AM

Read only

0 Likes
481

this doesnot work