SAP Reports / Programs | Global Trade Services | Global Trade Services(SLL-LEG) SAP SLL

/SAPSLL/CULO_CREATEF01 SAP ABAP INCLUDE - Include /SAPSLL/CULO_CREATEF01







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


Text pool values


Title: Include /SAPSLL/CULO_CREATEF01


INCLUDES used within this REPORT /SAPSLL/CULO_CREATEF01

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:

/SAPSLL/DOCTYPE_DET_DIA CALL FUNCTION '/SAPSLL/DOCTYPE_DET_DIA' EXPORTING iv_procs = ls_fcodes-procs iv_pross = ls_fcodes-pross iv_proaf = ls_fcodes-proaf IMPORTING ev_cuhda = lv_cuhda EXCEPTIONS no_entry_found = 1 OTHERS = 2.

/SAPSLL/CUHD_TSTC_DOC_CALL CALL FUNCTION '/SAPSLL/CUHD_TSTC_DOC_CALL' EXPORTING is_sk = ls_sk is_tlepaf = ls_fcodes-tlepaf_k iv_trtyp = gc_trtyp-create iv_srvll = gs_create-srvll iv_cuhda = lv_cuhda iv_lgreg = ls_fcodes-lgreg iv_guid_ftorg = /sapsll/culo_create_0100_s-ftorg_create iv_lndab = ls_fcodes-lndab is_debug = gs_debug EXCEPTIONS invalid_transaction_type = 1 no_authority = 2 OTHERS = 3.

/SAPSLL/MENU_ACT_CONTXT_CREATE CALL FUNCTION '/SAPSLL/MENU_ACT_CONTXT_CREATE' EXPORTING is_activities = ls_activities iv_fcode_button = fcode IMPORTING et_fcodes = gs_create-tb_fcodes_t CHANGING ci_menu = li_menu.

/SAPSLL/MENU_ACTIVITIES_GET CALL FUNCTION '/SAPSLL/MENU_ACTIVITIES_GET' EXPORTING iv_srvll = iv_srvll iv_lndab = iv_land1 iv_cuhda = iv_cuhda is_tlepaf_ui = ls_tlepaf_ui is_debug = gs_debug IMPORTING es_activities = cs_activities EXCEPTIONS no_active_legal_regulation = 1 no_follow_up_act_maintained = 2 no_authority = 3 OTHERS = 4.

/SAPSLL/MENU_DOC_TYPES_LB_FILL CALL FUNCTION '/SAPSLL/MENU_DOC_TYPES_LB_FILL' EXPORTING iv_srvll = iv_srvll iv_id = iv_id EXCEPTIONS no_relevant_document_type = 1 OTHERS = 2.

/SAPSLL/PARTNER_NUMBER_GET CALL FUNCTION '/SAPSLL/PARTNER_NUMBER_GET' EXPORTING iv_guid_prtn = iv_guid IMPORTING ev_parno = lv_partner.

/SAPSLL/PARTNER_ADDRESS_GET CALL FUNCTION '/SAPSLL/PARTNER_ADDRESS_GET' EXPORTING iv_parno = lv_partner IMPORTING es_addr1_val = ls_addr1.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = iv_id values = lt_values EXCEPTIONS id_illegal_name = 1 OTHERS = 2.

/SAPSLL/FTORGS_PROVIDE CALL FUNCTION '/SAPSLL/FTORGS_PROVIDE' IMPORTING et_ftorg = lt_ftorg.



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 /SAPSLL/CULO_CREATEF01 or its description.