SAP Reports / Programs | Basis Components | Basis Components | Implementation Guide(BC-CUS-TOL-IMG) SAP BC

RSFSOF00 SAP ABAP Report - FORM Routines for SO90 and SHOW Modules for SOMI/OFIC







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


Text pool values


Title: FORM Routines for SO90 and SHOW Modules for SOMI/OFIC


INCLUDES used within this REPORT RSFSOF00

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:

SO_NAME_CONVERT CALL FUNCTION 'SO_NAME_CONVERT' EXPORTING NAME_IN = USER IMPORTING NAME_OUT = USER EXCEPTIONS OFFICE_NAME_NOT_EXIST = 5 PARAMETER_ERROR = 4 SAP_NAME_NOT_EXIST = 5.

SO_FOLDER_READ CALL FUNCTION 'SO_FOLDER_READ' EXPORTING OBJECT_ID = FOLID OWNER = USER-USRNAM IMPORTING OBJECT_HD_DISPLAY = SO_OBJ_HD_D OBJECT_SD_DISPLAY = SO_OBJ_SD_D TABLE_EMPTY = CONT "Mappe leer/voll TABLES FOLDER_CONT = FOL_CONT "Mappeninhalt EXCEPTIONS COMPONENT_NOT_AVAILABLE = 1 FOLDER_NOT_EXIST = 2 OPERATION_NO_AUTHORIZATION = 3 OTHERS = 4.

SF_SO_READ CALL FUNCTION 'SF_SO_READ' EXPORTING FOL_ID = FOLID OBJ_ID = OBJID FORWARDER = FORWARDER IMPORTING SCRHEAD = TEXT_HEADER DESC_FL = DESC_FLAG SHELL_CL = SHELL_CLASS OBJECT_FL_DISPLAY = SO_OBJ_FL_D OBJECT_HD_DISPLAY = SO_OBJ_HD_D TABLES SHLDES = DESC_LINES SHLTXT = TEXT_LINES EXCEPTIONS NO_AUTHORIZATION = 1 TEXT_NOT_FOUND = 2 ACTIVE_USER_NOT_EXIST = 3 COMPONENT_NOT_AVAILABLE = 4 SUBSTITUTE_NOT_ACTIVE = 5 OTHERS = 6.

SF_SCR_READ CALL FUNCTION 'SF_SCR_READ' EXPORTING FOL_ID = FOLID OBJ_ID = OBJID FORWARDER = FORWARDER IMPORTING SCRHEAD = TEXT_HEADER OBJECT_FL_DISPLAY = SO_OBJ_FL_D OBJECT_HD_DISPLAY = SO_OBJ_HD_D TABLES SCRTXT = TEXT_LINES EXCEPTIONS NO_AUTHORIZATION = 1 TEXT_NOT_FOUND = 2 ACTIVE_USER_NOT_EXIST = 3 COMPONENT_NOT_AVAILABLE = 4 SUBSTITUTE_NOT_ACTIVE = 5 OTHERS = 6.

PRINT_TEXT CALL FUNCTION 'PRINT_TEXT' EXPORTING DEVICE = 'SCREEN' HEADER = TEXT_HEADER * importing new_header = text_header TABLES LINES = TEXT_LINES.

SF_SO_READ CALL FUNCTION 'SF_SO_READ' EXPORTING FOL_ID = FOLID OBJ_ID = OBJID FORWARDER = FORWARDER IMPORTING SCRHEAD = TEXT_HEADER DESC_FL = DESC_FLAG SHELL_CL = SHELL_CLASS OBJECT_FL_DISPLAY = SO_OBJ_FL_D OBJECT_HD_DISPLAY = SO_OBJ_HD_D TABLES SHLDES = DESC_LINES SHLTXT = TEXT_LINES EXCEPTIONS NO_AUTHORIZATION = 1 TEXT_NOT_FOUND = 2 ACTIVE_USER_NOT_EXIST = 3 COMPONENT_NOT_AVAILABLE = 4 SUBSTITUTE_NOT_ACTIVE = 5 OTHERS = 6.

