AP Module - Purchase Order Level Detail

Guys, is it safe to say that there is limited information for a Purchase Order available via Financials - AP modules?
This is what i see:
Purchase Order Date
Purchase Order Item
Purchase Order Number
Where is some additional PO level detail? Is it available in the "Procurement and Spend" analytic module? Thanks for sharing your insight into this.
Thanks for your help.
Regards,

Guys, any pointers on this is greatly appreciated.
Regards,

Similar Messages

  • Developed a report which gives PO(Purchase Order) Pricing details.

    hi experts,
    please give me tables and fields for following report, and also exlain me briefly,
    Developed a report which gives PO(Purchase Order) Pricing details.
    thanks in advance,
    radhakrishna

    Hello Radhakrishna,
    you can use the function module
          CALL FUNCTION 'RV_PRICE_PRINT_HEAD'
            EXPORTING
              comm_head_i       = wa_komk
         LANGUAGE          = ' '
       IMPORTING
         COMM_HEAD_E       =
         COMM_MWSKZ        =
            TABLES
              tkomv             = gi_komv
              tkomvd            = gi_komvd.
    in wa_komk pass the condition record number.
    this you will get from your vbak table
    reward  points if helpful

  • Problem of Query of Module Purchase Order, Good Receipt PO, Good Return

    Hi,
    I would like to seek for assistance regarding double entries of documents,  I have used the query and found out lately the it has a problem, Please refer to thread "Query of Module Purchase Order, Good Receipt PO, Good Return" for details.
    You help is very much appreciated.
    Regards,
    Clint

    Hi Clint,
    Try this one:
    SELECT DISTINCT 'GRPO' AS TYPE, T1.DOCNUM
    'GRPO/RET#', T3.DOCNUM 'PO#',T1.CARDCODE,
    T1.CARDNAME , T1.DOCDATE, T0.ITEMCODE, T0.QUANTITY,
    T0.PRICE, T0.LINETOTAL
    FROM DBO.PDN1 T0
    INNER JOIN DBO.OPDN T1 ON T1.DOCENTRY = T0.DOCENTRY
    LEFT JOIN DBO.POR1 T2 ON T0.BASEENTRY = T2.DOCENTRY
    INNER JOIN DBO.OPOR T3 ON T2.DOCENTRY = T3.DOCENTRY
    WHERE T1.DOCNUM = '[%0]' AND T0.ITEMCODE IS NOT NULL
    UNION ALL
    SELECT DISTINCT 'RETR', T1.DOCNUM,T3.DOCNUM,
    T1.CARDCODE, T1.CARDNAME , T1.DOCDATE, T0.ITEMCODE,
    T0.QUANTITY, T0.PRICE, T0.LINETOTAL
    FROM PDN1 T0
    INNER JOIN OPDN T1 ON T1.DOCENTRY = T0.DOCENTRY
    LEFT JOIN RPD1 T2 ON T0.TRGETENTRY = T2.DOCENTRY
    INNER JOIN ORPD T3 ON T2.DOCENTRY = T3.DOCENTRY
    WHERE T1.DOCNUM = '[%0]' AND T0.ITEMCODE IS NOT NULL
    If you still have duplicates, let me know any differences in those lines.
    Thanks,
    Gordon

  • Purchase Order Dicount Details....

    Hi MM Folks,
    Could anybody let me know is there any standard report available to get the details of Purchase Order Discount details ? (We checked, hope there is no standard reports for that) If no, could anybody suggest to get the same thru tables ?
    Thanks and Regards,
    Lognathan.

    hi,
    With reference to purchasing document you can find the discount details maintained.
    First in the table EKKO with reference to Purchasing document number EBELN find the corresponding Doc.Condition record number KNUMV.
    And from this KNUMV in KONV table find the value of discount (KBETR) based on condition type (KSCHL).
    Hope it helps,
    Bharat.

  • Purchase order item details in the drop box is not appearing

    Hi all ,
    I have created a 'Z' transaction  ME22N .Purchase order change .
    In that transaction purchase order item details in the drop box is not appearing.
    Please suggest .

    Hi,
    System will not display the Purchase order item details in the first screen. First enter the data on the Item overview like Material or short text then only it will display the Item details.
    I think you are checking with out entering the data on Item overview .
    Check by entering the material/short text.
    rgds
    Chidanand

  • Req:Download of purchase order item details using ALV oops

    Hi all,
    How to download the purchase order item details using ALV oops from the output of header details

    Hi all,
    How to download the purchase order item details using ALV oops from the output of header details

  • Query of Module Purchase Order, Good Receipt PO,  Good Return

    Hi,
    Like to ask assistance regarding Module Purchase Order, Good Receipt PO,  Good Return under Purchasing A/P.
    I have a hard time to linking the tables above:
    PO Module have table : OPOR and OPOR1
    GRPO have table : OPDN and PDN1
    Good Return have table : ORPD and RPD1
    Its very mind bubling linking this 6 tables can anyone please can assist regarding the situation, a query that shows that they are connected to each other.
    Thank very much!
    Clint

    Clint,
    Like Suda said, this query assumes your have normal business practise.
    One more thing to mention, the lower part of union all needs some other change.  Here is the complete query:
    SELECT     DISTINCT 'GRPO' AS TYPE, T1.DOCNUM "GRPO/RET#", T3.DOCNUM PO#,T1.CARDCODE, T1.CARDNAME , T1.DOCDATE, T0.ITEMCODE, T0.QUANTITY, T0.PRICE, T0.LINETOTAL, T0.TOTALFRGN, T0.RATE
    FROM         PDN1 T0
    INNER JOIN OPDN T1 ON T1.DOCENTRY = T0.DOCENTRY
    LEFT JOIN POR1 T2 ON T0.BASEENTRY = T2.DOCENTRY
    INNER JOIN OPOR T3 ON T2.DOCENTRY = T3.DOCENTRY
    WHERE    T1.DOCNUM LIKE '[%0]'
    UNION ALL
    SELECT     DISTINCT 'RETR', T1.DOCNUM,T3.DOCNUM, T1.CARDCODE, T1.CARDNAME , T1.DOCDATE, T0.ITEMCODE, T0.QUANTITY, T0.PRICE, T0.LINETOTAL, T0.TOTALFRGN, T0.RATE
    FROM         PDN1 T0
    INNER JOIN OPDN T1 ON T1.DOCENTRY = T0.DOCENTRY
    LEFT JOIN RPD1 T2 ON T0.TRGETENTRY = T2.DOCENTRY
    INNER JOIN ORPD T3 ON T2.DOCENTRY = T3.DOCENTRY
    WHERE    T1.DOCNUM LIKE '[%0]'

  • Downpayment at whole Purchase order level

    Hi Expets,
    Good day!!
    I have a sceneario, downpayment to be create at purchase order level not on purchase order line item level.  Downpayment is belongs to whole purchase order level.
    As per sap standard system is asking Item to be entered (mandatory) when we assiging the purchase order at downpayment docuemnt.
    My business requirement is downpayment should be at whole purchase order level and not item level (if i have 100 line items in a purchase order business does not want to create 100 downpayment document,) single downpayment document and to be tracked in purchase order.
    Plesae guide me any configuration or work around solution.
    Regards
    Chandu

    Hi ,
    You can do down payment at pheader level . if you actiavted LOg_MMFI_P2p business function . Please lookat docuemnt on SCN .
    You will find that through this business function you have both option of down payment at line item level and header level ]

  • Function Module For Item Level Details of a Sales Order

    Hi Guys,
    I have to get the item level details for a particular sales document no ..I want to know if there is any function module existing for the same.
    Also I need any function module for getting the contact information such as contact form (KNVK-ANRED),contact name(KNVK-NAM1),contact name(KNVK-NAMEV),Contact number (KNVK-TELF1).
    Please let me know if anyone is aware of it.
    Thanks in Advance,
    Mayank

    <b>SD_SALES_DOCUMENT_READ</b> Reads sales document header and business data: tables VBAK, VBKD and VBPA (Sold-to (AG), Payer (RG) and Ship-to (WE) parties)
    <b>SD_SALES_DOCUMENT_READ_POS</b> Reads sales document header and item material: tables VBAK, VBAP-MATNR
    <b>SD_DOCUMENT_PARTNER_READ</b> partner information including address. Calls SD_PARTNER_READ
    <b>SD_PARTNER_READ</b> all the partners information and addresses
    <b>SD_DETERMINE_CONTRACT_TYPE</b>
    In: at least VBAK-VBELN
    Exceptions: NO CONTRACT | SERVICE_CONTRACT | QUANTITY_CONTRACT
    <b>SD_SALES_DOCUMENT_COPY</b>
    <b>RV_ORDER_FLOW_INFORMATION</b> Reads sales document flow of sales document after delivery and billing
    SD_SALES_DOCUMENT_SAVE create Sales Doc from the copied document
    SD_SALES_DOCUMENT_ENQUEUE to dequeue use DEQUEUE_EVVBAKE
    RV_DELIVERY_PRINT_VIEW Data provision for delivery note printing
    SD_PACKING_PRINT_VIEW
    SD_DELIVERY_VIEW Data collection for printing
    called from RV_DELIVERY_PRINT_VIEW, SD_PACKING_PRINT_VIEW
    RV_BILLING_PRINT_VIEW Data Provision for Billing Document Print
    regards
    vinod

  • Purchase Order Payment Details.

    Please tell from where i can get the Purchase Order wise Payment Details.
    I tried using FBL1N but PO Number is not coming.
    Further after simulating the Payment Document the reference is coming of original Financial Document in "Payment For field".
    posted during the MIRO.
    Please tell the required tables to join for getting the same or if standard is there then please tell the T-Code

    Hi,
    You can do the following.
    Process : 1
    Maintain sort key 014 for your reconciliation account. So this key will capture the purchase order number and throws the value to assignment field. You can add assignment field for a layout in fb1n and can see the p.o. details.
    Process : 2
    Check for special fields in FBL1N report using the following way.
    Inside of the report Settings--->Special Fields. There you have tables and fields, you can add those however you want.
    Rgds
    Murali. N

  • ERS field in Purchase Order Line detail (Invoice Tab)

    Hi ... I was trying to figure out the priorities for ERS field in Purchase order ...
    What i could simulate is ...
    Case 1
    In case Vendor master has ERS = YES but in info record ( for vendor and material) NO ERS is defined.
    Then ERS field will get appeared in PO LINE detail with value NO (not set)
    Case 2
    In case Vendor master has ERS = No but in info record  (for vendor and material)  ERS is set.( NO ERS = not set)
    Then ERS field will not get appeared in PO LINE detail
    Case 3
    In case Vendor master has ERS = YES and in info record  (for vendor and material)  ERS is set.( NO ERS = not set)
    Then ERS field will get appeared in PO LINE detail with ERS = YES
    Here I am doubtful about case 2 .... I believe info record should always have priority over vendor , but system is not behaving as per expectation.
    Could u pls tell me the exact conditions when ERS field will not appeared and if appeared from where it will pick the default values in PO LINE details
    Regards
    SANDEEP

    the info record has precedence.
    The bad thing is, that this field is , contrary to other field that appear in vendor and info record,  has a  negative meaning.
    ERS field name in vendor is  auto eval GR settlement,
    while in info record it is : No ERS.
    lets do an example:
    V=vendor
    I = Info record
    P = purchase order
    X = box selected
    N = box not selected
    so we can have this 4 cases:
    VIP
    XNX
    XXN
    NXN
    NNN
    The 3rd  case NXN does not really make any sense.

  • Purchase Order Text Details

    Hi,
    My requirement is to get the details of the Purchase Order Text (maintained in the material master record) for all the materials in two of my plants. Kindly let me know how to get those details.
    Regards,
    Ramesh

    Hi Ramensh,
    Refer the threadsss.
    [Thread-1|Purchase Order Text]
    [Thread-2|Re: Purchase Order Text]
    Regards,
    Shyamal

  • Purchase Order - No details for medium PRN in master record

    Hi together,
    we implement SRM 7.0 with Netweaver Portal 7.0. I'd like to create a purchase order with a user who has the role /SAPSRM/OP_Purchaser and is assigned to purchase organisation and purchasing group in the organizational structure.
    If I create a purchase order and press "CHECK" I get the following error message: "Output: No details for medium PRN in master record" and I can't create the purchase order, only SAVE.
    The user has the attribute PRI in the organizational structure and it is set in the user master data Defaults->OutputDevise locl.
    Is there somthing more I have to do ?
    Regards

    I found the entries for output-printer in the PO.

  • Purchase order changed details

    Hi, could any body tell me how to check the changed purchase order details............i.will explain my requirement.
    Purchase order created ,Released & sent to vendor .but th ePo required few changes . next day Po is changed (for values, schedule dates etc). & Re  sent  to vendor asking him not to process the old one.
    How the vendor will differentiate between two Pos (if the changes are very negligeble ).
    Can we find any changes in Ammended (changed PO) ?
    Please revert back with your valid suggstions.
    Regards
    Bheema
    9900163939

    Hi Bheema,
    If ur functional consultant maitain the versions for  changing the PO then u can get the changes in the POs in the database table EREV . this table is for amendment po with respect to the version .
    i think it will help u .
    thanks !
    reward points !

  • Creating Commitment Items In Purchase Order Level

    Hi Friend,
                    I need some information on How to create commitment items  at Purchase Order item level. Any  BADI's,  please suggest me.
    Thanks in Advanced
    Shiv'.

    Hi dude ,
    Here i am not suppose to  create any new tab at item level , could you  little bit clear............,
    Thanks .
    Shiv'.

Maybe you are looking for

  • Void issued check thru auto payment

    hi gurus, can we void a cheque printed thru automatic program F110 without reversing the payment entry and reprint another cheque. my prob is people to cancel cheque reverse the payment also which creates numerous entries of reversal. regards, sandy.

  • New page in Adobe forms

    Hi, I am having a master page with the Restrict Page Set Occurance property not set. Now i have created one more master page below the first master page. Now the problem is when ever i insert a new page unser the data node it is picking the header of

  • FM for OBC4

    Hi We have created a field status group that restricts the possibility to use certain type of accounts together with cost center in MM (and now SRM). SRM does not do this check in OBC4. Therefore we are looking for FM that can pull this information f

  • Help with JDialog

    New to Java. I used NetBeans IDE to create program to display a JDialog box after a button is pressed. The JDialog should display for a period of time and then disappear. Well, the JDialog frame appears, but without the contents of the JDialog box (a

  • When I updated to iOS 6 I don't recieve notifications. How can I fix this?

    Yesterday I updated my ipod touch 4th get to iOS 6.  Now I do not recieve any notifications from any app. I have to manually refresh the page if I want to recieve my messages or facebook notifications.  I was wondering if anyone knows how to fix this