PCSAPIN0 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 PCSAPIN0 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.
Title: Include ZINESII1
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
START_FORM call function 'START_FORM' exporting * ARCHIVE_INDEX = ' ' form = $formname language = $lang startpage = $page * PROGRAM = ' ' * MAIL_APPL_OBJECT = * IMPORTING * LANGUAGE = exceptions form = 1 format = 2 unended = 3 unopened = 4 unused = 5 others = 6.
END_FORM call function 'END_FORM' * IMPORTING * RESULT = exceptions unopened = 1 bad_pageformat_for_print = 2 others = 3 .
WRITE_FORM call function 'WRITE_FORM' exporting element = $ele function = $fun type = $typ window = $win * IMPORTING * PENDING_LINES = exceptions element = 1 function = 2 type = 3 unopened = 4 unstarted = 5 window = 6 bad_pageformat_for_print = 7 others = 8 .
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING NO_DIALOG = 'X' MODE = 'CURRENT' * NEW_LIST_ID = $PRNEW IMPORTING OUT_PARAMETERS = pri_PARAMS.
OPEN_FORM call function 'OPEN_FORM' exporting application = 'TX' * ARCHIVE_INDEX = * ARCHIVE_PARAMS = device = 'PRINTER' dialog = DIALOG * FORM = ' ' language = $lang OPTIONS = OPTIONS * MAIL_SENDER = * MAIL_RECIPIENT = * MAIL_APPL_OBJECT = * RAW_DATA_INTERFACE = '*' * IMPORTING * LANGUAGE = * NEW_ARCHIVE_PARAMS = * RESULT = exceptions canceled = 1 device = 2 form = 3 options = 4 unclosed = 5 mail_options = 6 archive_error = 7 invalid_fax_number = 8 more_params_needed_in_batch = 9 others = 10 .
CLOSE_FORM call function 'CLOSE_FORM' * IMPORTING * RESULT = * RDI_RESULT = TABLES OTFDATA = OTF_TABLE exceptions unopened = 1 bad_pageformat_for_print = 2 others = 3 .
TEXT_SYMBOL_SETVALUE call function 'TEXT_SYMBOL_SETVALUE' EXPORTING name = fname value = $wert value_length = 0.
HRCA_COMPANYCODE_GETDETAIL call function 'HRCA_COMPANYCODE_GETDETAIL' exporting companycode = $bukrs language = sy-langu importing * COMP_NAME * CITY * COUNTRY * CURRENCY * LANGU * CHRT_ACCTS * FY_VARIANT * FI_MANAGEMENTAREA * JURISDICTION * VALUE(RATE_DEVIATION) LIKE HRCA_COMPANY-RATE_DEVIAT address = adrnr exceptions not_found.
ADDR_GET call function 'ADDR_GET' EXPORTING address_selection = selection address_group = 'CA01' "to read SADR for unchanged IMPORTING "data address_value = address_value "both structures filled sadr = sadr "choose one of them EXCEPTIONS address_not_exist = 1 others = 2. "SADR40A
ADDR_GET call function 'ADDR_GET' EXPORTING address_selection = selection address_group = 'CA01' "to read SADR for unchanged IMPORTING "data address_value = address_value "both structures filled sadr = sadr "choose one of them EXCEPTIONS address_not_exist = 1 others = 2. "SADR40A
HR_99S_GET_LFORM_PROPERTIES CALL FUNCTION 'HR_99S_GET_LFORM_PROPERTIES' EXPORTING I_FOLNAME = FORMNAME * I_FOVARIANT = I_DATE = END_DAte * I_FOTYPE = OUTPUT_TYPE IMPORTING E_FOPNAME = FORMNAME E_FOTYPE = OUTPUT_TYPE EXCEPTIONS TYPE_NAME_NOT_MAINTAINED = 1 FORM_NAME_NOT_FOUND = 2 OTHERS = 3 .
SYSTEM_CODEPAGE call function 'SYSTEM_CODEPAGE' IMPORTING current_dynamic_codepage = cp.
CONVERT_OTF call function 'CONVERT_OTF' EXPORTING format = 'PDF' IMPORTING bin_filesize = pdf_fsize bin_file = pdf_string_x TABLES otf = otf_table lines = pdf_table EXCEPTIONS err_max_linewidth = 1 err_format = 2 err_conv_not_possible = 3 err_bad_otf = 4 others = 5.
CONVERT_OTF call function 'CONVERT_OTF' EXPORTING format = 'PDF' IMPORTING bin_filesize = pdf_fsize * bin_file = pdf_string_x TABLES otf = otf_tab lines = pdf_table EXCEPTIONS err_max_linewidth = 1 err_format = 2 err_conv_not_possible = 3 others = 4.
CONVERT_OTF call function 'CONVERT_OTF' EXPORTING format = 'PDF' IMPORTING bin_filesize = pdf_fsize bin_file = pdf_string_x TABLES otf = otf_tab lines = pdf_table EXCEPTIONS err_max_linewidth = 1 err_format = 2 err_conv_not_possible = 3 others = 4.
ADDR_GET call function 'ADDR_GET' EXPORTING address_selection = selection address_group = 'CA01' "to read SADR for unchanged IMPORTING "data address_value = address_value "both structures filled sadr = sadr "choose one of them EXCEPTIONS address_not_exist = 1 others = 2.
HRCA_COMPANYCODE_GETDETAIL call function 'HRCA_COMPANYCODE_GETDETAIL' exporting companycode = $bukrs language = sy-langu importing * COMP_NAME * CITY * COUNTRY * CURRENCY * LANGU * CHRT_ACCTS * FY_VARIANT * FI_MANAGEMENTAREA * JURISDICTION * VALUE(RATE_DEVIATION) LIKE HRCA_COMPANY-RATE_DEVIAT address = adrnr exceptions not_found.
ADDR_GET call function 'ADDR_GET' EXPORTING address_selection = selection address_group = 'CA01' "to read SADR for unchanged IMPORTING "data address_value = address_value "both structures filled sadr = sadr "choose one of them EXCEPTIONS address_not_exist = 1 others = 2. "SADR40A
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.