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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RVHURL_VAL_FIX_F01 - RVHURLVALFIXF01 RVHURL_VAL_FIX_DSE - Selection options/parameters for vhurl_val_dix RVHURL_VAL_FIX - Correction report for setting account period of validity RVHURL_VAL_FIX - Correction report for setting account period of validity RVHURL_TRNSM - Display and evaluation of transmission numbers RVHURL_TRNSM - Display and evaluation of transmission numbers