SAP Reports / Programs

FDT_DEPLOYMENT SAP ABAP Report -







FDT_DEPLOYMENT 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 FDT_DEPLOYMENT 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 FDT_DEPLOYMENT. "Basic submit
SUBMIT FDT_DEPLOYMENT AND RETURN. "Return to original report after report execution complete
SUBMIT FDT_DEPLOYMENT 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: SO_OBJ = (Object of) Application UUID
Selection Text: P_TRANSL = Show Translation Status
Selection Text: P_RSTCL = Reset Cross-client
Selection Text: P_RST = Reset DB Deployment State
Selection Text: P_IUTOBJ = Include Unit Test Applications
Selection Text: P_ILOCAL = Include Local Applications
Selection Text: P_FORCE = Force Overwrite
Selection Text: P_DEPL = Show Deployment Status
Selection Text: P_CLIENT = Target Client
Selection Text: P_AUTO = First-touch Deployment Active
Title:
Text Symbol: T04 = Deployment not possible
Text Symbol: T05 = Check deployment
Text Symbol: T06 = Registered to be deployed successfully; double-click to deregister
Text Symbol: T07 = Not registered to be deployed on latest version
Text Symbol: T08 = Update translation
Text Symbol: T09 = Text Deployment not possible
Text Symbol: T10 = Action
Text Symbol: T11 = Latest texts are deployed
Text Symbol: W01 = Customer changes on deployed version may be overwritten. Do you really want to proceed?
Text Symbol: W02 = Changes on deployed version may be overwritten. Do you really want to proceed?
Text Symbol: W03 = Nothing to update
Text Symbol: W04 = WARNING: Text changes on deployed version may be lost
Text Symbol: B01 = Application Selection
Text Symbol: B02 = Deployment Options
Text Symbol: C01 = Changes made by customer may be overwritten
Text Symbol: C02 = (optional)
Text Symbol: C03 = Use the following options only if you are aware of the consequences
Text Symbol: E01 = Report can only be used in AP systems
Text Symbol: E02 = Option can only be used in system clients
Text Symbol: E03 = Auto-deployment is not active
Text Symbol: E04 = No object specified
Text Symbol: E05 = No applications found
Text Symbol: E06 = Deployment cannot be run in development client (t-table mode)
Text Symbol: E07 = Local objects must be included
Text Symbol: I01 = Deployment will run in force mode
Text Symbol: I02 = Changes on deployed version might be lost
Text Symbol: I04 = Deployment has not been triggered





Text Symbol: I05 = Deployment status deleted from database
Text Symbol: I06 = Deployment status deleted from DB cross client !
Text Symbol: I07 = No changes since last successful deployment
Text Symbol: I08 = Deployment status deleted from database; navigate back to refresh the status display
Text Symbol: S01 = Texts successfully updated; navigate back to refresh the status
Text Symbol: T01 = Object
Text Symbol: T02 = Status
Text Symbol: T03 = Start deployment


INCLUDES used within this REPORT FDT_DEPLOYMENT

INCLUDE FDT_INCL_DEPLOYMENT_UTILS.


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:

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.



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