I was trying to delete the entries from an internal table using the contents from a range parameter.I have an internal table containing results from RBKP table.Sample table content of IT_RBKPMANDTBUKRSGJAHRLIFNR030000120240009970300001202400308003000...
I was trying to release the block of an invoice document. However, I have encountered an issue wherein the payment block in RBKP in SE16 is still present after successfully releasing the invoice.I've used BAPI_INCOMINGINVOICE_RELEASE for releasing th...
I have an enhancement in Function Module DETERMINE_DUE_DATE which was called in this program SAPLFI_ITEMS. However, the BKPF values were empty. I would like to retrieve the values of LIFNR or vendor since I want to limit my customization under a spec...
I'm trying to lift the payment block using RM08RELEASE. While it was successful, the payment block remains in the RBKP for the invoices. Tried to use BAPI_INCOMINGINVOICE_CHANGE and BAPI_TRANSACTION_COMMIT but the payment block in RBKP was not delete...
So I'm trying to call the program RM08RELEASE or Transaction MRBR using the SUBMIT button. However, I'm not sure how do I include this MRBR options in the SUBMIT syntax. I want to Manually Release all the Invoices with Manual Payment Block. SUBMIT ...
@Sandra_Rossimy concern with PA_XMANU is the user still has to manually select the invoice and click the release button and save.I have tried to change the options to "Release Automatically" and "Manual Payment Block"But encountered this kind of erro...
Actually, the the assignment was successful. The program were able to go inside the IF ENDIF logic. I'm curious why after that IF ENDIF, the <FS_TEST> went unassigned. But thanks.