SAP Reports / Programs

/SAPSLL/CUHD_REORGANIZE SAP ABAP Report - Reorganization of Non-Active Customs Documents







/SAPSLL/CUHD_REORGANIZE 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/CUHD_REORGANIZE 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/CUHD_REORGANIZE. "Basic submit
SUBMIT /SAPSLL/CUHD_REORGANIZE AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/CUHD_REORGANIZE 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: S_REFNO = D Reference Number
Selection Text: S_OBJTP = D Object Type for SLL
Selection Text: S_LOGSYS = D Logical System
Selection Text: S_INDEI = D Import/Export
Selection Text: S_DATCH = D Changed on
Selection Text: S_CUHDA = D Customs Document Type
Selection Text: S_COYEAR = D Year
Selection Text: S_CORDER = D Customs Document Number
Selection Text: S_CHTSP = D Time Stamp
Selection Text: S_AENAM = D Changed by
Selection Text: P_SIMUL = D Simulation Mode
Selection Text: P_DOCST = D Internal Document Status
Title: Reorganization of Non-Active Customs Documents
Text Symbol: T04 = Process Data
Text Symbol: T03 = Technical Data
Text Symbol: T02 = Document Data in Customs System
Text Symbol: T01 = Document Data in Feeder System
Text Symbol: M05 = General Error
Text Symbol: M04 = Error: Doc. Is in Process
Text Symbol: M03 = Error: Document Does Not Exist
Text Symbol: M02 = REORG Completed
Text Symbol: M01 = REORG Possible
002 Log.System Object Type Ref.No.of FS I/E Number Year Type GUID
001 Feeder System Customs System (Customs Document) Status


INCLUDES used within this REPORT /SAPSLL/CUHD_REORGANIZE

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:

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = gs_data-refno IMPORTING output = gs_data-refno.

/SAPSLL/CUSTOMS_ORDER_CHANGE CALL FUNCTION '/SAPSLL/CUSTOMS_ORDER_CHANGE' EXPORTING is_sk = ls_sk is_debug = ls_debug CHANGING cv_trtyp = lv_trtyp EXCEPTIONS entry_does_not_exist = 2 foreign_lock = 4 OTHERS = 8.

/SAPSLL/CUHD_DELETE CALL FUNCTION '/SAPSLL/CUHD_DELETE' EXPORTING is_debug = ls_debug.

/SAPSLL/CUHD_SAVE_MASS CALL FUNCTION '/SAPSLL/CUHD_SAVE_MASS' EXPORTING iv_commit = gc_false is_debug = ls_debug.

/SAPSLL/CUHD_KILL_INSTANCE CALL FUNCTION '/SAPSLL/CUHD_KILL_INSTANCE' EXPORTING is_debug = ls_debug.

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_date = its_datch-low iv_time = gc_time-begin IMPORTING ev_timestamp = ets_chtsp-low EXCEPTIONS no_time_zone = 2 time_zone_notfound = 4 format_error = 8 OTHERS = 16.

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_date = its_datch-high iv_time = gc_time-end IMPORTING ev_timestamp = ets_chtsp-high EXCEPTIONS no_time_zone = 2 time_zone_notfound = 4 format_error = 8 OTHERS = 16.



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