SAP Reports / Programs | Supplier Workplace | Industry Solution Automotive | Supplier Workplace(IS-A-SWP) SAP IS

ISIA_POD_FLAG SAP ABAP Report - Filter PODs According to 'Viewed' Indicator







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ISI_POD - Analysis of the POD View Flag


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


INCLUDES used within this REPORT ISIA_POD_FLAG

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.


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:

No SAP FUNCTION MODULES are executed within this report code!



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