Created
June 6, 2012 17:37
-
-
Save hugo-dc/2883480 to your computer and use it in GitHub Desktop.
Update Invoice Reference (REBZG)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* rffms270 is a standard SAP program. | |
SUBMIT rffms270 USING SELECTION-SCREEN '1000' | |
WITH p_rebzt = 'V' " Cl.doc.subsiguiente | |
WITH p_rebzj = '2012' | |
WITH p_rebzg = '1800100421' " Invoice reference | |
* WITH P_REBZZ = '' | |
WITH p_bukrs = 'CDPT' | |
WITH p_gjahr = '2012' | |
WITH p_belnr = '1600100455' | |
WITH p_buzei = '01' | |
EXPORTING LIST TO MEMORY " Avoid WRITE'S | |
AND RETURN. " Return to the current program. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment