SAP Reports / Programs | Returnable Packaging Logistics | Industry Solution Automotive | Returnable Packaging Logistics(IS-A-RL) SAP IS

RVHURL_VAL_FIX_F01 SAP ABAP INCLUDE - RVHURLVALFIXF01







RVHURL_VAL_FIX_F01 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 RVHURL_VAL_FIX_F01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RVHURL_VAL_FIX_F01. "Basic submit
SUBMIT RVHURL_VAL_FIX_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RVHURL_VAL_FIX_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RVHURL_VAL_FIX_F01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

CM_F_INITIALIZE CALL FUNCTION 'CM_F_INITIALIZE' EXPORTING APLID = CMFE_APLID.

VHURLDB_ACCT_READ CALL FUNCTION 'VHURLDB_ACCT_READ' EXPORTING I_ACCTNO = ACCTR-ACCTNO I_CONTXT = CNTXT_RL_change IMPORTING E_ACCTAPP = ACCTAPP E_RC = RC TABLES E_PSHPAPPX = PSHPAPPX EXCEPTIONS * interface_mismatch = 1 NOT_FOUND = 2 LOCK_TROUBLE = 3 * others = 4 .

VHURLDB_PSHPA_MODIFY CALL FUNCTION 'VHURLDB_PSHPA_MODIFY' EXPORTING I_PSHPAPP = PSHPAPP IMPORTING E_ACCTAPP = NEW_ACCTAPP TABLES E_PSHPAPPX = PSHP_RM_PSHPAPPX * exceptions * invalid_change = 1 * acct_not_prepared = 2 * pshp_not_found = 3 * pshp_rm_not_prepared = 4 * pshpa_not_found = 5 * others = 6 .

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING APPEND_SAME_MSG = RM_XFLAG ARBGB = MSGID_VHURL MSGNR = '000' MSGTY = RM_MSGTY_S MSGV1 = '-->' "#ECNOTEXT MSGV2 = ACCTR-ACCTNO MSGV3 = ACCTR-RET_MATNR MSGV4 = ACCTR-BUKRS.

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING APPEND_SAME_MSG = RM_XFLAG ARBGB = MSG-MSGID MSGNR = L_MSGNR "msg-msgno not accepted! MSGTY = MSG-MSGTY MSGV1 = MSG-MSGV1 MSGV2 = MSG-MSGV2 MSGV3 = MSG-MSGV3 MSGV4 = MSG-MSGV4.

CM_F_INFO CALL FUNCTION 'CM_F_INFO' EXPORTING APLID = CMFE_APLID IMPORTING MSG_COUNTER_PRO = MSG_COUNTER_PRO.

CM_F_ANALYSIS CALL FUNCTION 'CM_F_ANALYSIS' EXPORTING APLID = CMFE_APLID.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RVHURL_VAL_FIX_F01 or its description.