SF_DISPLAY_DESCRIPTORS CALL FUNCTION 'SF_DISPLAY_DESCRIPTORS' EXPORTING LANGUAGE = TEXT_HEADER-TDSPRAS "hb 25.11.92

SF_SO_READ CALL FUNCTION 'SF_SO_READ' EXPORTING FOL_ID = FOLID OBJ_ID = OBJID FORWARDER = FORWARDER IMPORTING SCRHEAD = TEXT_HEADER DESC_FL = DESC_FLAG SHELL_CL = SHELL_CLASS OBJECT_FL_DISPLAY = SO_OBJ_FL_D OBJECT_HD_DISPLAY = SO_OBJ_HD_D TABLES SHLDES = DESC_LINES SHLTXT = TEXT_LINES EXCEPTIONS NO_AUTHORIZATION = 1 TEXT_NOT_FOUND = 2 ACTIVE_USER_NOT_EXIST = 3 COMPONENT_NOT_AVAILABLE = 4 SUBSTITUTE_NOT_ACTIVE = 5 OTHERS = 6.

PRINT_TEXT CALL FUNCTION 'PRINT_TEXT' EXPORTING DEVICE = 'SCREEN' HEADER = TEXT_HEADER * importing new_header = text_header TABLES LINES = TEXT_LINES.

SF_DISPLAY_DESCRIPTORS CALL FUNCTION 'SF_DISPLAY_DESCRIPTORS' EXPORTING LANGUAGE = TEXT_HEADER-TDSPRAS "hb 25.11.92

SO_NAME_CONVERT CALL FUNCTION 'SO_NAME_CONVERT' EXPORTING NAME_IN = USER IMPORTING NAME_OUT = USER EXCEPTIONS OFFICE_NAME_NOT_EXIST = 5 PARAMETER_ERROR = 4 SAP_NAME_NOT_EXIST = 5.

SO_FOLDER_ID_GET CALL FUNCTION 'SO_FOLDER_ID_GET' EXPORTING OWNER = USER-USRNAM REGION = 'Q' IMPORTING OBJECT_ID = FOLID TABLES PATH_TABLE = PATH EXCEPTIONS COMPONENT_NOT_AVAILABLE = 1 FOLDER_NOT_EXIST = 2 OPERATION_NO_AUTHORIZATION = 3 OWNER_NOT_EXIST = 5 PARAMETER_ERROR = 4 PATH_NOT_FOUND = 4 PATH_NOT_UNIQUE = 4 SUBSTITUTE_NOT_ACTIVE = 6 USER_NOT_EXIST = 5 ACTIVE_USER_NOT_EXIST = 5.

SO_FOLDER_INSERT CALL FUNCTION 'SO_FOLDER_INSERT' EXPORTING FOLDER_ID = FOLID OBJECT_FL_CHANGE = OBJ_FL_CHG OBJECT_HD_CHANGE = OBJ_HD_CHG OBJECT_SD_CHANGE = OBJ_SD_CHG OWNER = USER-USRNAM IMPORTING OBJECT_ID = FOLID OBJECT_FL_DISPLAY = OBJ_FL_DISP OBJECT_HD_DISPLAY = OBJ_HD_DISP OBJECT_SD_DISPLAY = OBJ_SD_DISP * tables * objpara = para * objparb = parb EXCEPTIONS COMPONENT_NOT_AVAILABLE = 1 FOLDER_NOT_EXIST = 2 OPERATION_NO_AUTHORIZATION = 3 ACTIVE_USER_NOT_EXIST = 20 FOLDER_NO_AUTHORIZATION = 21 FOLDER_TITLE_MISSING = 22 OBJECT_TYPE_NOT_EXIST = 23 OWNER_NOT_EXIST = 24 PARAMETER_ERROR = 25 X_ERROR = 26 SUBSTITUTE_NOT_ACTIVE = 27 SUBSTITUTE_NOT_DEFINED = 28.



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