SAP Reports / Programs | Personnel Management | Personnel Management | Pension fund: General Parts(PA-PF-XX) SAP PA

MPACOC01_IMP_ACV SAP ABAP INCLUDE - MPACOC01IMPACV







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


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 MPACOC01_IMP_ACV. "Basic submit
SUBMIT MPACOC01_IMP_ACV AND RETURN. "Return to original report after report execution complete
SUBMIT MPACOC01_IMP_ACV 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 MPACOC01_IMP_ACV

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:

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.



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 MPACOC01_IMP_ACV or its description.