SAP Reports / Programs | Provisioning | Aerospace & Defence Industry Solution | Provisioning(IS-AD-SPC-PR) SAP IS

ADS2KIP_BROWSER_FORMS3 SAP ABAP INCLUDE - Subroutines







ADS2KIP_BROWSER_FORMS3 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 ADS2KIP_BROWSER_FORMS3 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 ADS2KIP_BROWSER_FORMS3. "Basic submit
SUBMIT ADS2KIP_BROWSER_FORMS3 AND RETURN. "Return to original report after report execution complete
SUBMIT ADS2KIP_BROWSER_FORMS3 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Subroutines


INCLUDES used within this REPORT ADS2KIP_BROWSER_FORMS3

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:

ADS2KIPBRO_GET_DOMAIN_TEXT CALL FUNCTION 'ADS2KIPBRO_GET_DOMAIN_TEXT' EXPORTING e_table = 'SPCIPCSN' e_field = 'ESS' e_value = spcipcsn-ess IMPORTING i_text = f4_ess EXCEPTIONS illegal_input = 1 domain_not_found = 2 OTHERS = 3.

ADS2KIPBRO_GET_DOMAIN_TEXT CALL FUNCTION 'ADS2KIPBRO_GET_DOMAIN_TEXT' EXPORTING e_table = 'SPCIPCSN' e_field = 'STD' e_value = spcipcsn-std IMPORTING i_text = f4_std EXCEPTIONS illegal_input = 1 domain_not_found = 2 OTHERS = 3.

ADS2KIPBRO_GET_DOMAIN_TEXT CALL FUNCTION 'ADS2KIPBRO_GET_DOMAIN_TEXT' EXPORTING e_table = 'SPCIPCSN' e_field = 'ELM' e_value = spcipcsn-elm IMPORTING i_text = f4_elm EXCEPTIONS illegal_input = 1 domain_not_found = 2 OTHERS = 3.

ADS2KIPBRO_GET_DOMAIN_TEXT CALL FUNCTION 'ADS2KIPBRO_GET_DOMAIN_TEXT' EXPORTING e_table = 'SPCIPCSN' e_field = 'RFS' e_value = spcipcsn-rfs IMPORTING i_text = f4_rfs EXCEPTIONS illegal_input = 1 domain_not_found = 2 OTHERS = 3.

ADS2KIPBRO_GET_DOMAIN_TEXT CALL FUNCTION 'ADS2KIPBRO_GET_DOMAIN_TEXT' EXPORTING e_table = 'SPCIPCSN' e_field = 'MOR' e_value = spcipcsn-mor IMPORTING i_text = f4_mor EXCEPTIONS illegal_input = 1 domain_not_found = 2 OTHERS = 3.

ADS2KIPBRO_GET_DOMAIN_TEXT CALL FUNCTION 'ADS2KIPBRO_GET_DOMAIN_TEXT' EXPORTING e_table = 'SPCIPCSN' e_field = 'QEC' e_value = spcipcsn-qec IMPORTING i_text = f4_qec EXCEPTIONS illegal_input = 1 domain_not_found = 2 OTHERS = 3.

ADS2KIPBRO_GET_DOMAIN_TEXT CALL FUNCTION 'ADS2KIPBRO_GET_DOMAIN_TEXT' EXPORTING e_table = 'SPCIPCSN' e_field = 'INDC' e_value = spcipcsn-indc IMPORTING i_text = f4_indc EXCEPTIONS illegal_input = 1 domain_not_found = 2 OTHERS = 3.

ADS2KIPBRO_GET_DOMAIN_TEXT CALL FUNCTION 'ADS2KIPBRO_GET_DOMAIN_TEXT' EXPORTING e_table = 'SPCIPCSN' e_field = 'SFR' e_value = spcipcsn-sfr IMPORTING i_text = f4_sfr EXCEPTIONS illegal_input = 1 domain_not_found = 2 OTHERS = 3.

ADS2KIPBRO_GET_DOMAIN_TEXT CALL FUNCTION 'ADS2KIPBRO_GET_DOMAIN_TEXT' EXPORTING e_table = 'SPCIPPDS' e_field = 'UNCUNT' e_value = spcippds-uncunt IMPORTING i_text = f4_uncunt EXCEPTIONS illegal_input = 1 domain_not_found = 2 OTHERS = 3.

ADS2KIPBRO_GET_DOMAIN_TEXT CALL FUNCTION 'ADS2KIPBRO_GET_DOMAIN_TEXT' EXPORTING e_table = 'SPCIPPDS' e_field = 'PTC' e_value = spcippds-ptc IMPORTING i_text = f4_ptc EXCEPTIONS illegal_input = 1 domain_not_found = 2 OTHERS = 3.

ADS2KIPBRO_GET_DOMAIN_TEXT CALL FUNCTION 'ADS2KIPBRO_GET_DOMAIN_TEXT' EXPORTING e_table = 'SPCIPPDS' e_field = 'PRCC' e_value = spcippds-prcc IMPORTING i_text = f4_prcc EXCEPTIONS illegal_input = 1 domain_not_found = 2 OTHERS = 3.

ADS2KIPBRO_GET_DOMAIN_TEXT CALL FUNCTION 'ADS2KIPBRO_GET_DOMAIN_TEXT' EXPORTING e_table = 'SPCIPPDS' e_field = 'PRP' e_value = spcippds-prp IMPORTING i_text = f4_prp EXCEPTIONS illegal_input = 1 domain_not_found = 2 OTHERS = 3.

CONVERSION_EXIT_S2DTI_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_S2DTI_OUTPUT' EXPORTING input = spcippds-exp IMPORTING output = g_expdate.

ADS2KIPBRO_GET_DOMAIN_TEXT CALL FUNCTION 'ADS2KIPBRO_GET_DOMAIN_TEXT' EXPORTING e_table = 'SPCIPOCH' e_field = 'OCHCOD' e_value = i_spcipoch-ochcod IMPORTING i_text = g_outtab_och-description EXCEPTIONS illegal_input = 1 domain_not_found = 2 OTHERS = 3.

SCREEN_INIT CALL FUNCTION 'SCREEN_INIT'.

BDS_BUSINESSDOCUMENT_GET_URL CALL FUNCTION 'BDS_BUSINESSDOCUMENT_GET_URL' EXPORTING classname = 'IP_CHAPTER_DRAWINGS' classtype = 'OT' TABLES uris = l_tb_uris signature = l_tb_signature EXCEPTIONS OTHERS = 0.

ADSPC_PUT_PARTS_LIST_CMD CALL FUNCTION 'ADSPC_PUT_PARTS_LIST_CMD' EXPORTING i_parts = lt_parts i_spciphdr = lt_spciphdr "745165 i_spcippdr = lt_spcippdr i_spcipparts = lt_spcipparts i_spcippds = lt_spcippds i_spciposds = lt_spciposds i_spcippqa = lt_spcippqa i_spcipoch = lt_spcipoch i_spcipcsn = lt_spcipcsn i_spcipeff = lt_spcipeff i_spcipuoa = lt_spcipuoa i_spciprpde = lt_spciprpde.



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