SAP Reports / Programs

SAPFSFXX SAP ABAP Report - DDIC Editor: External Forms







SAPFSFXX 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 SAPFSFXX 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 SAPFSFXX. "Basic submit
SUBMIT SAPFSFXX AND RETURN. "Return to original report after report execution complete
SUBMIT SAPFSFXX VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: DDIC Editor: External Forms
Text Symbol: NF2 = Do you want to copy the data ?
Text Symbol: NS1 = You changed the delivery class.
Text Symbol: NS2 = The corresponding customer namespace must be deleted.
Text Symbol: NS3 = Do you want to change the delivery class
Text Symbol: NS4 = and delete the customer namespace?
Text Symbol: NST = Change the delivery class
Text Symbol: P01 = Yes
Text Symbol: P02 = No
Text Symbol: P03 = Continue
Text Symbol: QTC = Do you want to execute the table change?
Text Symbol: R01 = Reset &
Text Symbol: R02 = to active version?
Text Symbol: RT0 = Delete revised version
Text Symbol: T01 = & was changed
Text Symbol: T02 = Save before
Text Symbol: T03 = calling tool?
Text Symbol: T09 = Maintain technical settings
Text Symbol: TAC = Activation type
Text Symbol: TAD = Create &
Text Symbol: TCC = Change Table Category
Text Symbol: TDC = Delivery class
Text Symbol: TFI = Find field
Text Symbol: TFS = Find string
Text Symbol: TT0 = Call Translation
Text Symbol: TT1 = Call Maintenance Interface
Text Symbol: TT2 = Call Info. System
Text Symbol: TT3 = Call Database Utility
Text Symbol: TT4 = Document &
Text Symbol: TT5 = Call Data Browser
Text Symbol: TT6 = Technical settings
Text Symbol: TT7 = Version management
Text Symbol: TT8 = Change Requests (Organizer)
Text Symbol: TTL = Table length
Text Symbol: TZ1 = Cancel Processing
Text Symbol: Z01 = Do you want to cancel
Text Symbol: Z02 = editing?
Text Symbol: NF1 = Field attributes changed.





Text Symbol: 001 = Saved
Text Symbol: 002 = Not saved
Text Symbol: 003 = New
Text Symbol: 004 = Revised
Text Symbol: 005 = Active
Text Symbol: 006 = Partly active
Text Symbol: 007 = Inactive
Text Symbol: 008 = Modified
Text Symbol: A01 = & & is
Text Symbol: A02 = not available
Text Symbol: A04 = & has
Text Symbol: A05 = no technical settings.
Text Symbol: A06 = Do you want to define the
Text Symbol: A07 = settings?
Text Symbol: A21 = Create the data element?
Text Symbol: A22 = ?
Text Symbol: A23 = Create the domain?
Text Symbol: A24 = Create the table?
Text Symbol: A25 = Create the table/structure?
Text Symbol: A26 = Create the structure?
Text Symbol: A27 = Create the table type?
Text Symbol: A28 = Create the type?
Text Symbol: A29 = Create the search help?
Text Symbol: A30 = Create the view?
Text Symbol: A31 = Create the Index?
Text Symbol: B01 = Save before
Text Symbol: B02 = exiting editing?
Text Symbol: BT0 = Exit Processing
Text Symbol: C01 = The saved version of the
Text Symbol: C02 = object is checked
Text Symbol: C03 = Save object?
Text Symbol: CT0 = Check &
Text Symbol: D01 = Delete &
Text Symbol: DT0 = Delete & &
Text Symbol: I01 = Do you want to create an index?
Text Symbol: IT1 = Create index
Text Symbol: NF0 = Fld &


INCLUDES used within this REPORT SAPFSFXX

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:

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = domname text = 'X' langu = langu IMPORTING rc = rc TABLES dd07v_tab = dd07v_tab_a EXCEPTIONS OTHERS = 01.

INTERN_GET_EUOBJECT_TEXT CALL FUNCTION 'INTERN_GET_EUOBJECT_TEXT' EXPORTING eutype = eutype IMPORTING object_text = objclass.

INTERN_GET_EUOBJECT_TEXT CALL FUNCTION 'INTERN_GET_EUOBJECT_TEXT' EXPORTING eutype = eutype IMPORTING object_text = objclass.

INTERN_GET_EUOBJECT_TEXT CALL FUNCTION 'INTERN_GET_EUOBJECT_TEXT' EXPORTING eutype = eutype IMPORTING object_text = objclass.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'Y' diagnosetext1 = diagnose1 diagnosetext2 = diagnose2 textline1 = text1 textline2 = text2 titel = title IMPORTING answer = answer EXCEPTIONS OTHERS = 1.

INTERN_GET_TADIR_OBJECT_TEXT CALL FUNCTION 'INTERN_GET_TADIR_OBJECT_TEXT' EXPORTING tadirtype = tadirtype IMPORTING object_text = objclass.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = default textline1 = text1 textline2 = text2 titel = title IMPORTING answer = answer EXCEPTIONS OTHERS = 1.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = title IMPORTING returncode = answer TABLES fields = fields EXCEPTIONS error_in_fields = 1 OTHERS = 2.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = title IMPORTING returncode = answer TABLES fields = fields EXCEPTIONS error_in_fields = 1 OTHERS = 2.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-z01 textline2 = text-z02 titel = text-tz1 IMPORTING answer = answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-tcc diagnose_object = 'SEDD_TCC_DEL_INDX' text_question = text-qtc text_button_1 = text-p03 " 'Weiter' " text_button_2 = 'Nein'(p02) default_button = '1' display_cancel_button = 'X' IMPORTING answer = answer TABLES parameter = parameters EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-it1 diagnose_object = 'SEDD_SAPFSFXX_ADD_INDX'"DT in SE61 text_question = text-i01 text_button_1 = 'Ja'(p01) text_button_2 = 'Nein'(p02) default_button = '1' display_cancel_button = 'X' IMPORTING answer = answer TABLES parameter = parameters EXCEPTIONS text_not_found = 1 OTHERS = 2.

DOCU_GET CALL FUNCTION 'DOCU_GET' EXPORTING id = doku_id langu = l_lang object = doku_object TABLES line = text_tab EXCEPTIONS no_docu_on_screen = 1 no_docu_self_def = 2 no_docu_temp = 3 ret_code = 4.

DOCU_GET CALL FUNCTION 'DOCU_GET' EXPORTING id = doku_id langu = l_lang object = doku_object TABLES line = text_tab EXCEPTIONS no_docu_on_screen = 1 no_docu_self_def = 2 no_docu_temp = 3 ret_code = 4.

DOCU_GET CALL FUNCTION 'DOCU_GET' EXPORTING id = doku_id langu = l_lang object = doku_object TABLES line = text_tab EXCEPTIONS no_docu_on_screen = 1 no_docu_self_def = 2 no_docu_temp = 3 ret_code = 4.

HELP_DOCULINES_SHOW_HTML CALL FUNCTION 'HELP_DOCULINES_SHOW_HTML' EXPORTING header = doku_header popup = 'X' TABLES lines = text_tab.



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