2013 Jun 26 8:07 AM
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
2013 Jun 26 8:35 AM
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
2013 Jun 26 11:17 AM
Input parameters are same for both the options.
I want to know how can we fetch Check Amount and Document Amount.
Thanks & Regards,
Sowmya