SAP Reports / Programs | Periodical Sales and Distribution | SAP Media | Periodical Sales and Distribution(IS-M-SD-PS) SAP IS

RJVAVPST SAP ABAP Report - Display Worklist of Postal Data







RJVAVPST 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 RJVAVPST 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 RJVAVPST. "Basic submit
SUBMIT RJVAVPST AND RETURN. "Return to original report after report execution complete
SUBMIT RJVAVPST 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: P_AENDNR = Change Number
Selection Text: P_RADIO1 = No Update
Selection Text: P_RADIO2 = No Structure Data Updated
Selection Text: P_RADIO3 = Update Struct. and Postal Data
Title: Display Worklist of Postal Data
Text Symbol: B07 = CityNo.(Old)
Text Symbol: B05 = Database Change
Text Symbol: B04 = To
Text Symbol: B03 = Valid From
Text Symbol: B02 = PCd.(New)
Text Symbol: B01 = PCd.(Old)
Text Symbol: A03 = Update of Postal and Structure Data
Text Symbol: A02 = No update of structure data
Text Symbol: A01 = No update of changed postal data
Text Symbol: 999 = Text elements with the same letters are grouped together
Text Symbol: B11 = CDs.No.(Old)
Text Symbol: B12 = CDs.Name(Old)
Text Symbol: B13 = StNo.(Old)
Text Symbol: B14 = Street Name(Old)
Text Symbol: B10 = City Name Affix
Text Symbol: B22 = From PO No.
Text Symbol: B21 = DM Name (New)
Text Symbol: B20 = Dist.Mun.Key (New)
Text Symbol: B19 = DM Name (Old)
Text Symbol: B18 = Dist.Mun.Key (Old)
Text Symbol: B17 = Street Name(New)
Text Symbol: B16 = StNo.(New)
Text Symbol: B15 = From HNo
Text Symbol: C03 = City Data
Text Symbol: C02 = Postal Codes
Text Symbol: C01 = No.of Changes To
Text Symbol: B32 = ChNo.(Curr.)
Text Symbol: B31 = ChNo.(Init.)
Text Symbol: B30 = Seq.No.PCd (New)
Text Symbol: B29 = Seq.No.PCd (Old)
Text Symbol: B28 = (New) To
Text Symbol: B27 = (Old) To
Text Symbol: B26 = CDs.No.(Old)





Text Symbol: B25 = CDs.No.(New)
Text Symbol: B24 = PO PCd (New)
Text Symbol: C04 = City Dis.Data
Text Symbol: D03 = Record Changed
Text Symbol: D02 = Record Deleted
Text Symbol: D01 = Record Created
Text Symbol: C08 = Postal Code/City Data
Text Symbol: C07 = P.O. Box Data
Text Symbol: C06 = Distr./Municip.Data
Text Symbol: C05 = Street Data
Text Symbol: B23 = PO PCd (Old)
Text Symbol: B09 = CityNo.(New)
Text Symbol: B08 = City (Short)


INCLUDES used within this REPORT RJVAVPST

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:

ISP_UPDA_BUFFER_SELECT CALL FUNCTION 'ISP_UPDA_BUFFER_SELECT' EXPORTING GUELTIGBIS = '99991231' X_POST_DB = V_X_POST X_STRUKTUR = V_X_STRU X_ADRESSEN = C_X TABLES STR_UPDA_TAB = I_STR_UPDA ORT_UPDA_TAB = I_ORT_UPDA PLZ_UPDA_TAB = I_PLZ_UPDA OTL_UPDA_TAB = I_OTL_UPDA POF_UPDA_TAB = I_POF_UPDA KGS_UPDA_TAB = I_KGS_UPDA PLO_UPDA_TAB = I_PLO_UPDA EXCEPTIONS NO_DATA_FOUND = 1 NO_DATA_IN_TIME_SLICE = 2 OTHERS = 3.

ISP_UPDA_SELECT_AENDNR CALL FUNCTION 'ISP_UPDA_SELECT_AENDNR' EXPORTING AENDNRINIT = P_AENDNR X_POST_DB = V_X_POST X_STRUKTUR = V_X_STRU X_ADRESSEN = C_X MANDT = SY-MANDT AENDNRAKT = P_AENDNR TABLES STR_UPDA_TAB = I_STR_UPDA ORT_UPDA_TAB = I_ORT_UPDA PLZ_UPDA_TAB = I_PLZ_UPDA OTL_UPDA_TAB = I_OTL_UPDA POF_UPDA_TAB = I_POF_UPDA KGS_UPDA_TAB = I_KGS_UPDA PLO_UPDA_TAB = I_PLO_UPDA EXCEPTIONS NO_DATA_FOUND = 1 ONLY_INSERTS = 2 OTHERS = 3.



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