SAP Reports / Programs | Cross-Application Components | General Application Functions | Business Application Support(CA-GTF-BS) SAP CA

CNV_10030_LOAD_OBJECTS SAP ABAP Report - Initial load of org. objects in active package







CNV_10030_LOAD_OBJECTS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program copies the org...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter CNV_10030_LOAD_OBJECTS 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

CNV_10030_LOAD_OBJ - Initial load of org. objects


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 CNV_10030_LOAD_OBJECTS. "Basic submit
SUBMIT CNV_10030_LOAD_OBJECTS AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_10030_LOAD_OBJECTS 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_SWITCH = .
Selection Text: P_RFSH =
Selection Text: P_PACKID = Package number
Selection Text: P_MANDT = Client for selection
Selection Text: P_JOB = Execute in background
Selection Text: P_GENER =
Selection Text: P_FILL = Fill Tables
Selection Text: P_DELPID =
Selection Text: P_DELLOG =
Selection Text: P_DEL = Delete tables
Selection Text: P_CRDTOB =
Title: Initial load of org. objects in active package
Text Symbol: TDO = Process target determination objects
Text Symbol: SWT = Process program modifications
Text Symbol: SWI = Modification of relevant programs for this purpose
Text Symbol: SUR = Are you sure that you want to continue?
Text Symbol: SEL = Restrictions
Text Symbol: RFS = Recreate object list
Text Symbol: RET = Read control tables
Text Symbol: REA = Read from table &1
Text Symbol: PRX = Processing of representatives for tables
Text Symbol: PPR = Process path parameters
Text Symbol: PKG = Package
Text Symbol: PDP = Process package dependencies
Text Symbol: PAR = Process package parameters
Text Symbol: PAM = Parameters
Text Symbol: LPA = Process paths to be loaded
Text Symbol: LOS = Data and logs created in connection with this are deleted.
Text Symbol: LOB = Process object types to be loaded
Text Symbol: LCO = Process non-transparent field info to be loaded
Text Symbol: JOB = Execution type
Text Symbol: INS = Insert in table &1
Text Symbol: GEN = Generation of determination programs - test mode
Text Symbol: EPA = Process paths that are not to be suggested
Text Symbol: DPI = Delete cross-package records
Text Symbol: DLG = Delete existing logs
Text Symbol: DEL = Delete from table &1
Text Symbol: DAE = Activities of the org. packages have been executed in package &1





Text Symbol: CTB = Consider TDeterminationObject for cardinality
Text Symbol: CRD = Process cardinalities
Text Symbol: CFT = Process tables with conflict detection


INCLUDES used within this REPORT CNV_10030_LOAD_OBJECTS

INCLUDE CNV_10030_LOAD_OBJECTS_TOP.
INCLUDE CNV_10030_LOAD_OBJECTS_F01.


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