SAP Reports / Programs | Force Element | Defense Forces and Public Security | Force Element(IS-DFS-OF-FOR) SAP IS

/ISDFPS/DFOBJECT_CLASS_ASSIGN SAP ABAP Report - Display Classification Data to Force Element







/ISDFPS/DFOBJECT_CLASS_ASSIGN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report displays the class and characteristic assignment, as well as the characteristic value assignment for the force element...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 /ISDFPS/DFOBJECT_CLASS_ASSIGN 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 /ISDFPS/DFOBJECT_CLASS_ASSIGN. "Basic submit
SUBMIT /ISDFPS/DFOBJECT_CLASS_ASSIGN AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/DFOBJECT_CLASS_ASSIGN 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: BEGDA = Start Date
Selection Text: CHAR = Text Characteristics
Selection Text: CLASS = Class
Selection Text: CURR = Currency Characteristics
Selection Text: DEPTH = Display Depth
Selection Text: ENDDA = End Date
Selection Text: NO_STRUC = Individual Operation
Selection Text: NUM = Numeric Characteristics
Selection Text: OBJID = Force Element
Selection Text: STRUC = Structure Evaluation
Selection Text: SVECT = Status Vector
Selection Text: WEGID = Evaluation Path
Title: Display Classification Data to Force Element
Text Symbol: 290 = Num: Unit of Measure to
Text Symbol: 300 = Num: Characteristic Inherited
Text Symbol: 310 = Text: Characteristic Name
Text Symbol: 320 = Text: Characteristic Value
Text Symbol: 330 = Text: Inherited Characteristic
Text Symbol: 360 = Text: Characteristic Description
Text Symbol: 370 = Currency: Characteristic Name
Text Symbol: 380 = Currency: Internal Floating-Point from
Text Symbol: 385 = Currency: Value from
Text Symbol: 390 = Currency: Internal Floating-Point to
Text Symbol: 395 = Currency: Value to
Text Symbol: 410 = Currency: Currency from
Text Symbol: 420 = Currency: Currency to
Text Symbol: 430 = Currency: Inherited Characteristic
Text Symbol: 440 = Currency: Characteristic Description
Text Symbol: 500 = Selection: Force Elements
Text Symbol: 501 = Selection: Class Assignment
Text Symbol: 502 = Selection: Characteristics and Evaluation
Text Symbol: 000 = Selection
Text Symbol: 001 = Use
Text Symbol: 002 = Force Element
Text Symbol: 003 = Class Selection
Text Symbol: 004 = Characteristics and Evaluation
Text Symbol: 010 = Valid from/to
Text Symbol: 011 = Selection





Text Symbol: 012 = Display Classification Data to Force Element
Text Symbol: 100 = Force Element GUID32
Text Symbol: 110 = Force Element COUNTER
Text Symbol: 120 = Plan Version
Text Symbol: 130 = Object Type
Text Symbol: 140 = Force Element
Text Symbol: 145 = Structure Parameter
Text Symbol: 150 = Short Text
Text Symbol: 160 = Description
Text Symbol: 170 = Valid from
Text Symbol: 180 = Valid to
Text Symbol: 190 = Key of Object to be Classified
Text Symbol: 200 = Status (Classification)
Text Symbol: 210 = Name of Database Table for Object
Text Symbol: 220 = Class Number
Text Symbol: 230 = Class Type
Text Symbol: 240 = Indicator: Standard Class
Text Symbol: 250 = Num: Characteristic Name
Text Symbol: 255 = Num: Characteristic Description
Text Symbol: 260 = Num: Internal Floating-Point Value from
Text Symbol: 265 = Num: Value from
Text Symbol: 270 = Num: Internal Floating-Point Value to
Text Symbol: 275 = Num: Value to
Text Symbol: 280 = Num: Unit of Measure from


INCLUDES used within this REPORT /ISDFPS/DFOBJECT_CLASS_ASSIGN

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