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

/SAPSLL/CUIT_MAIN_MASS SAP ABAP Report - Mass Maintenance of Items in the Customs Document







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


Text pool values


Selection Text: P_WEINET = D .
Selection Text: P_WEIGRO = D .
Selection Text: P_PTCFL = D .
Selection Text: P_FLDSP = D .
Selection Text: P_ERLTX = D .
Selection Text: P_DSPTS = D .
Selection Text: P_CUPRO = D .
Selection Text: P_CTYDP = D .
Selection Text: P_COYEAR = D .
Selection Text: P_CORDER = D .
Selection Text: P_CCNGA = D .
Selection Text: P_CCAFA = D .
Selection Text: P_ARTCUR = D .
Selection Text: P_AMNT = D .
Selection Text: P_AMCUR = D .
Selection Text: P_XWEINE = Maintain Value
Selection Text: P_XWEIGR = Maintain Value
Selection Text: P_XTEXT = Maintain Value
Selection Text: P_XPTCFL = Maintain Value
Selection Text: P_XITVSY = Maintain All Items
Selection Text: P_XFLDSP = Maintain Value
Selection Text: P_XERLTX = Maintain Value
Selection Text: P_XCUPRO = Maintain Value
Selection Text: P_XCTYDP = Maintain Value
Selection Text: P_XCCNGN = Maintain Value
Selection Text: P_XCCNGA = Maintain Value
Selection Text: P_XCCAFA = Maintain Value
Selection Text: P_XARTVA = Maintain Value
Selection Text: P_XAMNT = Maintain Value
Selection Text: P_TDLINE = Description of Goods
Selection Text: P_ITVSYL = From Item
Selection Text: P_ITVSYH = To Item
Selection Text: P_CCNGN = Import Code No. (Delete Only)
Selection Text: P_ARTVAL = Article Price
Title: Mass Maintenance of Items in the Customs Document
Text Symbol: 007 = Cancel
Text Symbol: 006 = Continue
Text Symbol: 005 = Values have been entered, but the maintenance indicator is set to initial





Text Symbol: 004 = Change Value?
Text Symbol: 003 = Re-creation of an entry is not (yet) supported for the following table:
Text Symbol: 002 = Data to Be Maintained
Text Symbol: 001 = Items to Be Maintained


INCLUDES used within this REPORT /SAPSLL/CUIT_MAIN_MASS

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:

ENQUEUE_/SAPSLL/ECUHD CALL FUNCTION 'ENQUEUE_/SAPSLL/ECUHD' EXPORTING mode_/sapsll/cuhd_enq_s = 'E' mandt = sy-mandt corder = ls_cuit_main_ui-corder coyear = ls_cuit_main_ui-coyear x_corder = ' ' x_coyear = ' ' _scope = '2' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

/SAPSLL/CUHD_GET_OBJECT CALL FUNCTION '/SAPSLL/CUHD_GET_OBJECT' EXPORTING is_sk = ls_obj_org-sk iv_dbcgr = gc_access_group-customs iv_dbcfc = gc_access_function-cd_comp IMPORTING es_obj = ls_obj_org.

/SAPSLL/CUHD_DELETE_SUBOBJ CALL FUNCTION '/SAPSLL/CUHD_DELETE_SUBOBJ' EXPORTING is_sk_corcts = ls_corcts-sk * IS_SK_CORCTSC = .

/SAPSLL/CUHD_DELETE_SUBOBJ CALL FUNCTION '/SAPSLL/CUHD_DELETE_SUBOBJ' EXPORTING * IS_SK_CORCTS = ls_corct-sk is_sk_corctsc = ls_corctsc-sk .

/SAPSLL/CUHD_MAINTAIN_SUBOBJ CALL FUNCTION '/SAPSLL/CUHD_MAINTAIN_SUBOBJ' EXPORTING is_cuit_sk = ls_cuit-sk CHANGING ct_cuit = lt_cuit * ct_corcts = lt_corcts * ct_corctsc = lt_corctsc * ct_corpar = lt_corpar ct_legcus = lt_legcus * ct_legcon = lt_legcon ct_legculc = lt_legculc * ct_legdoc = lt_legdoc * ct_legpge = lt_legpge * ct_cuitsta = lt_cuitsta ct_cuitdat = lt_cuitdat * ct_pgeref = lt_pgeref .

/SAPSLL/CUHD_SAVE_MASS CALL FUNCTION '/SAPSLL/CUHD_SAVE_MASS' EXPORTING iv_commit = gc_true.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-004 text_question = text-005 text_button_1 = text-006 text_button_2 = text-007 display_cancel_button = gc_false start_column = 25 start_row = 6 IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

/SAPSLL/TEXT_STRING_TO_TABLE CALL FUNCTION '/SAPSLL/TEXT_STRING_TO_TABLE' EXPORTING iv_txtstring = lv_string IMPORTING et_tlines = lt_tline.

/SAPSLL/TEXT_MODIFY CALL FUNCTION '/SAPSLL/TEXT_MODIFY' EXPORTING is_txtkey = ls_txtky it_tline = lt_tline.

/SAPSLL/TEXT_COMMIT CALL FUNCTION '/SAPSLL/TEXT_COMMIT' EXPORTING iv_savemode = gc_false.



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