ISIA_POD_FLAG 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 ISIA_POD_FLAG into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ISI_POD - Analysis of the POD View Flag
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: VBELN = D Delivery
Selection Text: SUPPL = Supplier
Selection Text: RADVWK_X = Display All
Selection Text: RADVWK_S = Which Have Been Viewed
Selection Text: RADVWK_A = Which Have not Been Viewed
Selection Text: PVDATINV = Date Range
Selection Text: PODFL_X = Only POD-Relevant
Selection Text: PODFL_S = Only not POD-Relevant
Selection Text: PODFL_A = All Deliveries
Selection Text: DATINV = Delivery Date
Title: Filter PODs According to 'Viewed' Indicator
Text Symbol: 012 = Date
Text Symbol: 011 = Display All Deliveries
Text Symbol: 010 = Display Only Deliveries Which Are not POD-Relevant
Text Symbol: 009 = Display Only Deliveries Which Are POD-Relevant
Text Symbol: 008 = POD Relevance
Text Symbol: 007 = Viewed Indicator
Text Symbol: 006 = Display All
Text Symbol: 005 = Display Only PODs Which Have Been Viewed
Text Symbol: 004 = Display Only PODs Which Have not Been Viewed
Text Symbol: 003 = User
Text Symbol: 002 = Inbound Delivery
Text Symbol: 001 = POD Viewed Analysis
INCLUDE ISIA_POD_FLAG_TOP.
INCLUDE ISIA_POD_FLAG_F01.
INCLUDE ISIA_POD_FLAG_F02.
INCLUDE ISIA_POD_FLAG_F03.
INCLUDE ISIA_POD_FLAG_F04.
INCLUDE ISIA_POD_FLAG_F05.
INCLUDE ISIA_POD_FLAG_F06.
INCLUDE ISIA_POD_FLAG_F07.
INCLUDE ISIA_POD_FLAG_F08.
INCLUDE ISIA_POD_FLAG_F09.
INCLUDE ISIA_POD_FLAG_F10.
INCLUDE ISIA_POD_FLAG_F11.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISIA_POD_FLAG - Filter PODs According to 'Viewed' Indicator ISIA_POD_FLAG - Filter PODs According to 'Viewed' Indicator ISIA_GENERAL - SIC_GENERAL ISH_WORKPLACE_START - IS-H: Start Program for IS-H Work Station ISH_WORKPLACE_START - IS-H: Start Program for IS-H Work Station ISH_V80HGEN - Switch-on-Report to call RV80HGEN