SDSAMFRM_FCODE_VBELN is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter SDSAMFRM_FCODE_VBELN into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Fcode Routines That Use vbeln and posnr
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RV_CALL_CHANGE_TRANSACTION CALL FUNCTION 'RV_CALL_CHANGE_TRANSACTION' EXPORTING * BUKRS = ' ' * FCODE = ' ' * GJAHR = '0000' * LGNUM = ' ' POSNR = P_POSNR VBELN = P_VBELN VBTYP = VBUK-VBTYP EXCEPTIONS OTHERS = 0.
RV_CALL_DISPLAY_TRANSACTION CALL FUNCTION 'RV_CALL_DISPLAY_TRANSACTION' EXPORTING * BUKRS = ' ' * FCODE = ' ' * GJAHR = '0000' * LGNUM = ' ' POSNR = P_POSNR VBELN = P_VBELN AUFNR = VBAK-AUFNR VBTYP = VBUK-VBTYP EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SDSAMFRM_FCODE_VBELN - Fcode Routines That Use vbeln and posnr SDSAMANA - Hit List: Notes in Collective Processing Logs SDSAMANA - Hit List: Notes in Collective Processing Logs SDSAMAN4_LIKPUK - Analysis of Transaction Logs SDSAMAN4_LIKPUK - Analysis of Transaction Logs SDSAMAN4 - Analysis of Transaction Logs