FM06IFPS_MARKTPREIS is a standard ABAP INCLUDE 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 FM06IFPS_MARKTPREIS into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RV_CONDITION_COPY CALL FUNCTION 'RV_CONDITION_COPY' EXPORTING APPLICATION = VAKE-KAPPL CONDITION_TABLE = VAKE-KOTABNR CONDITION_TYPE = VAKE-KSCHL KEY_FIELDS = KOMG ENQUEUE = 'X' I_KOMK = KOMK I_KOMP = KOMP MAINTAIN_MODE = 'A' "neuer Zeitraum DATE_FROM = SY-DATLO IMPORTING E_KOMK = KOMK E_KOMP = KOMP TABLES COPY_RECORDS = CTKOMV EXCEPTIONS ENQUEUE_ON_RECORD = 1 INVALID_APPLICATION = 2 INVALID_CONDITION_NUMBER = 3 INVALID_CONDITION_TYPE = 4 NO_SELECTION = 5 TABLE_NOT_VALID = 6 NO_AUTHORITY_EKORG = 7 NO_AUTHORITY_KSCHL = 8.
RV_CONDITION_SAVE CALL FUNCTION 'RV_CONDITION_SAVE'.
RV_CONDITION_RESET CALL FUNCTION 'RV_CONDITION_RESET'."sonst gibt es Abbruch, wenn man
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.