RM06EVB0_PDF is a standard Executable ABAP Report 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 RM06EVB0_PDF 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: Buyer's Negotiation Sheet: Framework Program
Text Symbol: 001 = W/o Plant ;;
Text Symbol: 002 = Subcontracting ;;
Text Symbol: 201 = Info Rec
Text Symbol: 202 = Display
Text Symbol: 203 = Purch. Organization
Text Symbol: M01 = Over $ % Too Little
Text Symbol: M02 = Up to $ % Too Much
Text Symbol: M03 = Over $ % Too Much
Text Symbol: T01 = Over $ Days Too Early
Text Symbol: T02 = Up to $ Days Too Late
Text Symbol: T03 = Over $ Days Too Late
INCLUDE RM06EVBC_PDF.
INCLUDE RM06EVB1_PDF.
INCLUDE RM06EVBZ.
No SAP DATABASE tables are accessed within this REPORT code!
MCE_SELECT_S012 CALL FUNCTION 'MCE_SELECT_S012' EXPORTING I_DATE_FROM = V_DATUM I_DATE_TO = SY-DATLO I_EKORG = EINE-EKORG I_LIFNR = EINA-LIFNR TABLES T_ENTRIES = XS012 EXCEPTIONS OTHERS = 01.
MCE_SELECT_S012 CALL FUNCTION 'MCE_SELECT_S012' EXPORTING I_DATE_FROM = V_DATUM I_DATE_TO = SY-DATLO I_EKORG = EINE-EKORG I_MATNR = EINA-MATNR TABLES T_ENTRIES = YS012 EXCEPTIONS OTHERS = 01.
FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING IE_OUTPUTPARAMS = GV_FP_OUTPUTPARAMS EXCEPTIONS CANCEL = 1 USAGE_ERROR = 2 SYSTEM_ERROR = 3 INTERNAL_ERROR = 4 OTHERS = 5.
FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING I_NAME = GV_PDF_NAME IMPORTING E_FUNCNAME = GV_FM_NAME.
FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' EXCEPTIONS USAGE_ERROR = 1 SYSTEM_ERROR = 2 INTERNAL_ERROR = 3 OTHERS = 4.
VENDOR_MASTER_DATA_SELECT_00 CALL FUNCTION 'VENDOR_MASTER_DATA_SELECT_00' EXPORTING I_LFA1_LIFNR = EINA-LIFNR I_DATA = 'X' IMPORTING A_LFA1 = LFA1 EXCEPTIONS VENDOR_NOT_FOUND = 01.
VENDOR_MASTER_DATA_SELECT_00 CALL FUNCTION 'VENDOR_MASTER_DATA_SELECT_00' EXPORTING I_LFA1_LIFNR = EINA-LIFNR I_LFM1_EKORG = EINE-EKORG I_DATA = 'X' IMPORTING A_LFM1 = LFM1 EXCEPTIONS VENDOR_NOT_FOUND = 01.
MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = MTEXT TABLES SEQMAT01 = TABDUMMY EXCEPTIONS OTHERS = 1.
MCS_GET_UPDATE_DATE CALL FUNCTION 'MCS_GET_UPDATE_DATE' "115276 EXPORTING "115276 I_MCINF = 'S012' "115276 I_SPTAG = IS012-SPTAG "115276 I_SPWOC = IS012-SPWOC "115276 I_SPMON = IS012-SPMON "115276 I_SPBUP = IS012-SPBUP "115276 I_PERIV = IS012-PERIV "115276 * i_bukrs = "115276 IMPORTING "115276 E_DATUM_AB = S_DATE "115276 EXCEPTIONS "115276 INVALID_DATA = 1 "115276 ERROR_LIS_CUSTOMIZING = 2 "115276 INVALID_BUKRS = 3 "115276 OTHERS = 4. "115276
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = SY-DATUM FOREIGN_AMOUNT = IS012-NETWR FOREIGN_CURRENCY = IS012-HWAER LOCAL_CURRENCY = X_HWAER IMPORTING LOCAL_AMOUNT = X_NETWR.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RM06EVB0_PDF - Buyer's Negotiation Sheet: Framework Program RM06EVB0_PDF - Buyer's Negotiation Sheet: Framework Program RM06EVB0 - Buyer's Negotiation Sheet: Basic Program RM06EVB0 - Buyer's Negotiation Sheet: Basic Program RM06EV70 - Purchasing Document Archiving: Preprocessing Program RM06EV70 - Purchasing Document Archiving: Preprocessing Program