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

/SAPSLL/CIBD_CSD_CREATE SAP ABAP Report - Enter Declaration Prior to Goods Receipt







/SAPSLL/CIBD_CSD_CREATE 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/CIBD_CSD_CREATE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/SAPSLL/CIBD_01 - Enter Customs Declaration Before GR


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/CIBD_CSD_CREATE. "Basic submit
SUBMIT /SAPSLL/CIBD_CSD_CREATE AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/CIBD_CSD_CREATE 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_POSYS = D .
Selection Text: S_PODNO = D .
Selection Text: S_DOLDT = D .
Selection Text: S_DLSYS = D .
Selection Text: S_DLDNO = D .
Selection Text: P_VDPO = D .
Selection Text: P_VDDL = D .
Selection Text: P_SHCFB = D .
Selection Text: P_FTVBS = D .
Selection Text: P_FTORG = D .
Selection Text: P_FLTNO = D .
Selection Text: P_FFDL = D .
Selection Text: P_FFCFB = D .
Selection Text: P_DVARI = D .
Selection Text: P_CWSIM = D .
Selection Text: P_CWBLG = D .
Selection Text: S_TRRFDL = Bill of Lading
Selection Text: S_TRRFCF = Bill of Lading
Selection Text: S_ETDDT = Planned Departure Date
Selection Text: S_ETADT = Planned Arrival Date
Selection Text: S_CRDPO = Purchase Order
Selection Text: S_CRDDL = Inbound Delivery
Selection Text: P_VYGNO = Trip Number
Selection Text: P_PROAF = Activity Sequence
Selection Text: P_GSPO = Goods Supplier
Selection Text: P_GSDL = Goods Supplier
Title: Enter Declaration Prior to Goods Receipt
Text Symbol: TA3 = Customs Bills of Lad
Text Symbol: TA2 = Inb. Deliveries
Text Symbol: TA1 = Purchase Orders
Text Symbol: T13 = Transport Numbers
Text Symbol: T12 = Dates
Text Symbol: T11 = External References
Text Symbol: T10 = Document Attributes
Text Symbol: T09 = Background Processing
Text Symbol: T08 = Document Created on
Text Symbol: T07 = Output Format
Text Symbol: T06 = Product





Text Symbol: T05 = FS Document Reference
Text Symbol: T04 = Partners
Text Symbol: T03 = Cust.Declaration Specs
Text Symbol: T02 = Legal Regulation
Text Symbol: T01 = Organization


INCLUDES used within this REPORT /SAPSLL/CIBD_CSD_CREATE

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:

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = '/SAPSLL/CUS_SELPARAM_001_S' fieldname = 'PROAF' * SEARCHHELP = ' ' * SHLPPARAM = ' ' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 * VALUE = ' ' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * SUPPRESS_RECORDLIST = ' ' callback_program = sy-repid callback_form = 'F4_PROAF' * CALLBACK_METHOD = * SELECTION_SCREEN = ' ' * IMPORTING * USER_RESET = TABLES return_tab = gt_return EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING program = syst-repid restriction = gs_restriction EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 OTHERS = 9.



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