BAPI to Maintain data in tcode WB0n/table WRF6

Hi,
Is there a BAPI to maintain the data in transaction WB0n or table WRF6?  I find the standard tcode WBTI/E that may do the job, is it still supported by SAP?
thanks,
J.Wong
Edited by: JIWONG on Aug 9, 2011 12:19 AM

Hi
I think that it's not possible. The most similar that I have found is BAPI_RETAILSITE_GETMATGROUPS, that call the FM LOCATION_MERCHGROUPS_WITH_TEXT that read in WRF6, but not to mantain it.
I'm sorry
Regards
Eduardo

Similar Messages

  • Error in maintaining data in V_T510P Premium table

    Hi All,
    When I try to maintain the data in maintenance view V_T510P, it is giving an error message "Entry  USD  does not exist in T500W - check your entry". Though currency maintained in table T500W, still the error comes. Please help.
    Regards,
    Jeetu

    Hi,
    Check whether its maintained in the table T001.
    Regards,
    Rahul Wagh

  • How to select the data from a Maintainance View into an internal table

    Hi All,
    Can anybody tell me how to select the data from a Maintainance View into an internal table.
    Thanks,
    srinivas.

    HI,
    You can not retrieve data from A mentenance view.
    For detail check this link,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm
    Regards,
    Anirban

  • How to maintain data in table control

    plz send a detail description of how to create table control and maintain data in that table control.

    Hello Narendar,
    Check the following link:
    http://help.sap.com/saphelp_erp2005/helpdata/en/45/adee2396f711d1b46b0000e8a52bed/frameset.htm
    Also, a table control wizard in Screen Painter(SE51) exists, which takes you step by step through the Table Control generation and also creates code, so you can start using the Table Control right away.
    You can either specify a database table, or use an internal table from program.
    If you want to use internal table, it needs to be predefined in your program, before you start creating the table control.
    Reward if helpful.

  • Where we maintain data for this Table T015W in SPRO

    Hi Gurus,
    I wanted to know that where we maintain data for this table T015W.
    This Table relates to banking.

    Hello,
           You could maintain the instruction keys in SPRO under the path
    Financial Supply Chain Management > Treasury and Risk Management > Basic Functions > SAP Business Partner for Financial Services > Settings for Financial Services > General Settings > Basic Settings > Define Instruction Keys
    Kind regards,
    Vinodh

  • BAPI for displaying data of standard tables

    Dear All,
    Could anybody tell me the name for BAPI to display data in standard tables
    i.e. import :  table name  and
                       fields
         Output  : table entries ( data in those tables )
    thanks.........

    why dont u write ur own code for tht
    in the selection screen take the name of table now use a field symbol to create an internal table of type tht table now use select query to get the data

  • Tcode to populate data in to demo tables like SPFLI, SFLIGHT,SBOOK?

    Can you please let me know the tcode to populate data in to demo tables like SPFLI, SFLIGHT,SBOOK etc

    Run this program S_FLIGHT_MODEL_DATA_GENERATOR
    In ecc 6.0 this program is available? it is saying it does not exist.
    Regards,
    Vishwa.

  • Maintaining data in standard table

    Hi experts,
    We have a requirement in which we have to maintain a standard customizing table in production. Currently user is maintaining entries through SPRO, including them in transports and getting it moved to Production. He want to overcome the current process.
    We thought of two ways as below : -
    1. Creating a T-Code for SM30 of that table and moving it to Production. Later user can use this T-Code and maintain entries. But here is a challenge that production client always remains closed for changes. So we have limitation on maintaining data with this way.
    2. Creating an upload program with database query updating this table but ideally it is not suggested to update a standard SAP table using database query.
    So if there is any other way, please do let me know.
    Thanks
    Siddarth

    Hi Siddarth,
    You may also change the "current settings" of the standard table maintenance dialog, as explained in the following documents:
    - Note 135028 - Transfer IMG activity to current setting
    - Note 523213 - Set maintenance view in production system to changeable
    - [SAP Library - Customizing in a Productive System|http://help.sap.com/saphelp_nw70/helpdata/en/d2/b73c885b8a11d395da00a0c930dcc1/frameset.htm]
    BR
    Sandra

  • Any Bapi fn module to copy bi prd table data to bi dev table

    Hi all,
    Im BI techno functional consultant here my requirement is to write a report such that when it executes ,
    it has to copy bi prd table data to bi dev table.
    ex: The same ODS table data moving from BI PRD to BI DEV.
    Can U please sujjest me the code to write a report or any  fn module..
    with regards,
    prasad.

    hi prasad,
    From BI point of view, what Amit suggested is the best way to get the data from one system to another sytem.(try to convince your client)
    If you want to get the data through ABAP, check with an ABAPer if it possible to have another system(for example, Prod)
    in the WHERE condition of a SELECT statement.
    There are function modules which can be created with an attribute "remote enabled module"(you can see that in attibute screen of a function module) to get data from another system.(you will need more information than this)
    This is more of an ABAP question. A post in the ABAP could be of help.
    Thanks.

  • Data fetching from Standard tables or transaction to SAP PI

    Dear Friends !
         Good day ! How are you ? 
         I have one requirement , My client asks me to develop a solution in that I should get the data from standard SAP tables like EKKO, EKPO ( MM related ) etc..  and send it to PI system and then PI system sends it to third party system database system.
    We have current scenario is working fine,  I have abap proxy that I called in various  standard transaction codes ( MIRO, MIGO, etc ) ' Baddis just beforethe commit stament and it passed the data to SAP PI system and it sends to SQL system.
    but my client dont want me to use Baddis. Client wants  like u should read from those EKKO,EKPO tables as soon as you get new entry there and send it to PI system.  I have no clue How can I go further in that. Shall I use events ? but then question is same I need to trgger them somewere?  Is any one have idea  How I can send the data to PI system frm SAP standard tcodes and tables without using Baddis.
    Please reply me. your any help will be appreciated.
    Regards
    Naeem

    The current Approach of your development perfectly good approach,
    it is not possbiel to read data directly from SAP Tables, you have to use IDoc/RFC/Proxy,if you want to avoid BADI's then better to contact ABAP Team, they will help you different approches .
    But you have to use Porxy/IDoc/BAPI for sure.
    Regards,
    Raj

  • What the advantages of having an BAPI over Other data migrations

    What the advantages of having an BAPI over Other data migrations

    Th advantages of BAPI
    1. Simple to use (its just an FM)
    2. Not cumbersome like bdc
    where we have to record each and every screen
    sequence.
    3. SAP guarantees the consistency
    of bapi in future releases.
    One of the big plusses for BAPIs is that the interface and function are not supposed to change. This is a big plus when you do upgrades or hot packs because the transaction can change (format, required inputs etc) which means you then need to update the call transaction.
    Some of the BAPIs are better documented and easier to use than others.
    You usually need to perform the BAPI that actually does the COMMIT after you call your BAPI.
    The Program coding for calling a BAPI is usually cleaner than setting up the screen flow etc for the Call Transaction.
    You don't need to worry about special data circumstances interrupting the normal data flow of the screens and causing errors because of that.
    BAPIs probably have better performance since they don't do the screen flow processing.
    In general if the BAPI exists for the transaction you want to perform and you can figure out how to use it the BAPI is probably the best way to go.
    This is just from my experience working with both BAPI and Call Transaction. I have had some very good successes with BAPIs, but very occasionally found that I could not get the BAPI to perform the update I needed.
    Refer the transaction BAPI for detail information.
    You can also refer to below links:
    http://www.sapgenie.com/abap/bapi/example.htm
    Basic learning guide:
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html
    BAPI intro:
    http://www.sappoint.com/abap/bapiintro.pdf
    Overview:
    http://www.planetsap.com/Bapi_main_page.htm
    Also have a look at the following link :
    http://www.planetsap.com/LIST_ALL_BAPIs.htm
    Go through the following Document
    Bapi to create customer master
    BAPI_CUSTOMER_CREATEFROMDATA
    BAPI_CUSTOMER_CREATEFROMDATA1
    Or you can use FM SD_CUSTOMER_MAINTAIN_ALL
    what is BAPI?
    BAPI stands for Business API(Application Program Interface).
    A BAPI is remotely enabled function module
    ie it can be invoked from remote programs like standalone JAVA programs, web interface etc..
    You can make your function module remotely enabled in attributes of Function module but
    A BAPI are standard SAP function modules provided by SAP for remote access.
    Also they are part of Businees Objest Repository(BOR).
    BAPI are RFC enabled function modules. the difference between RFc and BAPI are business objects.
    You create business objects and those are then registered in your BOR (Business Object Repository)
    which can be accessed outside the SAP system by using some other applications (Non-SAP) such as VB or JAVA.
    In this case u only specify the business object and its method from external system
    in BAPI there is no direct system call. while RFC are direct system call.
    Some BAPIs provide basic functions and can be used for most SAP business object types.
    These BAPIs should be implemented the same for all business object types.
    Standardized BAPIs are easier to use and prevent users having to deal with a number of different BAPIs.
    Whenever possible, a standardized BAPI must be used in preference to an individual BAPI.
    The following standardized BAPIs are provided:
    Reading instances of SAP business objects
    GetList ( ) With the BAPI GetList you can select a range of object key values,
    for example, company codes and material numbers.
    The BAPI GetList() is a class method.
    GetDetail() With the BAPI GetDetail() the details of an instance of a business object type are retrieved
    and returned to the calling program.
    The instance is identified via its key.
    The BAPI GetDetail() is an instance method.
    BAPIs that can create, change or delete instances of a business object type
    The following BAPIs of the same object type have to be programmed
    so that they can be called several times within one transaction.
    For example, if, after sales order 1 has been created, a second sales order 2 is created in the same transaction,
    the second BAPI call must not affect the consistency of the sales order 2.
    After completing the transaction with a COMMIT WORK, both the orders are saved consistently in the database.
    Create( ) and CreateFromData! ( )
    The BAPIs Create() and CreateFromData() create an instance of an SAP business object type,
    for example, a purchase order. These BAPIs are class methods.
    Change( )
    The BAPI Change() changes an existing instance of an SAP business object type,
    for example, a purchase order. The BAPI Change () is an instance method.
    Delete( ) and Undelete( ) The BAPI Delete() deletes an instance of an SAP business object type from the database
    or sets a deletion flag.
    The BAPI Undelete() removes a deletion flag. These BAPIs are instance methods.
    Cancel ( ) Unlike the BAPI Delete(), the BAPI Cancel() cancels an instance of a business object type.
    The instance to be cancelled remains in the database and an additional instance is created
    and this is the one that is actually canceled. The Cancel() BAPI is an instance method.
    Add<subobject> ( ) and Remove<subobject> ( ) The BAPI Add<subobject> adds a subobject to an existing object inst!
    ance and the BAPI and Remove<subobject> removes a subobject from an object instance.
    These BAPIs are instance methods.
    Check these Links out
    http://searchsap.techtarget.com/ateQuestionNResponse/0,289625,sid21_cid558752_tax293481,00.html
    http://www.sap-img.com/abap/interview-question-on-bapi-rfc-abap-objects-tables.htm
    http://www.sap-img.com/fu033.htm
    http://www.sap-img.com/abap/ale-bapi.htm
    Please check out this thread..
    Re: bapi
    Also refer to the following links..
    www.sappoint.com/abap/bapiintro.pdf
    www.sap-img.com/bapi.htm
    www.sap-img.com/abap/bapi-conventions.htm
    www.planetsap.com/Bapi_main_page.htm
    www.sapgenie.com/abap/bapi/index.htm
    Checkout !!
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html
    http://techrepublic.com.com/5100-6329-1051160.html#
    http://www.sap-img.com/bapi.htm
    http://www.sap-img.com/abap/bapi-conventions.htm
    http://www.sappoint.com/abap/bapiintro.pdf
    Java Connector(JCO) can call not only BAPI's but also the function modules which are remotely enabled..
    BAPI's as i said earlier are remotely enabled function modules..
    Hence, JCO can call also BAPI's(n not only BAPI's as u mentioned).
    Check the following BDC over BAPI
    The steps to be followed are :
    1. Find out the relevant BAPI (BAPI_SALESORDER_CHANGE for VA02).
    [for VA01 use BAPI_SALESORDER_CREATEFROMDAT2]
    2. Create a Z program and call the BAPi (same as a Funtion module call).
    2. Now, if you see this BAPi, it has
    -> Importing structures.
    eg: SALESDOCUMENT: this will take the Sales order header data as input.
    -> Tables parameters:
    eg: ORDER_ITEM_IN: this will take the line item data as input.
    Note :
    Only specify fields that should be changed
    Select these fields by entering an X in the checkboxes
    Enter a U in the UPDATEFLAG field
    Always specify key fields when changing the data, including in the checkboxes
    The configuration is an exception here. If this needs to be changed, you need to complete it again fully.
    Maintain quantities and dates in the schedule line data
    Possible UPDATEFLAGS:
    U = change
    D = delete
    I = add
    Example
    1. Delete the whole order
    2. Delete order items
    3. Change the order
    4. Change the configuration
    Notes
    1. Minimum entry:
    You must enter the order number in the SALESDOCUMENT structure.
    You must always enter key fields for changes.
    You must always specify the update indicator in the ORDER_HEADER_INX.
    2. Commit control:
    The BAPI does not run a database Commit, which means that the application must trigger the Commit
    so that the changes are read to the database. To do this, use the BAPI_TRANSACTION_COMMIT BAPI.
    For further details... refer to the Function Module documentation for the BAPi.

  • Uploading data for Tcode IW21

    Hi,
    I want to upload data for the Tcode IW21,I tried to make BDC but i was giving only 1 problem that it is not able to capture the screen for Long Text as it is used as script handling.i am able to find a BAPI but i dont know how to use it,i tried to do work through LSMW but there is no information. Pleas provide me guidelines how to solve this problem.. I am providing the link to the code which i had developed(BDC) for the tcode IW21 .
    Here's the code:-
    http://docs.google.com/View?id=dfxswwff_3gtn9qsdp
    Edited by: ricx .s on Jun 24, 2009 6:24 AM

    hi,
    Thanks for your help. Can i use BAPI to upload data for IW21 and how to trace the fields of a BAPI to upload the data .
    Here's the code which i searched on net bu there is no information regarding the fields tobe traced and should i include it in my code which i had provided above ?
    data: i_bapi2080_nothdri type standard table of bapi2080_nothdri with header line.
    data: i_bapiret2 type standard table of bapiret2 with header line.
    data: i_bapi2080_nothdre type standard table of bapi2080_nothdre with header line.
    data: i_bapi2080_notfulltxti type standard table of bapi2080_notfulltxti with header line.
    * create header data
    i_bapi2080_nothdri-refobjectkey = 'PJAREF'.
    i_bapi2080_nothdri-equipment    = '10000030'.
    i_bapi2080_nothdri-reportedby   = 'PJAREP'.
    i_bapi2080_nothdri-short_text   = 'PJA Short Test from BAPI'.
    i_bapi2080_nothdri-priority     = '1'.
    * create header long text
    i_bapi2080_notfulltxti-objtype    = 'QMEL'.
    i_bapi2080_notfulltxti-FORMAT_COL = 'U1'.
    i_bapi2080_notfulltxti-text_line  = 'Long text 1'.
    append i_bapi2080_notfulltxti.
    i_bapi2080_notfulltxti-objtype    = 'QMEL'.
    i_bapi2080_notfulltxti-FORMAT_COL = 'U1'.
    i_bapi2080_notfulltxti-text_line  = 'Long text 2'.
    append i_bapi2080_notfulltxti.
    call function 'BAPI_ALM_NOTIF_CREATE'
      exporting
    *   EXTERNAL_NUMBER          =
        notif_type               = 'M1'
        notifheader              = i_bapi2080_nothdri
    *   TASK_DETERMINATION       = ' '
    *   SENDER                   =
    *   ORDERID                  =
    importing
        notifheader_export       = i_bapi2080_nothdre
    tables
    *   NOTITEM                  =
    *   NOTIFCAUS                =
    *   NOTIFACTV                =
    *   NOTIFTASK                =
    *   NOTIFPARTNR              =
        longtexts                = i_bapi2080_notfulltxti
    *   KEY_RELATIONSHIPS        =
        return                   = i_bapiret2.
    call function 'BAPI_ALM_NOTIF_SAVE'
      exporting
        number            = i_bapi2080_nothdre-notif_no
    * IMPORTING
    *   NOTIFHEADER       =
    * TABLES
    *   RETURN            =
    call function 'BAPI_TRANSACTION_COMMIT'
    * EXPORTING
    *   WAIT          =
    * IMPORTING
    *   RETURN        =
    Please provide me guidelines for it.Is there any way to upload  the data for this Tcode IW21 through LSMW?
    Edited by: ricx .s on Jun 24, 2009 10:20 AM

  • Is Retail Tcodes and Tables

    HEllo
    I would like to know from where we can get the list of Tcodes and Tables related to IS Retail
    Regards
    Mohammed

    Hi ,
    Pl find below list of Retail TCodes :
    R11 Merchandise Related Master Data
    Transaction code transaction text
    SU3 Maintain User Profile
    MM41 Create Article
    MM42 Chang Article
    MM43 Display Article
    WSL11 Evaluation of listing condition
    WSO7 Display Assortment Module Assignment to Assortment
    MASS_MARC Logistic/replenishment Mass Maintenance
    REFSITE Reference Sites Mangement
    WSL1 Listing conditions
    MR21 Price Change
    MB1C Enter Other Goods Receipts
    MB1B Enter Transfer Posting
    MB03 Display Transfer Posting
    RWBE Stock Overview Generic Articles
    R12 Retail Pricing
    Transaction code transaction text
    SU3 Maintain User Profile
    VKP5 Create Price Calculation
    WPMA Direct Request For POS Outbound
    WMB1 Create Price Entry
    WKK1 Create Market-basket Price Calculation
    SPRO Assign Price Point Group to Org. Level/Merchandise Category
    WVA3 Display VKP Calcultion Sur
    WVA7 Display VKP Calcultion Sur
    WEV3 Display Ret. Markup SP Ca
    MEKE Conditions By Vendor
    ME21N Create Purchase Order
    V-61 Create Customer Discount Condition
    V-64 Display Customer Discount
    VK13 Display Condition Records
    V/LD Execute Pricing Report
    VA01 Create Sales Order
    MEI4 Create Automatic Document worklist
    BD22 Delete Change Pointers
    WVN0 Generate Pricing Worklist
    WVN1 Release Worklist
    R13 Assortment Management
    Transaction code transaction text
    SU3 Maintain User Profile
    WSOA3 Assortment Display
    WSOA1 Assortment Create
    WSOA2 Assortment Change
    WSOA6 Assortment Assignment Tool
    REFSITE Reference Sites Mangement
    WSL5 Modules In Assortment
    MM41 Create Article
    MM42 Chang Article
    WSL1 Listing conditions
    WSP4 Create Individual Listing Material / Assortment
    WSO1 Assortment Module Create
    WSO5 Maintain Assortment Module assignment to Assortment
    SE38 ABAP Editor
    WLWB Space Management: Layout Workbench
    WPLG Display Article In Layout Module
    WLCN Delete All Listing Conditions From Layout Module
    WSOA1 Assortment Create
    WSK1 Assortment Copy
    WSPL Display / edit article master segments that cannot be generted
    WSL0 Merchandise Categories – Article Assortments Consistency Check
    WSP6 Delete Individual Listing Material/Assortment
    WSM8 Reorganize Listing Conditions By Merchandise Category
    WSM4A Automatic Relisting Via Change to Assortment Master Data
    WSL11 Evaluation of listing condition
    WB02 Site Change
    MB1C Enter Other Goods Receipts
    WSE4 Article Discontinuation( Article / Site Discontinuation)
    WSM9 Deletion of Obselete Listing Conditions
    SE16 Data Browser
    R21 Procurement of Replenishable Merchandise
    Transaction code transaction text
    SU3 Maintain User Profile
    MM42 Chang Article
    MP30 Execute Forecast: Initial
    MP33 Forecast Reprocessing
    MD21 Display Planning File Entries
    MD03 Requirements Planning Single-Item, Single-Level
    MD05 RP List
    MD04 Stock/Requirements List
    MB01 Enter Other Goods Receipts
    ME01 Maintain Source List
    ME51 Create Purchase Requisition
    ME52 Change Purchase Requisition
    ME59 Automatic Creation of Purchase Orders from Requisitions
    ME21N Create Purchase Order
    MIGO Goods Receipt for Purchase Order
    ME13 Display Info Record
    ME31K Create Contract
    ME33K Display Contract
    RWBE Stock Overview
    MB1C Enter Other Goods Receipts
    WWP1 Planning Workbench
    WWP3 Planning Workbench
    SPRO Maintain Rounding Profile
    WB02 Site Change
    MK02 Change Vendor
    MD04 Display Stock/Requirements Situation
    WLB1 Determining Requirements for Investment Buying
    WLB6 ROI-Based PO Proposal for Purchase Price Changes
    WLB2 Investment Buying Analysis
    WLB13 Automatic Load Building
    WLB4 Results List for Automatic Load Building Run
    WLB5 Combine a Number of POs to Create a Collective Purchase Order
    ME2L Purchasing Documents per Vendor
    ME23N Display Purchase Order
    ME61 Maintain Vendor Evaluation
    ME63 Calculate Scores for Semi-Automatic and Automatic Subcriteria
    ME64 Evaluation Comparison
    ME65 Ranking List of Vendors
    ME6B Ranking List of Vendor Evaluations Based on Material/Material Group
    R22 Procurement of Non-replenishable Merchandise
    Transaction code transaction text
    SU3 Maintain User Profile
    MM41 Create Article
    MM42 Chang Article
    WSL1 Listing conditions
    MR21 Price Change – Overview
    ME51 Create Purchase Requisition
    ME41 Create RFQ
    ME47 Maintain Quotation
    MB1C Other Goods Receipts
    ME49 Price Comparison List
    ME1E Quotation Price History
    ME48 Display Quotation
    ME4M Purchasing Documents for Article
    ME21N Create Purchase Order
    ME28 Release (Approve) Purchasing Documents
    MB01 Goods Receipt for Purchase Order
    ME2L Display Purchasing Documents per Vendor
    ME23N Display Purchase Order
    SPRO Maintain Rounding Profile
    MD03 Single Item, Single Level
    MD04 Stock/Requirements List
    RWBE Stock Overview
    WLB13 Automatic Load Building
    WLB4 Results List for Automatic Load Building Run
    WLB5 Bundle multiple orders logically
    ME63 Calculate Scores for Semi-Automatic and Automatic Subcriteria
    ME61 Maintain Vendor Evaluation
    ME64 Evaluation Comparison
    ME65 Ranking List of Vendors
    ME6B Ranking List of Vendor Evaluations Based on Material/Material Group
    R23 Fresh Items Procurement
    Transaction code transaction text
    SU3 Maintain User Profile
    WDBI Assortment List: Initialization and Full Version
    WDFR Perishables Planning
    MB1C Other Goods Receipts
    MIGO Goods Receipt Purchase Order
    WF30 Merchandise Distribution: Monitor
    VL06O Outbound Delivery Monitor
    MB0A Goods Receipt-PO Unknown
    WDFR Perishables Planning
    VL10B Fast Display Purchase Orders,
    MB01 Post Goods Receipt for PO
    RWBE Stock Overview
    ME61 Maintain Vendor Evaluation
    ME63 Calculate Scores for Semi-Automatic and Automatic Subcriteria
    MEKH Market Price
    ME64 Evaluation Comparison
    ME65 Ranking List of Vendors
    ME6B Ranking List of Vendor Evaluations Based on Material/Material Group
    R25 Subsequent Settlement
    Transaction code transaction text
    SU3 Maintain User Profile
    MEB3 Display Rebate arrangement
    MEU2 Perform Comparison of Business Volumes
    MEB4 Create Settlement Document Via Report
    MEB3 Create Service Notification-Malfn.
    MEB1 Create Agreement
    ME21N Create Purchase Order
    MB01 Goods Receipt for Purchase Order
    ME81 Analysis of Order Values
    MIRO Enter Invoice
    MEB8 Detailed Settlement
    SECATT Generating business volume with CATT
    SECATT Generating business volume with CATT
    R26 Invoice Verification
    Transaction code transaction text
    SU3 Maintain User Profile
    ME21N Create Purchase Order
    MB01 Goods Receipt for Purchase Order
    ME81 Analysis of Order Values
    MIRO Enter Incoming Invoice
    MIR4 Display Invoice Document
    MIR7 Park Invoice
    MIRA Enter Invoice for Invoice verification in Background
    WC23 Invoice Verification-Background Check
    MRRL Evaluated Receipt Settlement (ERS)
    ME22N Retroactive Price Changes in Purchase Order
    MRNB Revaluation with Log. Invoice Verification
    MIR6 Invoice Overview-Selection Criteria
    MRBR Release Blocked Invoices
    R31 Sales Order Management
    Transaction code transaction text
    SU3 Maintain User Profile
    VV32 Change Export Billing Document
    VV31 Create Export Billing Document
    MB1C Enter Other Goods Receipts
    ME21N Create Purchase Order
    VV32 Change Export Billing Document
    RWBE Stock Overview
    VV31 Create Export Billing Document
    VA01 Create Sales Order
    MM42 Chang Article
    VA03 Display Sales Order
    RWBE Stock Overview
    VL01N Enter Other Goods Receipts
    LT03 Create Transfer Order for Delivery Note
    LT12 Confirm Transfer Order
    ME5A Displaying Purchase Requisition
    ME81 Analysis of Order Values
    MIRO Enter Invoice
    VA02 Change Sales Order
    SECATT Backorder Processing
    WFRE Distribution of Returns Among Backorders
    V_V2 Rescheduling sales and stock transfer documents
    VA05 List of Sales Order
    V_R2 Rescheduling of sales and stock transfer documents
    SECATT Generating Processing Document(s) via CATT
    VF01 Create Billing Document
    VF05 List of Billing Documents
    VF02 Change Billing Doc
    VF04 Maintain Billing Due List
    V.21 Log of Collective Run
    F-29 Post Customer Down Payment
    F-39 Clear Customer Down Payment
    VL02N Outbound Delivery Single Document
    VF31 Output from Billing
    MB1B Enter Transfer Posting
    VL06O Outbound Delivery Monitor
    VBO3 Displaying the Status of Rebate Agreement
    VBO2 Settlement of the Agreement
    VBO1 Creating Rebate Agreement
    VBOF Update Billing Documents
    LT03 Create Transfer Order for Delivery Note
    LT12 Confirm Transfer Order
    VA02 Releasing Credit Memo Request for the Partial Rebate Settlement
    VL01N Create Outbound Delivery with Order Reference
    VA01 Create Sales Order
    VA03 Display Sales Order
    VA41 Create Contract
    VA43 Display Contract
    CV01N Create Document
    MM42 Chang Article
    MM43 Display Article
    WWM1 Create product catalog
    XD02 Customer Display
    OVKK Define Pricing Procedure Determination
    SPRO Maintain Pricing Procedures
    WWM2 Change Product Catalog
    WAK2 Promotion Change
    R32 Instore Customer Relationship Management
    Transaction code transaction text
    SU3 Maintain User Profile
    SICF HTTP Service Hierarchy Maintenance
    ME5A List Display of Purchase Requisitions
    ME21N Generating a Purchase Order on the Basis of the Purchase Requisition
    MIRO Entering an Incoming Vendor Invoice
    VF01 Create Billing Document
    VF02 Change Billing Doc
    R33 Service - Return ProcessingTransaction code transaction text
    SU3 Maintain User Profile
    WPMI POS Outbound:Initialization
    WPMA Direct request for POS ountbound
    WPER POS Interface Monitor
    WPMU Creating Change Message
    WE02 Displaying Created IDocs in POS Monitor
    MM42 Chang Article
    VD02 Customer Change
    WB60 Creating Site Group
    WB66 Maintain Assignment of Sites
    WAK1 Create promotion
    WE02 Displaying Idoc
    WDBI Initialization and Full Version
    WDBM Manual Selection Assortment List
    RWBE Stock Overview
    MB1C Other Goods Receipts
    WPUK POS Simulation:Selection
    WPUF Cash Removal
    FB03 Displaying Accounting Document
    FAGLL03 Displaying Clearing Account
    WPCA Execute Settlement
    F-06 Post Incoming Payments:Header Data
    WVFB Simulation Store Orders:Header Data Selection
    WE02 Displaying Confirmation Order
    VL10B Fast Display Purchase Orders,
    VL02N Outbound Delivery Single Document
    WPUW Goods Movements
    MB0A Returning Goods to Vendor
    MB1B Posting Goods to ‘Unrestricted Use’
    ME23N Displaying Purchase Order
    MIRO Invoice Verification
    WR60 Replenishment:Parameter Overview
    ME27 Create Purchase Order
    WRP1 Replenishment:Planning
    VL02N Change Outbound Delivery
    LT12 Confirm Transfer Order
    RWBE Stock Overview
    WB02 Site Change
    MB1C Enter Other Goods Receipts
    MI01 Create physical inventory document
    MI31 Selected Data for Phys. Inventory Docmts W/O Special Stock
    MI02 Change physical inventory document
    WVFD Send physical inventory document
    WVFI Simulation:Store Physical Inventory/Sales Price Change
    MI03 Display physical inventory document
    MI20 List of Inventory Differences
    MIDO Display Physical Inventory Overview
    WPUW Goods Movements
    WPUS Simulation:Inbound Processing
    WE19 Test tool for IDoc processing
    MM41 Create Article
    VBG1 Create Article Grouping
    VBK1 Create bonus buy
    R34 Store Business online
    Transaction code transaction text
    SU3 Maintain User Profile
    SICF HTTP Service Hierarchy Maintenance
    WB02 Site Change
    WSOA6 Assortment Assignment Tool
    WSM8 Reorganize Listing Conditions By Merchandise Category
    WDBI Assortment List:Initialization and Full Version
    WA01 Create allocation table:Initial
    WA08 Follow-On Document Generation Allocation Table
    VL02N Change Outbound Delivery
    WAK1 Create Promotion
    WAK5 Promo. Subsequent processing
    WPUK POS Simulation
    MM42 Change Article
    VL10B Fast display Purchase Orders
    VL02N Change Outbound Delivery
    WMBE Stock Overview
    MB1C Enter Other Goods Receipts
    VKP1 Change Price Calculation
    VKU6 Revaluation at Retail
    R35 Promotion Management
    Transaction code transaction text
    SU3 Maintain User Profile
    RWBE Stock Overview
    MB1C Enter Other Goods Receipts
    WB60 Creating Site Group
    WB66 Maintaining Site Group
    WA21 Allocation Rule Create
    WAK1 Create promotion
    WAK5 Promo. Subsequent processing
    WAK2 Change Promotion
    WA08 Follow-On Document Generation Allocation Table
    VL06O Outbound Delivery Monitor
    MB0A Goods Receipt-PO Unknown
    WAK15 Promotions per Site
    WAK14 Promotions per article
    VA01 Create Sales Order
    VL01N Create Outbound Delivery with Order Reference
    VL06P Outbound Deliveries for Picking
    VL06C Confirming Transfer Order and Post Goods Issue
    VL03N Display Outbound Delivery
    VF01 Create Billing Document
    R41 Distribution Center Logistics with Lean-WM
    Transaction code transaction text
    ME21N Create Purchase Order
    VL31N Creating Inbound Delivery
    WAP2 Create Purchase Order
    VL41 Create Rough Goods Receipt
    WAP2 Create Purchase Order
    MB0A Goods Receipt – PO Unkown
    MB03 Display Article Document
    MBRL Enter Return Delivery
    MB02 Change Article Document
    MB90 Output from Goods Movements
    VL01NO Create Output Delivery Without Order Reference
    LT03 Create Transfer Order for Delivery Note
    LT12 Confirm Transfer Order
    VL02N Posting Goods issue
    VL01NO Create Outbound Delivery Without Order Reference
    VL35 Create Piching Waves According to Delivery Compare Times
    VL06P Outbound Deliveries for Picking
    LT42 Create TOs by Mult.Processing
    LT25N Transfer Order for Each Group
    VLSP Subsequent Outbound-Delivery Split
    VL06G Outbound Deliveries for Goods Issue
    MI01 Create physical inventory document
    MI31 Selected Data for phys.Inventory Docmts W/o Special Stock
    MI04 Enter inventory count
    MI20 List of Inventory Differences
    MIDO Display Physical Inventory Overview
    VL06O Outbound Delivery Monitor
    VL37 Wave Pick Monitor
    VLLG Rough Workload Estimate
    R42 Distribution Center Logistics With Lean Warehouse Management
    Transaction code transaction text
    SU3 Maintain User Profile
    RWBE IM Stock Overview
    LS26 WM Stock Overview
    SPRO Assign Processor to Queues
    ME21N Create Purchase Order
    VL31N Creating Inbound Delivery
    WAP2 Create Purchase Order
    VL41 Create Rough Goods Receipt
    MB0A Goods Receipt – PO Unknown
    LT06 Create Transfer Order for Article Document
    LT12 Confirm Transfer order
    LRF1 Resource Planning with the RF Monitor
    LM00 Mobile Data Entry
    LRF1 Monitoring with the RF Monitor
    MB03 Display Article Document
    MBRL Enter Return Delivery
    MB02 Change Article Document
    MB90 Output from Goods Movements
    LB12 Process Article Document
    LP21 Replenishment for Fixed Bins in WM
    LB10 Display Transfer Requirement: List for Storage Type
    VL01NO Create Outbound Delivery Without Order Reference
    LT03 Create Transfer Order for Delivery Note
    LRF1 Resource Planning in the Monitor for Mobile Data Entry
    LRF1 Monitoring from the Mobile Data Entry Monitor
    VL02N Posting Goods Issue
    VL35 Create Picking Waves According to Delivery Compare Times
    VL06P Outbound Deliveries for Picking
    LT42 Create TOs by Mult. Processing
    LT25N Transfer Orders for Each Group
    VLSP Subsequent Outbound-Delivery Split
    VL06G Outbound Deliveries for Goods Issue
    LX16 Carry out Continuous Inventory
    LI11N Enter Inventory Count
    LI14 Start Recount
    LI20 Clear Differences in WM
    LI21 Clearing of differences in Inventory Management
    LX18 Statistics for Inventory Differences
    LX25 Inventory status
    LL01 Warehouse Activity Monitor
    VL06O Outbound Deliveries for Picking
    VL37 Wave Pick Monitor
    VLLG Rough Workload Estimate: Total Overview
    R43 Merchandise Distribution
    Transaction code transaction text
    SU3 Maintain User Profile
    ME21N Create Purchase Order
    ME31K Create contract
    WA21 Allocation Rule Create
    WA01 Create Allocation Table
    WA11 Allocation Table Message Bundling / Notification Creation
    WA04 Create Notification
    WA08 Create Follow-On Documents
    MB01 Goods Receipt for Purchase Order
    WF10 Create Collective Purchase Order
    MB01 Create Purchase Order
    WF30 Adjusting Distribution and Generating an Outbound Delivery
    VL06O Outbound Delivery Monitor
    VL02N Outbound Delivery Single Document
    WF50 Adjusting Distribution
    WF70 Creating Distribution Order
    LT23 Display Distribution Order
    WF60 Generating Outbound Delivery
    WA01 Create allocation table:Initial
    R50 ECR-Compliant Procurement Processes
    Transaction code transaction text
    PRICAT Initial Screen: Price Catalog Maintenance
    PRICATCUS1 Change View "Assignment of ILN-Vendor-Purchasing group": Overview
    PRICATCUS2 Change View "Assignment of ILN-merch.catgry-SAP merch.catgry": Ove
    PRICATCUS3 Change View "Assignment of SAP merchandise category - purchasing group"
    WE19 Test tool for IDoc processing
    WE20 Partner profiles
    ME21N Create Purchase Order
    WE02 Idoc list
    ME23N Display Purchase Order
    MB0A Goods Receipt - PO Unknown: Initial Screen
    MIR4 Display Invoice Document
    WVM2 Transfer of Stock and Sales Data
    Regards,
    ManiKumaar

  • BAPI req for inserting records in PA2002 table

    Hi,
    I need a BAPI for uploading data from XI to PA2002 table. I need suitable BAPI for inserting in PA2002 table so that i can view the result in PA30 under 2002 IT and 0800 subtype. I have to insert pernr,begda,endda & working hours.
    Kindly help.
    Thanks,
    Ramesh

    Hello Ramesh,
    I dint find any Standard BAPI . But i think you can use this following code and Create a RFC (or) BAPI.
    http://diocio.wordpress.com/2007/04/27/sap-abap-insert-infotype-data-with-maintain-text/
    regards
    Gangaprasad

  • Quotation maintained date

    Hai,
        in ME47 eventhough we change quantity or netprice of a material in EKPO, AEDAT is getting changed and document gets maintained, is there any table or filed name to Identify specifically last maintained date(it changes only for netprice value change).
                   Thank you
                    Regards
                        Srinivas

    Dear ,
    Yes you can browse to table CDHDR dan CDPOS for the detail.
    In CDHDR, enter user name, range date, Tcode ME47, then get the change doc object, object value and document number to CDPOS table and execute, will get the change result there, and all effected table.change field also can be track , like effective = EFFWR
    Regards,
    w1n
    Edited by: w1n on Nov 4, 2008 12:56 PM

Maybe you are looking for

  • Thunderbolt does not turn on

    When I plug thunderbolt my 2012 MBA nothing happens! The power is on and my laptop will charge however the screen does not work! From what I have read this is a common issue with these $1000 screens and they tend to die between 14-24 months. This is

  • "file failed to be converted using Adobe ExportPDF online"

    I have been getting errors for about a week when trying to convert a PDF to a word document. In Acrobat I get the error "File failed to be converted using Adobe ExportPDF Online" and when online using ExportPDF I get a conversion failure. Please help

  • Check Printing - PDF displays fine, Printer prints PS Code

    We are using XML Publisher 5.6.2 to build the check printing program. The template is working fine and we are able to see the checks with MICR thru the request output ( as PDF ). Now, we need to print these checks directly to the printer and as per t

  • Impact upgrade copied Roadmap.

    Hello, We are investigating in using our own Roadmap. It will be a copy of the ASAP Implementation Roadmap and will have new structure nodes with related project documentation. At the moment we are using the ASAP Implementation Roadmap V3.0 Sep 2005

  • My New Mac is will not read my sd card

    I just got a Mac for the first time (mac book pro)I took the sd card out of my camera and incerted it into the card reader and nothing happens. How do I use the card reader in I photo?