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

Issue with RFEBCK00

Former Member
0 Likes
496

I'm submitting RFEBCK00 in a custom program:

SUBMIT RFEBCK00 AND RETURN

      WITH CK_FILE EQ OUTFILE

      WITH PCUPLOAD EQ ' '

      WITH PNUMC EQ 'X'

      WITH POST EQ POSTX

      WITH PA_XBDC EQ PA_XBDCX

      WITH TESTRUN EQ TESTRUNX

      WITH GROUP EQ GROUPX

      WITH I_BUDAT EQ I_BUDATX

      WITH I_BLDAT EQ I_BLDATX

      WITH I_BLART EQ I_BLARTX

      WITH P_FILE EQ P_FILEX

      WITH P_PROT EQ P_PROTX

      WITH P_POST EQ P_POSTX.

When the User executes this Program by providing a different Amount in the TXT File in 'Test Run" mode, it provides the Error Message as follows:

But using the same data if the User runs using "Post Immediately" Option; it displays the Error message as well as updating PAYR Table.

This should not happen if the above error is there.

This is happening in the Standard Program.

I want to add the Validation to compare the above condition (Document Amount and Check Amount) in my custom Program before calling the std Prog RFEBCK00.

How can I do this?

Please advise.

Thanks & Regards,

Sowmya

2 REPLIES 2
Read only

Former Member
0 Likes
432

Hi,

It is not possible that standard is working 2 different ways for the same content.

Check the parameters you are passing and the file something will be a miss.

Regards

Read only

0 Likes
432

Input parameters are same for both the options.

I want to know how can we fetch Check Amount and Document Amount.

Thanks & Regards,
Sowmya