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: 

problem with submit , some times not work

Former Member
0 Kudos

i do

KD_STIDA = 20051231 . ( ofcource P_BUDAT)

SUBMIT YRFKOFW00 " RFKOFW00

WITH KD_BUKRS IN SL_BUKRS

WITH KD_LIFNR IN SL_LIFNR

WITH KD_BUDAT IN RNG_BUDAT

WITH KD_STIDA = P_BUDAT

AND RETURN.

working fine .

now i change just the year in KD_STIDA = [2004]1231

KD_STIDA = 20041231 . ( ofcource P_BUDAT)

SUBMIT YRFKOFW00 " RFKOFW00

WITH KD_BUKRS IN SL_BUKRS

WITH KD_LIFNR IN SL_LIFNR

WITH KD_BUDAT IN RNG_BUDAT

WITH KD_STIDA = P_BUDAT

AND RETURN.

all other paramters are the same but it's not working

the program jumbing over the submit , why ?

4 REPLIES 4

former_member188685
Active Contributor
0 Kudos

Hi,

with out using the Submit , did you tested it directly with the same values. may be some problem with the data.

check it once again with the Direct execution to confirm that it is not because of the Input(date).

Regards

vijay

0 Kudos

yes , i tested it directly , working fine .

0 Kudos

Some times it is not working you mean?

what is the Problem you are facing?

Regards

vijay

Former Member
0 Kudos

Hi,

May be the variables SL_BUKRS, SL_LIFNR, RNG_BUDAT are not being cleared every time before they are being loaded because of which the previous values are being passed again

Regards,

Ravi

Note - Please mark the helpful answers