SAP Reports / Programs | Payroll | Argentina(PY-AR) SAP PY

PCMASARB SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

CD_READ call function 'CD_READ' exporting in_seqnr = aper-seqnr importing out_seqnr = ari_out_rgdir-seqnr tables new_rgdir = new_rgdir exceptions no_record_found = 1 others = 2.

CD_READ call function 'CD_READ' exporting in_seqnr = aper-seqnr importing out_seqnr = ari_out_rgdir-seqnr tables new_rgdir = new_rgdir exceptions no_record_found = 1 others = 2.

HRCA_COMPANYCODE_GETDETAIL call function 'HRCA_COMPANYCODE_GETDETAIL' exporting companycode = ga_bukrs language = sy-langu importing comp_name = ga_butxt * city = * country = * CURRENCY = * LANGU = * CHRT_ACCTS = * FY_VARIANT = * FI_MANAGEMENTAREA = * JURISDICTION = * RATE_DEVIATION = address = ga_address tables appendix = ga_appendix exceptions not_found = 1 others = 2.

ADDR_GET call function 'ADDR_GET' exporting address_selection = ga_address_selection * ADDRESS_GROUP = * READ_SADR_ONLY = ' ' * READ_TEXTS = ' ' importing address_value = ga_address_data * ADDRESS_ADDITIONAL_INFO = * RETURNCODE = * ADDRESS_TEXT = * SADR = * TABLES * ADDRESS_GROUPS = * ERROR_TABLE = * VERSIONS = exceptions parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 others = 5.

CD_SELECT_VOID call function 'CD_SELECT_VOID' exporting void_indicator = cd_c-void_false tables in_rgdir = rgdir out_rgdir = gr_rgdir_01 exceptions others = 1.

CD_SELECT_SRTZA call function 'CD_SELECT_SRTZA' exporting record_type = cd_c-actual tables in_rgdir = gr_rgdir_01 out_rgdir = gr_rgdir exceptions others = 1.

HR_AR_HIRE_FIRE CALL FUNCTION 'HR_AR_HIRE_FIRE' EXPORTING beg = ls_aper-pbegd end = ls_aper-pendd JUPER_IS_RELEVANT = SW_JUPER_CHANGE_RELEVANT IMPORTING FIRE_DATE = CFH_FIRE_DATE HIRE_DATE = CFH_HIRE_DATE TABLES PPHIFI = PHIFI PP0000 = P0000 PP0001 = P0001 EXCEPTIONS OTHERS = 1.

HRAR_READ_INFOTYPE CALL FUNCTION 'HRAR_READ_INFOTYPE' EXPORTING personnel_number = pernr-pernr begin_date = l_first_day end_date = p_current_date infotype = '0389' tables infotype_table = p0389_tab.

HRAR_READ_INFOTYPE CALL FUNCTION 'HRAR_READ_INFOTYPE' EXPORTING personnel_number = pernr-pernr begin_date = l_first_day end_date = p_current_date infotype = '0390' tables infotype_table = p0390_tab.

HRAR_READ_INFOTYPE CALL FUNCTION 'HRAR_READ_INFOTYPE' EXPORTING personnel_number = pernr-pernr begin_date = l_first_day end_date = p_current_date infotype = '0391' tables infotype_table = p0391_tab.



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