SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAPscript(BC-SRV-SCR) SAP BC

RSTXSCRP SAP ABAP Report - SAPscript Export to Dataset / SAPscript Import from Dataset







RSTXSCRP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RSTXSCRP allows SAPscript objects (standard texts, styles, forms) or device types to be transported between R/3 and a local or central file...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 RSTXSCRP 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 RSTXSCRP. "Basic submit
SUBMIT RSTXSCRP AND RETURN. "Return to original report after report execution complete
SUBMIT RSTXSCRP 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: SERVFIL = File System: Server
Selection Text: PLANGVEC = Language vector
Selection Text: OBJ_TEXT = Standard text
Selection Text: OBJ_STYL = Style
Selection Text: OBJ_PRIN = Device type
Selection Text: OBJ_NAME = Object name
Selection Text: OBJ_FORM = Form
Selection Text: MODE = Mode (EXPORT/IMPORT)
Selection Text: MASTLANG = Only export original language
Selection Text: LOCALFIL = File System: GUI
Selection Text: LISTFILE = Display File Contents
Selection Text: DATASET = File Name
Selection Text: BINFILE = Binary file format
Title: SAPscript Export to Dataset / SAPscript Import from Dataset
Text Symbol: 001 = Error, only TEXT,STYL,FORM,PRIN possible as object
Text Symbol: 002 = Error, only EXPORT or IMPORT allowed as mode
Text Symbol: 003 = Object cannot be overwritten
Text Symbol: 005 = Object selection and session ctrl
Text Symbol: 006 = Ctrl parameters for file operation
Text Symbol: 007 = Control of language versions
Text Symbol: R01 = Device Type
Text Symbol: R02 = Form
Text Symbol: R03 = Style
Text Symbol: R04 = Standard text
Text Symbol: R11 = From/on application server
Text Symbol: R12 = From/on frontend
Text Symbol: T01 = Text ID
Text Symbol: T02 = Language


INCLUDES used within this REPORT RSTXSCRP

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:

SAPSCRIPT_ORDER_CHECK call function 'SAPSCRIPT_ORDER_CHECK' exporting objecttype = 'FORM' form = form importing order = e071-trkorr value_tadir = tadir exceptions invalid_input = 1 object_locked = 2 object_not_available = 3.

SAPSCRIPT_ORDER_INSERT call function 'SAPSCRIPT_ORDER_INSERT' exporting objecttype = 'FORM' form = form masterlang = tadir-masterlang "B20K8A08SO importing value_tadir = tadir changing order = e071-trkorr exceptions invalid_input = 1 order_canceled = 2.

SAPSCRIPT_ORDER_CHECK call function 'SAPSCRIPT_ORDER_CHECK' exporting objecttype = 'STYL' style = style importing order = e071-trkorr value_tadir = tadir exceptions invalid_input = 1 object_locked = 2 object_not_available = 3.

SAPSCRIPT_ORDER_INSERT call function 'SAPSCRIPT_ORDER_INSERT' exporting objecttype = 'STYL' style = style masterlang = tadir-masterlang "B20K8A08SO importing value_tadir = tadir changing order = e071-trkorr exceptions invalid_input = 1 order_canceled = 2.

TR_APPEND_TO_COMM CALL FUNCTION 'TR_APPEND_TO_COMM' EXPORTING PI_KORRNUM = p_tr_task WI_E071 = wa_e071 * WI_SIMULATION = ' ' * WI_SUPPRESS_KEY_CHECK = ' ' TABLES WT_E071K = tr_object_keys EXCEPTIONS NO_AUTHORIZATION = 1 NO_SYSTEMNAME = 2 NO_SYSTEMTYPE = 3 TR_CHECK_KEYSYNTAX_ERROR = 4 TR_CHECK_OBJ_ERROR = 5 TR_ENQUEUE_FAILED = 6 TR_ILL_KORRNUM = 7 TR_KEY_WITHOUT_HEADER = 8 TR_LOCKMOD_FAILED = 9 TR_LOCK_ENQUEUE_FAILED = 10 TR_MODIF_ONLY_IN_MODIF_ORDER = 11 TR_NOT_OWNER = 12 TR_NO_APPEND_OF_CORR_ENTRY = 13 TR_NO_APPEND_OF_C_MEMBER = 14 TR_NO_SHARED_REPAIRS = 15 TR_ORDER_NOT_EXIST = 16 TR_ORDER_RELEASED = 17 TR_ORDER_UPDATE_ERROR = 18 TR_REPAIR_ONLY_IN_REPAIR_ORDER = 19 TR_WRONG_ORDER_TYPE = 20 WRONG_CLIENT = 21 OTHERS = 22.



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