SAP Reports / Programs | Logistics - General | Logistics Basic Data(LO-MD) SAP LO

RSAP85207 SAP ABAP Report - Program for Object Type SAP85207: Currency Conversion Plan







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


Text pool values


Title: Program for Object Type SAP85207: Currency Conversion Plan


INCLUDES used within this REPORT RSAP85207

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:

EWU00_FROM_EWUOS_FILL CALL FUNCTION 'EWU00_FROM_EWUOS_FILL' EXPORTING PI_EWUVW = OBJECT-KEY-OBJECTUSE PI_EWUOA = OBJECT-KEY-OBJECTCATEGORY PI_EWUOS = OBJECT-KEY-OBJECTKEY IMPORTING PE_I_EWU00 = CONV_KEYS EXCEPTIONS STRUCTURE_EWU00_INVALID = 1 STRUCTURE_EWUXY_INVALID = 2 STRUCTURE_FIELD_INVALID = 3 OTHERS = 4.

WEWU_CONVERSION_CONFIRM CALL FUNCTION 'WEWU_CONVERSION_CONFIRM' EXPORTING PI_UMSTA_NEW = 'C' PI_BENAM_NEW = BENAM PI_COMWO = 'X' TABLES PI_T_WEWU_KEY = T_WEWU_KEY EXCEPTIONS OTHERS = 01.

WEWU_SINGLE_READ CALL FUNCTION 'WEWU_SINGLE_READ' EXPORTING PI_I_WEWU_KEY = OBJECT-KEY IMPORTING PE_I_WEWU = T_WEWU EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.

EWU_WORKLIST_SHOW CALL FUNCTION 'EWU_WORKLIST_SHOW' EXPORTING * pi_title = * pi_stakz = PI_MODUS = 'B' PI_EWUOA = OBJECT-KEY-OBJECTCATEGORY PI_EWUVW = OBJECT-KEY-OBJECTUSE TABLES PX_T_WEWU = T_WEWU EXCEPTIONS NO_WORKLIST_FOUND = 01 OTHERS = 02.

VIEW_MAINTENANCE_SINGLE_ENTRY CALL FUNCTION 'VIEW_MAINTENANCE_SINGLE_ENTRY' EXPORTING ACTION = 'SHOW' VIEW_NAME = 'V_WEWU' CHANGING ENTRY = V_WEWU.

BOR_TYPE_FROM_EWU_TYPE_FILL CALL FUNCTION 'BOR_TYPE_FROM_EWU_TYPE_FILL' EXPORTING PI_EWUVW = OBJECT-KEY-OBJECTUSE PI_EWUOA = OBJECT-KEY-OBJECTCATEGORY IMPORTING PE_OTYPE = CONVOBJTYPE EXCEPTIONS NO_OBJECTTYPE_FOUND = 1 OTHERS = 2.

SHOW_DOMAIN_VALUES CALL FUNCTION 'SHOW_DOMAIN_VALUES' EXPORTING DOMAIN = 'TRVOG_AUFT' * langu = 'D' VALUE = DOMAINVALUE IMPORTING DTEXT = DOMAINTEXT * TABLES * DTEXT_TABLE = EXCEPTIONS UNDEFINED_DOMAIN = 1 OTHERS = 2 .

SHOW_DOMAIN_VALUES CALL FUNCTION 'SHOW_DOMAIN_VALUES' EXPORTING DOMAIN = 'EUUMT' * langu = 'D' VALUE = DOMAINVALUE IMPORTING DTEXT = DOMAINTEXT * TABLES * DTEXT_TABLE = EXCEPTIONS UNDEFINED_DOMAIN = 1 OTHERS = 2 .



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