SAP Reports / Programs

/SAPSLL/CON_CUHD_CREATE_EXP_IN SAP ABAP Report - Create Business Transaction (Export)







/SAPSLL/CON_CUHD_CREATE_EXP_IN 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/CON_CUHD_CREATE_EXP_IN 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/CD_CR_EXP_IN - Create Business Transaction (Export)


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/CON_CUHD_CREATE_EXP_IN. "Basic submit
SUBMIT /SAPSLL/CON_CUHD_CREATE_EXP_IN AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/CON_CUHD_CREATE_EXP_IN 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_BP_FTO = D .
Selection Text: P_BP_VBS = D .
Selection Text: P_CUHDA = D .
Selection Text: P_CUITA = D .
Selection Text: P_DIMUM = D .
Selection Text: P_FCT_AG = D .
Selection Text: P_FCT_EN = D .
Selection Text: P_FCT_LF = D .
Selection Text: P_FCT_RE = D .
Selection Text: P_FCT_RG = D .
Selection Text: P_FCT_WE = D .
Selection Text: P_FCT_WL = D .
Selection Text: P_GDSVAL = D .
Selection Text: P_GRVSY = D .
Selection Text: P_INCOL = D .
Selection Text: P_INCOT = D .
Selection Text: P_LCLPR = D .
Selection Text: P_LOGSYS = D .
Selection Text: P_OBJTP = D .
Selection Text: P_PRONR = D .
Selection Text: P_PRVSY = D .
Selection Text: P_QUAITM = D .
Selection Text: P_REFNO = D .
Selection Text: P_RPTDA = D .
Selection Text: P_ZTERM = D .
Selection Text: P_ADDA1I = D .
Selection Text: P_ADDA2I = D .
Selection Text: P_ADDA3I = D .
Selection Text: P_ADDDA1 = D .
Selection Text: P_ADDDA2 = D .
Selection Text: P_ADDDA3 = D .
Selection Text: P_AMCUR = D .
Selection Text: P_LNDAB = Country of Destination
Selection Text: P_BP_WL = Goods Supplier
Selection Text: P_BP_WE = Ship-to Party
Selection Text: P_BP_RG = Payer
Selection Text: P_BP_RE = Bill-to Party
Selection Text: P_BP_LF = Vendor





Selection Text: P_BP_EN = Ultimate Consignee
Selection Text: P_BP_AG = Sold-To Party
Selection Text: P_APLV_C = Goods Receipt Document
Selection Text: P_APLV_B = Inbound Delivery Document
Selection Text: P_APLV_A = Purchase Order Document
Title: Create Business Transaction (Export)
Text Symbol: A01 = Sold-To Party
Text Symbol: A02 = Bill-to Party
Text Symbol: A03 = Payer
Text Symbol: A04 = Ship-to Party
Text Symbol: A05 = Ultimate Consignee
Text Symbol: A06 = Vendor
Text Symbol: A07 = Goods Supplier
Text Symbol: R01 = Sales Document
Text Symbol: R02 = Outbound Deliv. Doc.
Text Symbol: R03 = Billing Document
Text Symbol: S01 = Organizational Structure
Text Symbol: S02 = Document Data
Text Symbol: S03 = Header
Text Symbol: S04 = Partners
Text Symbol: S05 = Item
Text Symbol: S06 = Definitive Date
Text Symbol: S07 = Technical Information
Text Symbol: T01 = Value of Goods
Text Symbol: T02 = Quantity of Goods


INCLUDES used within this REPORT /SAPSLL/CON_CUHD_CREATE_EXP_IN

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:

No SAP FUNCTION MODULES are executed within this report code!



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