SAP Reports / Programs

ROIB_MARA_VPSTA SAP ABAP Report - Program ZRDS_MARA_VPSTA







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


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 ROIB_MARA_VPSTA. "Basic submit
SUBMIT ROIB_MARA_VPSTA AND RETURN. "Return to original report after report execution complete
SUBMIT ROIB_MARA_VPSTA 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: 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


INCLUDES used within this REPORT ROIB_MARA_VPSTA

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:

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.



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