MPACOC01_IMP_ACV 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 MPACOC01_IMP_ACV 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!
HR_CH_VAL_CONV_V2S_LONG call function 'HR_CH_VAL_CONV_V2S_LONG' exporting valty = &1 value = &2 importing string = l_lval.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_create IMPORTING RESULT = lf_outtab-evicon.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_calculation IMPORTING RESULT = lf_outtab-evicon.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_complete IMPORTING RESULT = lf_outtab-evicon.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_okay IMPORTING RESULT = lf_outtab-evicon.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_reject IMPORTING RESULT = lf_outtab-evicon.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_insert_relation IMPORTING RESULT = lf_outtab-evicon.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_cancel IMPORTING RESULT = lf_outtab-evicon.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'P02K_ACCT_ENTRY' CHANGING ct_fieldcat = zi_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = lf_5cpz-pernr infty = '0001' begda = sy-datum * ENDDA = '99991231' IMPORTING subrc = l_subrc TABLES infty_tab = li_p0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'P02F_DTA_STATUS' text = 'X' langu = sy-langu TABLES dd07v_tab = lst_dd07v.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_status_booked INFO = 'Gesichert'(I12) IMPORTING RESULT = stsvic EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_status_open INFO = 'Ungesichert'(I13) IMPORTING RESULT = stnsic EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_unlocked INFO = 'Offen'(I14) IMPORTING RESULT = stopic EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_locked INFO = 'Geschlossen'(I15) IMPORTING RESULT = stclic EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_storno INFO = 'Storniert'(I16) IMPORTING RESULT = storic EXCEPTIONS OTHERS = 0.
HR_CH_VAL_CONV_V2S CALL FUNCTION 'HR_CH_VAL_CONV_V2S' EXPORTING valty = lf_5cpb-valty value = lf_5cpb-value IMPORTING string = g_entry_detail-value.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.