ROIB_MARA_VPSTA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report ROIB_MARA_VPSTA This report adds an 'X' to mara-vpsta and mara-pstat fields (when using the update indicator)...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 ROIB_MARA_VPSTA 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.
Selection Text: S_MATNR = Material
Selection Text: P_UPDATE = Run in Update Mode
Title: Program ZRDS_MARA_VPSTA
Text Symbol: 024 = MARC -update not succesfull
Text Symbol: 023 = MARC records would be changed
Text Symbol: 022 = MARC records has been changed
Text Symbol: 021 = MARA -update not succesfull
Text Symbol: 020 = MARA records would be changed
Text Symbol: 019 = MARA records has been changed
Text Symbol: 018 = Nothing has been selected - check your entry
Text Symbol: 017 = not necessary
Text Symbol: 016 = would be changed
Text Symbol: 015 = has been changed
Text Symbol: 014 = ! WARNING !
Text Symbol: 013 = your material master
Text Symbol: 012 = some status fields of
Text Symbol: 011 = This report enters an 'X' in
Text Symbol: 010 = Have you read SAP Note 322832?
Text Symbol: 009 = Cancel
Text Symbol: 008 = No
Text Symbol: 007 = Yes
Text Symbol: 006 = ? QUESTION ?
Text Symbol: 005 = Continue?
Text Symbol: 004 = material master data is processed
Text Symbol: 003 = This means all (oil-relev.)
Text Symbol: 002 = without any entries?
Text Symbol: 001 = Run report
002 matnr mara-vpsta mara-pstat werks marc-pstat mara marc
001 --- changing status of: --- changing status of: update status for
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_DECIDE_COMPL_QUEST CALL FUNCTION 'POPUP_TO_DECIDE_COMPL_QUEST' EXPORTING TXT01 = text-001 TXT02 = text-002 TXT03 = text-003 TXT04 = text-004 QTEXT = text-005 * PAR01 = ' ' * PAR02 = ' ' * PAR03 = ' ' * PAR04 = ' ' NEW_LINE1 = 'X' NEW_LINE2 = 'X' NEW_LINE3 = 'X' TITLE = text-006 ANSWER01 = text-007 ANSWER02 = text-008 ANSWER03 = text-009 * DEFAULT_ANSWER = 'Y' LENGTH = 50 IMPORTING ANSWER = lf_answer.
POPUP_TO_DECIDE_COMPL_QUEST CALL FUNCTION 'POPUP_TO_DECIDE_COMPL_QUEST' EXPORTING TXT01 = text-010 TXT02 = text-011 TXT03 = text-012 TXT04 = text-013 QTEXT = text-005 * PAR01 = ' ' * PAR02 = ' ' * PAR03 = ' ' * PAR04 = ' ' NEW_LINE1 = 'X' NEW_LINE2 = 'X' NEW_LINE3 = 'X' TITLE = text-014 ANSWER01 = text-007 ANSWER02 = text-008 ANSWER03 = text-009 * DEFAULT_ANSWER = 'Y' LENGTH = 50 IMPORTING ANSWER = lf_answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIB_MARA_VPSTA - Program ZRDS_MARA_VPSTA ROIB_MARA_VPSTA - Program ZRDS_MARA_VPSTA ROIB_DIP_MATERIAL_TANKTOP - Include ROIB_DIP_MATERIAL_TANKTOP ROIB_DIP_MATERIAL_TANKO01 - Include ROIB_DIP_MATERIAL_TANKO01 ROIB_DIP_MATERIAL_TANKI01 - Include ROIB_DIP_MATERIAL_TANKI01 ROIB_DIP_MATERIAL_TANKF02 - Include ROIB_DIP_MATERIAL_TANKF02