PR and PO list-SAP Std. T-Code

Hi
We have an urgent requirement from client  to know the list of purchase order converted from purchase requisition on daily basis .Selection option will be :
Plant : USXX
Date : Purchase Order Create/Purchase Conversion date
Out put should be :
Purchase Req Number :
Purchase Order Number :
Plant :USXX
Date : XX/XX/XXXX
Is there any standard SAP transaction  for this above requirement.I need to create a variant for this .Please let me
know
Regards
Jia

Hi Jiaul,
You can create a query (e.g. in SQVI) using tables EKKO & EKPO.
INPUT (selection fields)
date of creation: EKKO-ERDAT
plant: EKPO-WERKS
suggetion:
PR no.: EKPO-BANFN (filter criteria: >0)
OUTPUT
PR no.: EKPO-BANFN
PO no.: EKKO-EBELN (or EKPO-EBELN)
Plant: EKPO-WERKS
date of creation: EKKO-ERDAT
Please give feedback if it's OK / not OK.
(When you run the query you can use selection criteria '>0' for EKPO-BANFN - in this way you will get PO items that were generated from PR)
BR
Csaba
Edited by: Csaba Szommer on Mar 4, 2008 6:43 PM

Similar Messages

  • How to Use CMOD and SMOD in SAP using ABAP Code

    Hello anyone,
      Please help me How to use CMOD and SMOD in SAP using ABAP code.
    Give Me Some Sample Example.
    Mail ID: [email protected]
    Thanks,
    Regards,
    S.Muthu,
    SAP Developer.

    Hi,
    User Exits.
    http://www.erpgenie.com/sap/abap/code/abap26.htm
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    customer exits
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f1a7e790-0201-0010-0a8d-f08a4662562d
    Menu Exit.
    http://www.sappoint.com/abap/spmp.pdf
    http://www.sappoint.com/abap/userexit.pdf
    http://www.sapdevelopment.co.uk/enhance/mod_sapmenu.htm
    http://www.sapdevelopment.co.uk/enhance/enhancehome.htm
    USER EXIT
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    http://www.sap-img.com/ab038.htm
    http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html

  • Texas Sales and Use Tax - SAP Automatic Tax Code Assignment

    We are an end user industry of materials and services - Refining.  We are also using SAP - 4.6C platform.  What are others in the SAP environment doing to address proper taxing assignment to purchased materials and services in the great state of Texas? As you may be aware the Texas State Sales and Use tax rules are probably the most difficult to understand and comply with that exist. I am embarking on developing a custom solution to automatically assign the proper tax code on purchase orders depending on key indicators associated with maintenance orders and material groups, etc.

    The Sales and Use tax code assignment can be handled at the creation of the purchase order for plan purchases of goods and services, and at the accounts payable level when the invoice is process.  At each step the necessary tax code must be populated on the jurisdiction field.

  • STD Process code for PR

    Hi...Is there an SAp std process code that uses the FM - IDOC_INPUT_PREQCR
    PR creation
    regards,
    Arvind R

    Hi Shankar,
    Thanks for quick for reply. We have tested this process code with IDoc type - GSVERF03 and message type - GSVERF. It worked for us for MIRO transaction.
    we are testing with IDoc type INVOIC02.
    once again thanks for sharing the process code.
    Regards,
    Brahma

  • Inforecord and source list

    hi all,,
    Can some tel me how to configure Inforecord and source list for my company code and plant ??
    Thnaks

    Hi All
    I have a question in relation to this, (thank you Maniraj for the helpful comment)
    If i want to maintain a source list, is it neccessary to _only_ maintain through ME01 and the Material Master (Purchasing Tab)
    Or will the MM update from ME01 ?
    I have also heard, (and need to clarify) Source List needs to activated / configured via SPRO >> Purchasing >> Source LIst >> Define... etc.
    Is this correct, and if not done, will changes in ME01 and MM still function
    Further, if SPRO... is activated, do Source Lists become mandatory for all materials across the plant.
    See below
    Mauiraj, your comment "Source list requirement indicates whether you want to make 'maintaining the source list' mandatory for a plant." By not activating this, will source lists still be maintained, only not "Mandatory".
    thanks for your help
    regards
    Edited by: S McIntosh on Mar 31, 2011 11:35 AM

  • XSQL-007 and list of XSQL error codes.

    I have a situation where I need to replay a request if I cannot acquire a database connection, and to not replay a request otherwise. Is the XSQL-007 code the only code that deals with database connections?
    XSQL-007: Cannot acquire a database connection to process page.
    Do you have a published list of XSQL codes? Is there a method in java code to generate the full list of XSQL codes? For example to get a list of database error codes, one can in PL/SQL use:
    set serveroutput on size 2000
    begin
    for i in 1..9999 loop
    dbms_output.put_line ( sqlerrm(-i) ) ;
    end loop ;
    end ;
    Steve.

    There's not a way to loop through the errors in Java. Here's the list.
    XSQL-001: Cannot locate requested XSQL file. Check the name.
    XSQL-002: Cannot acquire database connection from pool: {0}
    XSQL-003: Failed to find 'XSQLConfig.xml' file in server CLASSPATH.
    XSQL-004: Could not acquire a database connection named: {0}
    XSQL-005: XSQL page is not well-formed.
    XSQL-006: XSLT stylesheet is not well-formed: {0}
    XSQL-007: Cannot acquire a database connection to process page.
    XSQL-008: Cannot find XSLT Stylesheet: {0}
    XSQL-009: Missing arguments on command line
    XSQL-010: Error creating: {0}\nUsing standard output.
    XSQL-011: Error processing XSLT stylesheet: {0}
    XSQL-012: Cannot Read XSQL Page
    XSQL-013: XSQL Page URI is null or has an invalid format.
    XSQL-014: Resulting page is an empty document or had multiple document elements.
    XSQL-015: Error inserting XML Document
    XSQL-016: Error parsing posted XML Document
    XSQL-017: Unexpected Error Occurred
    XSQL-018: Unexpected Error Occurred processing stylesheet {0}
    XSQL-019: Unexpected Error Occurred reading stylesheet {0}
    XSQL-020: XSQLConfig.xml file is not well-formed.
    XSQL-021: Serializer {0} is not defined in XSQLConfig.xml
    XSQL-022: Cannot load serializer class {0}
    XSQL-023: Class {0} is not an XSQL Serializer
    XSQL-024: Attempted to get response Writer after getting OutputStream
    XSQL-025: Attempted to get response OutputStream after getting Writer

  • Tax code and price list not appear automatic

    Hi My Dear,
    i work in R12.1.1 (solution beacon)
    -I assigned tax out classification code to an item from the master item,when navigate to sales order and enter the item,the tax code dose not joined with item ,it should be selected from the LOV
    - also I linked the price list to a specific customer and an order type ,when navigate to sales order header and select the customer and order type the price list dose not appear automatic
    i should click on the price list field to appear.
    thanks

    Check the defaulting rules for the order/order line.

  • What is the differenec between 'sap list viewer' and 'abap list viewer'

    hi
    what is the differenec between 'sap list viewer' and 'abap list viewer'

    Hi,
    There is no difference between them.SAP List Viewer (ALV) is the new name of the ABAP List Viewer (ALV).
    The SAP List Viewer unifies and simplifies the use of lists in the R/3 System. A uniform user interface and list format is available for all lists. This prevents redundant functions.
    The SAP List Viewer can be used to view both single-level lists and multilevel sequential lists.
    Single-level lists contain any number of lines that have no hierarchical relationship to each other.
    Multilevel sequential lists consist of any number of lines that have two hierarchical levels. Multilevel lists have header rows and item rows; the item rows are subordinate to the header rows. For each header row there can be any number of subordinate item rows.
    You can view subtotals and totals rows in both single-level lists and multilevel sequential lists
    From End User Point it is SAP LIST viewer , From Developer Point of View it is ALV .
    Check the Below Link
    http://help.sap.com/saphelp_nw04/helpdata/en/66/bc7aab43c211d182b30000e829fbfe/frameset.htm
    Regards,
    Satish

  • How we find object list  for SAP MM T codes.

    Dear Experts,
    How can i find object list  for SAP MM T codes.
    Actualy that is required for SAP User autorization review.
    Regards
    Kumar

    Get t.codes list from table TSTCT using SE16,Enter t.code as MM* or M*. Execute it.
    You will get a list of MM t.codes.
    Also you can refer SU22 for authorization objects from above t.codes list.

  • I need T.Codes and Tables in SAP-ICM  module

    I need T.Codes and Tables in SAP-ICM  module
    Thanks in Advance.

    Here are some of the source tables for the FI-CO extractors.
    FI-CO T-Codes
    FK10N - Vendor Balance Display (FI-AP)
    FD10N - Customer Balance Display (FI-AR)
    S_ALR_87013611 - Cost Centers: Actual/Plan/Variance (CCA)
    2KEE - Profit Center: Totals Records (COPA)
    FS10N - Balance Display (FI-GL)
    KE5Z - Profit Center: Actual Line Items (PCA)
    FI-CO Tables
    BSEG - Accounting Document Segment
    BSAK - Accounting: Secondary Index for Vendors (Cleared Items)
    BSIK - Accounting: Secondary Index for Vendors
    BSAD - Accounting: Secondary Index for Customers (Cleared Items)
    BSID - Accounting: Secondary Index for Customers
    GLPCA - EC-PCA: Actual Line Items
    GLPCT - EC-PCA: Totals Table
    CE1* - COPA Line Items (* is desination for Industry Solution)
    CE4* - COPA Totals
    COSP - CO Object: Cost Totals for External Postings
    COSS - CO Object: Cost Totals for Internal Postings

  • Can we join Ztables with SAP std. tables in SQVI ?

    Dear All,
    Can we join Ztables with SAP std. tables in SQVI ?
    How to use "left outer join" in SQVI ?
    What r the rules/steps to be followed for creating right SQVI/query ?
    Sometimes it gives error / we do not get any output ....
    Pl' give examples.

    hi
    good
    1- Yes
    3-Check this example for SQVI Query.
    It is possible to generate a complete list of purchase document releases with the purchase document number (requisitions and orders), releaser, release date and release time.
    First, create an Infoset using transaction SQ02 directly reading from table CDPOS and create an additional table: CDHDR. If you are releasing purchase requsitions at the item level, it is convenient to create an additional field (PURPS LIKE EBAN-BNFPO) to capture the item number. Once the field is defined add the following code to it:
    PURPS = CDPOS-TABKEY+14(5).
    Once created, make sure to assign your Infoset to the user groups.
    Second, create an SAP Query (SQ00) or QuickViewer (SQVI) based on the Infoset you created previously. Set CDPOS-OBJECTID, PURPS (additional field), CDHDR-USERNAME, CDHDR-UDATE & CDHDR-UTIME, CDPOS-TCODE, CDPOS-VALUE_NEW, and CDPOS-VALUE_OLD as list fields (display screen).
    Set CDPOS-OBJECTCLAS, CDPOS-OBJECTID, CDPOS-TABNAME, CDPOS-FNAME, CDPOS-CHANGIND, CDHDR-USERNAME, CDHDR-UDATE & CDHDR-UTIME as the selection fields (selection screen).
    Finally, execute your query. For filtering purchase requisition releases set:
    Object class='BANF'
    Table Name='EBAN'
    Field Name='FRGKZ'
    Change type='U'
    For filtering purchase order releases set:
    Object class='EINKBELEG'
    Table Name='EKKO'
    Field Name='FRGKE'
    Change type='U'
    Make sure to specify username, dates or purchase document number (object value) in order to reduce run times.
    thanks
    mrutyun^

  • Autorization of Sales District and Price List Creation to the User

    Dear Experts,
    At Present the end user (customer) is sending the request of New Sales District and Price List Creation to SAP SD Consultant and the consultant creates the same in Development Client SPRO through T code OVR0 etc. and then transports the same to Quality and Production Server. This Process takes a lot of time
    We want to provide the direct access of Sales district and Price List creation to the user in PRD.
    Kindly Let me know what is the best way in which we can handle this situation.
    Regards,
    Ranjan Singh

    Are you sure you want to do that? You will create inconsistencies between the systems which will jepardise future tests. I suggest you just train end-user to do the procedure him/her self. I don't think it costs so much time to transport a couple of requests.

  • How to go for some customize change in SAP Std.

    Hi all,
    I have to hide some in F-47 and other operation in some fields.
    My question is how to go for enhancing a SAP std. and how to identify the exits in which the code is to be return and how to activate that exit. Pls help me with the steps.
    Thanks in advance,
    Vivek

    To know what are the exits present in that t-code,
    steps are:
    1) go to se-93.: write the t-code of that transaction where u want to see the exits.: ex: va01.
    display : copy the package name.
    2) cmod : create the project name.
    3) under enhancements press f4 key, now paste the package name..n enter.
    4) it will give all the existing user-exits for that va01.
    try 4 this..

  • Sender and receiver list in Controlling

    Hi experts....!
    When I am trying the tcode kosrlist_or with std. variant 'SAP&01' ,  the system is unable to display sender and receiver list for all the orders in all the times.  Every order has been assigned with settlement rule. So, What could be the reason for not displaying the senders n receivers in all the instances?
    Needed your help....Regards....ANIL jo

    hi,
    And also check   spro -
    > financial accounting -
    > financial accounting global settings -
    > correspondence -
    > define correspondance  check the variant bcause all are standard variants so the one which we require need 2 make changes......... create our variant..
    if useful assign points....
    regards,
    santosh kumar

  • Adding a Z Field onto an SAP Std  Screen

    Hello Experts,
    I need to add my own Z field onto an SAP Std screen. The Z field already exist in the Append stucture of the table VBAK.
    How to do this? Will it come under a screen exit or field exit?
    May i know if i need to go for screen programming such as loop at screen..endloop. etc.
    Please explain in Tech terms(code) wih an example.
    Appreciate your response with points.
    Thanks
    Dan

    Hi
    1) Here you need only to design the dynpro using the structeu VBAK and the system'll automatically store them in VBAK table.
    Could you please tell me the dynpr prog involved?
    Use trx SE80:
    - choose program option and insert 'SAPMV45A';
    - Press display and open SCREEN node;
    - Search screen 8309, do a doubleclick and press MODIFY: now you're in screen painter.
    - To insert the input/output fields use the structure VBAK: in this way the headerline of VBAK'll automatically be filled. You need only to insert the code in screen flow (PBO and/or PAI) if you need to insert some controls;
    2) U should consider all saving are made in update task, so it should be better you create a z-function to update your z-table and call that fm in update tusk into USEREXIT_SAVE_DOCUMENT
    What is the code to do the above. Pls explian.
    If you see the user-exit USEREXIT_SAVE_DOCUMENT you can see a example:
    FORM USEREXIT_SAVE_DOCUMENT.
    * Example:
    * CALL FUNCTION 'ZZ_EXAMPLE'
    *      IN UPDATE TASK
    *      EXPORTING
    *           ZZTAB = ZZTAB.
    ENDFORM.                    "USEREXIT_SAVE_DOCUMENT
    So you have to create a your function module with importing parameters structurated like your Z-table, in this way you can transfer the record you need to update/insert. In the fm you insert all code you need to do the updating/inserting:
    FUNCTION 'ZZ_EXAMPLE'.
      MODIFY ZZTAB FROM ZZTAB.
    ENDFUNCTION.
    Max

Maybe you are looking for

  • Need immediate help for transport!!!

    I have a system with a development, test, and production server.  I have an sca file that I import into Development and everything works fine here.  I am able to see my changes on the dev server that it was deployed to.  However, now I want to move i

  • Aspect Ratio in Numbers '09

    Hello everyone I am having trouble creating a formula that will take pixel height in one column, pixel width in another and return an aspect ratio such as 3:2. New user to numbers. Can anyone help?

  • Material Statuses based on the Purchase order Document type

    Hi Experts, We need to maintain the Plant material status based on the purchase order document type. Example - If I am using NB for normal purchase orders and ZB for STO procurement then, there should be a material status which should give warning me

  • Not-identified error when trying to make a connection in CS4

    Hello; When I try to make a Db connection to mysql in DW CS4,using connections,the +-button and fill in the pop up,I am getting the following message: "a not-identified error has occurred". The database name,password and all the other information is

  • Jdev 902 Runtime Error

    O/S : Windows xp home edition at startup from jdevw i get 2 errors : 1.) assertion failed ../../src/share/native/sun/awt/fo../fontObejct.cpp offset < fFileSize 2.) assertion failed ../../src/share/native/sun/awt/fo../fontObejct.h fUseCount==0 jdevw w