SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

J_MEMASSPO SAP ABAP Report - PO Mass Maintenance: Temporary Pricing (Japan)







J_MEMASSPO 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 J_MEMASSPO 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

J1_MASSPO - Mass Maintenance: Temporary Pricing


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 J_MEMASSPO. "Basic submit
SUBMIT J_MEMASSPO AND RETURN. "Return to original report after report execution complete
SUBMIT J_MEMASSPO 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_DELSTA = Delivery status
Selection Text: P_INSTAT = Invoice status
Selection Text: P_PRTYP = D .
Selection Text: P_TEXT = D .
Selection Text: P_TLRNCE = Tolerance(%)
Selection Text: P_VARIAN = Layout variant name
Selection Text: R_ACNWPR = New Price Determination
Selection Text: R_ACTUAL = Without temporary price
Selection Text: R_ALL_PO = Both
Selection Text: R_EST_PR = With temporary price
Selection Text: R_LSTDSP = List Display
Selection Text: R_NWPRDT = New Price Determin(Simulation)
Selection Text: S_AC_CAT = Account Assignment Category
Selection Text: S_CHDATE = D .
Selection Text: S_DELDAT = D .
Selection Text: S_DOCDAT = D .
Selection Text: S_ELIKZ = Delivery Completed Indicator
Selection Text: S_EREKZ = Final Invoice Indicator
Selection Text: S_GRDATE = GR Posting Date
Selection Text: S_ITEM = D .
Selection Text: S_MAT = D .
Selection Text: S_MGRP = D .
Selection Text: S_ORDER = D .
Selection Text: S_PLANT = D .
Selection Text: S_PRDAT = Price determin. date control
Selection Text: S_PURGRP = D .
Selection Text: S_PURORG = D .
Selection Text: S_VENDOR = D .
Selection Text: S_VMATNR = D .
Selection Text: S_VSBRNG = D .
Selection Text: S_XERSY = Evaluated Receipt Settlement
Title: PO Mass Maintenance: Temporary Pricing (Japan)
Text Symbol: 047 = Created by Mass PO update transaction J1_MASSPO
Text Symbol: 046 = Errors/Warnings Message Description
Text Symbol: 045 = Message Type
Text Symbol: 044 = No updation
Text Symbol: 001 = No invoice although not free of charge
Text Symbol: 002 = Estimated price flag





Text Symbol: 003 = PO Accessed
Text Symbol: 004 = Variant selection
Text Symbol: 005 = Configuration changed
Text Symbol: 006 = Purchase Order selection
Text Symbol: 007 = Conditions for item although no invoice
Text Symbol: 008 = ME22N and ME23N
Text Symbol: 016 = Purch. Org. Descr.
Text Symbol: 017 = Vendor Text
Text Symbol: 018 = C.Code Text
Text Symbol: 019 = Material Text
Text Symbol: 020 = Plant Text
Text Symbol: 021 = Stor. Loc Text
Text Symbol: 022 = Matr Grp Text
Text Symbol: 023 = Valu. Catg Text
Text Symbol: 024 = Acct Asgmt Catg Text
Text Symbol: 025 = Item Catg Text
Text Symbol: 026 = Shipping Inst. Text
Text Symbol: 027 = Material Type Text
Text Symbol: 028 = Delvivered. Qty
Text Symbol: 029 = Refreshing the List Output
Text Symbol: 030 = Execution Type
Text Symbol: 031 = Delivery status
Text Symbol: 032 = New Net Price
Text Symbol: 033 = Messages
Text Symbol: 034 = Price Det. Result
Text Symbol: 035 = Price Update Status
Text Symbol: 036 = Invoice received
Text Symbol: 037 = No invoice received
Text Symbol: 038 = Completely delivered
Text Symbol: 039 = Partially delivered
Text Symbol: 040 = Not delivered
Text Symbol: 041 = Invoice status
Text Symbol: 042 = GR posting date
Text Symbol: 043 = Updated


INCLUDES used within this REPORT J_MEMASSPO

INCLUDE J_MEMASSPO_DDEF.
INCLUDE J_MEMASSPO_FORM.


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