PCAUXCO0 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 PCAUXCO0 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_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING * TCLAS = 'A' pernr = pernr-pernr infty = '0006' begda = aper-begda endda = aper-endda * BYPASS_BUFFER = ' ' * LEGACY_MODE = ' ' * IMPORTING * SUBRC = TABLES infty_tab = p0006 * EXCEPTIONS * INFTY_NOT_FOUND = 1 * OTHERS = 2 .
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING * TCLAS = 'A' pernr = pernr-pernr infty = '0838' begda = aper-begda endda = aper-endda * BYPASS_BUFFER = ' ' * LEGACY_MODE = ' ' * IMPORTING * SUBRC = TABLES infty_tab = p0838 * EXCEPTIONS * INFTY_NOT_FOUND = 1 * OTHERS = 2 .
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = p_feature struc_content = wpbp kind_of_error = space IMPORTING back = p_lc_back CHANGING status = lc_status EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7.
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = p_feature struc_content = pcofs kind_of_error = space IMPORTING back = p_lc_back.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PCAUXCO0 - documentation and ABAP source code PCAUEBER - EC-PCA: Overflow P7 Fields PCATRVE0 - documentation and ABAP source code PCATALOG - Input Files for the Jav Applet from the IAC Availablity Information PCATALOG - Input Files for the Jav Applet from the IAC Availablity Information PCASRVE0 - documentation and ABAP source code