Project Linked to Purchase Order

Hi,
I'm trying to replicate the Projects Super User > Expenditure Inquiry form as a SQL extract. I've written it (below feel free to use anyone but its rough at the moment) but it has one issue. I've joined to get the PO Number via the invoice distribution, everything looks great apart from the PO number isn't showing when you don't yet have an invoice for a project. I could go back to my user and say its not possible but her query then is well using the expenditure inquiry form I can see the PO even when there is no Invoice, this is correct but the last_query doesn't answer the question and the EXP_ITEMS_ADJUST_v2 doesn't contain any PO data (despite having a column of that name).. can anyone suggest how its done in the form so I can replicate?
BEGIN
   FND_GLOBAL.APPS_INITIALIZE (7584, 51129, 275);
   MO_GLOBAL.INIT ('PA');
END;
BEGIN
   FND_GLOBAL.APPS_INITIALIZE (7584, 51385, 201);
   MO_GLOBAL.INIT ('SQLAP');
END;
BEGIN
FND_GLOBAL.APPS_INITIALIZE (7584,51385,201);
MO_GLOBAL.INIT ('PO');
END;
BEGIN
FND_GLOBAL.APPS_INITIALIZE (7584,51385,201);
MO_GLOBAL.INIT ('INV');
END;
  SELECT distinct
  aia.invoice_num,
  pha.segment1 PO_Number,
    aps.vendor_name,
  T.EXPENDITURE_ITEM_ID,
         T.PROJECT_NUMBER,
         T.TASK_NUMBER,
         T.EXPENDITURE_TYPE,
        -- T.INVENTORY_ITEM,
         --T.WIP_RESOURCE,
         --T.EXPENDITURE_ITEM_DATE,
        -- T.QUANTITY,
       --  T.UNIT_OF_MEASURE_M,
         T.PROJECT_CURRENCY_CODE,
         T.BURDENED_COST,
         T.PROJECT_BURDENED_COST,
      --   T.ACCRUED_REVENUE,
        -- T.BILL_AMOUNT,
         T.EXPENDITURE_COMMENT,
       --  T.EXPENDITURE_ORGANIZATION_NAME,
         --T.NON_LABOR_RESOURCE,
         --T.WORK_TYPE_NAME,
         --T.ASSIGNMENT_NAME,
     /*    T.NLR_ORGANIZATION_NAME,
         T.DENOM_CURRENCY_CODE,
         T.DENOM_RAW_COST,
         T.DENOM_BURDENED_COST,
         T.ACCT_CURRENCY_CODE,
         T.ACCT_RATE_TYPE,
         T.USER_ACCT_RATE_TYPE,
         T.ACCT_RATE_DATE,
         T.ACCT_EXCHANGE_RATE,
         T.ACCT_RAW_COST,
         T.ACCT_BURDENED_COST,
         T.PROJECT_RATE_TYPE,
         T.USER_PROJFUNC_COST_RATE_TYPE,
         T.PROJFUNC_COST_RATE_TYPE,
         T.USER_PROJECT_RATE_TYPE,
         T.PROJECT_RATE_DATE,
         T.PROJFUNC_COST_RATE_DATE,
         T.PROJECT_EXCHANGE_RATE,
         T.PROJFUNC_COST_EXCHANGE_RATE,
         T.RECEIPT_CURRENCY_CODE,
         T.RECEIPT_CURRENCY_AMOUNT,
         T.RECEIPT_EXCHANGE_RATE,
         T.ACCT_EXCHANGE_ROUNDING_LIMIT,
         T.BILL_RATE,
         T.COST_DISTRIBUTED_FLAG,
         T.BILLABLE_FLAG,
         T.RAW_COST,
         T.PROJECT_RAW_COST,
         T.RAW_COST_RATE,
         T.COST_DIST_REJECTION_CODE,
         T.BURDENED_COST_RATE,
         T.LABOR_COST_MULTIPLIER_NAME,
         T.RAW_REVENUE,
         T.ACCRUAL_RATE,
         T.ADJUSTED_REVENUE,
         T.ADJUSTED_RATE,
         T.FORECAST_REVENUE,
         T.BILL_RATE_MULTIPLIER,
        */ T.PROJECT_NAME,
         T.PROJECT_TYPE,
         T.TASK_NAME,
         T.EXPENDITURE_CATEGORY,
         T.REVENUE_CATEGORY_CODE,
         T.EMPLOYEE_NAME,
         T.EMPLOYEE_NUMBER,
       --  T.JOB_NAME,
         T.USER_TRANSACTION_SOURCE,
         T.EXPENDITURE_GROUP,
       /*  T.BILL_JOB_BILLING_TITLE,
         T.BILL_EMPLOYEE_BILLING_TITLE,
         T.NET_ZERO_ADJUSTMENT_FLAG,
         T.CONVERTED_FLAG,
         T.TRANSFERRED_ITEM_FLAG,
         T.COST_BURDEN_DISTRIBUTED_FLAG,
      */   T.CAPITALIZABLE_FLAG,
      /*   T.GROUPED_CIP_FLAG,
         T.ALLOW_ADJUSTMENTS_FLAG,
         T.GL_ACCOUNTED_FLAG,
         T.ALLOW_BURDEN_FLAG,
         T.COST_BURDENED_FLAG,
         T.COSTED_FLAG,
         T.PROJECT_STATUS_CODE,
         T.ROW_ID,
         T.EXPENDITURE_ID,
         T.PROJECT_ID,
         T.WIP_RESOURCE_ID,
         T.INVENTORY_ITEM_ID,
         T.WORK_TYPE_ID,
         T.ASSIGNMENT_ID,
        */ T.PROJECT_TYPE_CLASS_CODE,
        /* T.TASK_ID,
         T.INCURRED_BY_PERSON_ID,
         T.JOB_ID,
         T.INCURRED_BY_ORGANIZATION_ID,
         T.OVERRIDE_TO_ORGANIZATION_ID,
         T.VENDOR_ID,
         T.EXPENDITURE_ORGANIZATION_ID,
         T.BURDEN_SUM_DEST_RUN_ID,
         T.NLR_ORGANIZATION_ID,
         T.SYSTEM_LINKAGE_FUNCTION,
         T.ORIG_TRANSACTION_REFERENCE,
         T.ORIG_EXP_TXN_REFERENCE1,
         T.ORIG_EXP_TXN_REFERENCE2,
         T.ORIG_EXP_TXN_REFERENCE3,
         T.ORIG_USER_EXP_TXN_REFERENCE,
         T.EXPENDITURE_STATUS_CODE,
         T.EXPENDITURE_ENDING_DATE,
         T.UNIT_OF_MEASURE,
         T.IND_COST_DIST_REJECTION_CODE,
         T.COST_IND_COMPILED_SET_ID,
         T.REVENUE_DISTRIBUTED_FLAG,
         T.REV_DIST_REJECTION_CODE,
         T.REV_IND_COMPILED_SET_ID,
         T.INV_IND_COMPILED_SET_ID,
         T.EVENT_NUM,
         T.TRANSACTION_SOURCE,
         T.EVENT_TASK_ID,
         T.BILL_HOLD_FLAG,
         T.LAST_UPDATE_LOGIN,
         T.LAST_UPDATE_DATE,
         T.LAST_UPDATED_BY,
         T.CREATION_DATE,
         T.CREATED_BY,
         T.ATTRIBUTE_CATEGORY,
         T.ATTRIBUTE1,
         T.ATTRIBUTE2,
         T.ATTRIBUTE3,
         T.ATTRIBUTE4,
         T.ATTRIBUTE5,
         T.ATTRIBUTE6,
         T.ATTRIBUTE7,
         T.ATTRIBUTE8,
         T.ATTRIBUTE9,
         T.ATTRIBUTE10,
         T.ORG_ID,
         T.EXPENDITURE_ORG_ID,
         T.CC_PRVDR_ORGANIZATION_NAME,
         T.PRVDR_ORG_NAME,
         T.CC_RECVR_ORGANIZATION_NAME,
         T.RECVR_ORG_NAME,
         T.PRVDR_ACCRUAL_DATE,
         T.RECVR_ACCRUAL_DATE,
         T.CC_PRVDR_ORGANIZATION_ID,
         T.PRVDR_ORG_ID,
         T.CC_RECVR_ORGANIZATION_ID,
         T.RECVR_ORG_ID,
         T.CC_CROSS_CHARGE_CODE,
         T.CC_CROSS_CHARGE_TYPE,
         T.CC_BL_DISTRIBUTED_CODE,
         T.CC_IC_PROCESSED_CODE,
         T.CC_REJECTION_CODE,
         T.DENOM_TRANSFER_PRICE,
         T.ACCT_TRANSFER_PRICE,
         T.PROJFUNC_TRANSFER_PRICE,
         T.DENOM_TP_CURRENCY_CODE,
         T.ACCT_TP_RATE_TYPE,
         T.USER_ACCT_TP_RATE_TYPE,
        T.ACCT_TP_RATE_DATE,
    T.ACCT_TP_EXCHANGE_RATE,
    T.COST_JOB_ID,
    T.PROV_PROJ_BILL_JOB_ID,
    T.TP_JOB_ID,
    T.BILL_JOB_ID,
    T.COST_JOB_NAME,
    T.PROV_PROJ_BILL_JOB_NAME,
    T.TP_JOB_NAME,
    T.BILL_JOB_NAME,
    T.BILL_TRANS_FORECAST_CURR_CODE,
    T.BILL_TRANS_FORECAST_REVENUE,
    T.BILL_TRANS_CURRENCY_CODE,
    T.BILL_TRANS_RAW_REVENUE,
    T.BILL_TRANS_BILL_AMOUNT,
    T.PROJECT_RAW_REVENUE,
    T.PROJECT_BILL_AMOUNT,
    T.PROJFUNC_CURRENCY_CODE,
    T.PROJFUNC_RAW_REVENUE,
    T.PROJFUNC_BILL_AMOUNT,
    T.INVPROC_CURRENCY_CODE,
    T.TP_AMT_TYPE_CODE,
    T.PROJECT_TP_RATE_TYPE,
    T.USER_PROJECT_TP_RATE_TYPE,
    T.PROJECT_TP_RATE_DATE,
    T.PROJECT_TP_EXCHANGE_RATE,
    T.PROJECT_TRANSFER_PRICE,
T.PROJFUNC_TP_RATE_TYPE,
T.USER_PROJFUNC_TP_RATE_TYPE,
T.PROJFUNC_TP_RATE_DATE,
T.PROJFUNC_TP_EXCHANGE_RATE,
T.RETIREMENT_COST_FLAG,
T.CAPITAL_EVENT_NUMBER,
T.LATEST_GL_DATE,
T.LATEST_PA_DATE,
T.LATEST_RECVR_PA_DATE,
T.LATEST_RECVR_GL_DATE,
T.LATEST_PA_PERIOD_NAME,
T.LATEST_GL_PERIOD_NAME,
T.LATEST_RECVR_PA_PERIOD_NAME,
T.LATEST_RECVR_GL_PERIOD_NAME,
T.GROUPED_RWIP_FLAG,
T.MRC_BURDENED_COST_RATE,
T.MRC_RAW_COST_RATE,
T.MRC_RAW_REVENUE,
T.MRC_BILL_RATE,
T.MRC_ACCRUED_REVENUE,
T.MRC_ACCRUAL_RATE,
T.MRC_ADJUSTED_REVENUE,
T.MRC_ADJUSTED_RATE,
T.MRC_BILL_AMOUNT,
T.MRC_FORECAST_REVENUE,
T.MRC_ACCT_CURRENCY_CODE,
T.MRC_ACCT_RATE_DATE,
T.MRC_ACCT_RATE_TYPE,
T.MRC_USER_ACCT_RATE_TYPE,
T.MRC_ACCT_EXCHANGE_RATE,
T.MRC_ACCT_RAW_COST,
T.MRC_ACCT_BURDENED_COST,
T.MRC_ACCT_TP_RATE_TYPE,
T.MRC_USER_ACCT_TP_RATE_TYPE,
T.MRC_ACCT_TP_RATE_DATE,
T.MRC_ACCT_TP_EXCHANGE_RATE,
T.MRC_ACCT_TRANSFER_PRICE,
T.PO_NUMBER,
T.PO_LINE_NUMBER,
T.PO_PRICE_TYPE_M,
T.PA_PERSON_TYPE_M,
T.PO_LINE_ID,
T.PERSON_TYPE,
T.PO_PRICE_TYPE,
T.DOCUMENT_HEADER_ID,
T.DOCUMENT_LINE_NUMBER,
T.DOCUMENT_DISTRIBUTION_ID,
T.DOCUMENT_PAYMENT_ID,
T.DOCUMENT_TYPE,
T.DOCUMENT_DISTRIBUTION_TYPE,
T.EXPENSED,*/
GCCD.SEGMENT1 DR_LE,
GCCD.SEGMENT2 DR_BU,
GCCD.SEGMENT4 DR_ACCOUNT,
GCCD.SEGMENT3 DR_CC,
GCCD.SEGMENT5 DR_SEG5,
GCCD.SEGMENT6 DR_SEG6,
GCCD.SEGMENT7 DR_SEG7,
GCCC.SEGMENT1 CR_LE,
GCCC.SEGMENT2 CR_BU,
GCCC.SEGMENT4 CR_ACCOUNT,
GCCC.SEGMENT3 CR_CC,
GCCC.SEGMENT5 CR_SEG5,
GCCC.SEGMENT6 CR_SEG6,
GCCC.SEGMENT7 CR_SEG7,
        T.ADJUSTED_EXPENDITURE_ITEM_ID,
         T.TRANSFERRED_FROM_EXP_ITEM_ID,
         T.SOURCE_EXPENDITURE_ITEM_ID
    FROM PA_EXPEND_ITEMS_ADJUST2_V T,
    PA_COST_DIST_LINES_V PDL,
    GL_CODE_COMBINATIONS GCCD,
        GL_CODE_COMBINATIONS GCCC,
        pa_expenditures_all pea,
        ap_invoices_all aia,
        AP_invoice_distributions aid,
        po_headers_all pha,
        po_distributions_all pda,
        ap_suppliers aps
   WHERE (T.PROJECT_ID = 12268)
   AND
   T.EXPENDITURE_ITEM_ID =     PDL.EXPENDITURE_ITEM_ID
   AND PDL.DR_CODE_COMBINATION_ID = GCCD.CODE_COMBINATION_ID(+)
      AND PDL.CR_CODE_COMBINATION_ID = GCCC.CODE_COMBINATION_ID(+)
--   AND   T.EXPENDITURE_ITEM_ID = 88147-- 31279-- 20149
   AND pea.expenditure_id = t.expenditure_id
   AND APS.vendor_id(+) = t.vendor_id
   AND t.orig_exp_txn_reference1 = aia.invoice_id(+)
   AND aia.invoice_id = aid.invoice_id(+)
   and aid.po_distribution_id = pda.po_distribution_id(+)
   and pda.po_header_id = pha.po_header_id(+)
ORDER BY EXPENDITURE_ITEM_ID,
       --  EXPENDITURE_ITEM_DATE,
         --TASK_ID,
        -- EXPENDITURE_ID,
         NVL (
            SOURCE_EXPENDITURE_ITEM_ID,
            NVL (ADJUSTED_EXPENDITURE_ITEM_ID,
                 NVL (TRANSFERRED_FROM_EXP_ITEM_ID, EXPENDITURE_ITEM_ID))),
         EXPENDITURE_ITEM_ID
thanks,
Neal

You can also attach manually any document to PO without using Document Management System ( DMS ) in SAP 4.6C.
But you cannot attach document while you create PO in T/Code ME21N 
Save you PO ( ME21N ) and again open with change ( ME22N ) then you can attach document through Service for Object button. Service for Object button available down side of Command screen ( in your PO screen ME22N ) 
Click your Service Object button -> Create -> Create attachment 
then select your window directory ( which file you need to attach) select your file Now your system shows message  Service "Create attachment" is started. 
Save again your PO. You can see (open) your attachment in same field ( Service for Object ) select and Create and check attachment list. You can attach as many document in your PO.
Note: This is only information for internal or you can print separately this document for sending to vendor ( fax ) System will not print automatically along PO print out.

Similar Messages

  • Is there is a way to have a link from purchase order to cost center report.

    Is there is a way to have a link from purchase order to cost center report.
    I am meaning kind of:
    Standard way to customized this link?
    or
    User exit to have this link in place
    or
    Any other solution
    Thanks

    For me it does not make any sense from going from PO to cost center report.
    However, if you want to see the purchase order cost incurred with a cost center, execute KSB1 report. Within the layout, bring "Purchasing Document" field, where you can see the purchase order number in cost center line item report.

  • Link between Purchase order and Attachment list

    Hi All,
    I got a requirement like Purchase orders are from moved from one system to another system.There was a bug in BDC program
    so some Attachment list of the purchase orders are not moved properly to the another system.
                                                   Now my client want a report to generate the Purchase orders which is having attachment list.
    I did not find any table link between Purcahase order and Attachment list.
                                                  So Plz provide me the link between purchase order and attachment list.
    Thanks,
    Ram

    You mean service for object services?
    if yes then u have to create one custom report for Generic Object Services   ( like notes , attachment  , url )

  • Fixed Asset Acquisition linking to Purchase Order

    Hi,
    I would like to know how the Fixed Assets Acquistion process can be linked to Purchase Orders created in SAP. The process of acquiring assets starts with the PO and they want to link the PO to the Acquisition process in Fixed Assets.
    Regards,
    Andrew.

    There is no integration of Fixed asset acquisition and Purchase orders and therefore no way to link the two.
    Look at this thread as well Purchase Order and Fixed Asset Module..

  • DMS link with Purchase order,invoices and material master

    Hi, all,
    Here is my ?
    Can we link incoming material invoice with purchase orders for reference purpose throught DMS.
    rgds,
    ben

    hi
    you can link the objects through object link in dms.
    go to  tcode dc10 select the documnet type, click on define object link. click new entry and select object type as EBAN/EKPO
    this way dms is link  to purchase order.
    thanks ,
    regards,
    nitin
    award point if useful

  • Attachement linked to purchase order

    I want to know where the attachements linked to purchase order are getting stored in SAP.Since the attachement are linked to purchase order(header level) ,is it possible to link those attachements at item level so when we select a particular item  and  if the attachement exist for that item then we should be able to navigate to that attachement.These attachement are uploaded from window(any text file).Is it possible to implement this functionality at item level(table control) in purchase order?is there any existing functionality which support this requirement?

    You can also attach manually any document to PO without using Document Management System ( DMS ) in SAP 4.6C.
    But you cannot attach document while you create PO in T/Code ME21N 
    Save you PO ( ME21N ) and again open with change ( ME22N ) then you can attach document through Service for Object button. Service for Object button available down side of Command screen ( in your PO screen ME22N ) 
    Click your Service Object button -> Create -> Create attachment 
    then select your window directory ( which file you need to attach) select your file Now your system shows message  Service "Create attachment" is started. 
    Save again your PO. You can see (open) your attachment in same field ( Service for Object ) select and Create and check attachment list. You can attach as many document in your PO.
    Note: This is only information for internal or you can print separately this document for sending to vendor ( fax ) System will not print automatically along PO print out.

  • Link a Purchase order to a sales order

    I am looking for a way to link a specific Purchase order to a Sales Order so that when the Purchase Order is received the items are allocated to that specific Sales Order and another sales person cannot sell the murchasedise.  I know you can create a po from a sales order but it seems like when the po is copied to a goods receipt, anyone can invoice those items on a different sales order/ a/r invoice?
    Thanks,
    Don Shields

    Hi Don,
    What you are looking for is more of a hard allocation of Items to a SO.  This functionality does not exist in B1 today.
    If you want to manually create some processes and validation for this, it could be done. 
    1.  Use Batch numbers management for items and linking a Batch to a SO and use the same Batch number in the Goods Receipt.
    I have provided an ellaborate solution for this on this forum last year
    You may check this thread in the meanwhile
    Suda! Again to restriction of items from PO based on SO

  • Table links from Purchase order to condition types

    Hi,
    I am looking for the tables to go from purchase order, and to read the conditions associated with the PO.
    I have EKKO, and EKPO, but I cannot find the table where the condition information is stored. I have KONV and KONP, but they seem to be the tables where the condition type info is stored, not the link table where the purchase order specific information is stored.
    Can somebody please point in the right direction?
    Regards
    Piet
    Edited by: Piet Strydom on May 12, 2009 12:52 PM

    Hi,
    The PO and the Condition Record Number Link happens in the Table EKKI.
    from this table get the condition Record number line item wise and execute in KONV.
    Hope so it helps
    Regards
    Anjanna
    you can check the below thread posted by self for further ing
    Re: PO item Condition Record number and delivery address of PO - Need a table n
    Edited by: Shiva Rajanala on May 12, 2009 1:42 PM

  • Link between Purchase orders created and ORCM(Recommendation report)

    Hi,
    In purchase orders created from MRP recommendation report, we want to change the price, warehouse and some UDF's .For this functionality we are stopping the B1 functionality and adding the Purchase orders through our coding,In this scenario once the purchase order is added to B1 the same record should not be visible in MRP recommendation for creating the Purchase order again.
    we are not finding the link how can we update the ORCM table from were MRP recommendation is picking data to change the status field to "D" so that it will be not visible for creating purchase order again.
    Can any one please help in this issue.
    Thanks in Advance.
    Thanks & Regards,
    OmPrakash.
    Edited by: Om Prakash Akarapu on Dec 26, 2008 6:05 AM

    Hi
    in <b>EKKN</b> table you have sales order and Item fields (VBELN and POSNR)
    using these fields search for the deliveries in LIPS table
    EKKN-VBELN = LIPS-VGBEL and
    EKKN-POSNR = LIPS-VGPOS
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Link between Purchase Order and Production Order

    Hi,
    Could some one tell me how i could get a relation ship between Purchase order and Production Order after a Good receipt is done. Coz after a GR is done I am not able to see the production order for a particular material in MD04 transaction.
    Thanks,
    Arul.

    Hi Arul ,
    i think u may not get the LINK b/w Production Order and PO , Bcos--->
    check the process --->
    RUN MRP , here System will generate the Production Plan and PRs( based on the avail.of that Raw Material).So PO will be generated by PRs.So I think there is no link b/w Production and Purchase .
    this is based on the my system settings and my knowledge.
    Regards
    Prabhu

  • Missing attachment (Object link) in Purchase Order (PO) seen via ME23N

    There is an issue in which I am not able to see the attachment in few purchase orders. The complete process is as follows:-
    Shopping cart is created in the SRM system and some reference document like a .doc, .xls or .pdf documents are attached with the item position of the shopping cart.
    This shopping cart along with the attachment information is then transferred to R/3 system via RFC connection which creates the Purchase Order in the R/3 system. These attachment document are created with transaction CV01N in the DMS server. These attachments are when opened in the Purchase order in R/3 for a item position, gets displayed from the archive link server.
    However in this case, there is no attachment (.xls) seen for the item position of the purchase order. However it is available and can be displayed in SRM system for the corresponding Shopping cart.
    Anybody know what to be done or missing?

    Hi,
    Check if note 1506581 is present in your system,if not please implement the same.
    Also check if in /SPRO -> IMG Customizing -> "Integration with
    our mysap.com components" -> Supplier Relationship Management ->
    Message Control -> "Activate Document Transfer"
    the customizing is correctly set for BUS2012 (Purchase Order).
    If not, please maintain this entry correctly and re-test the
    scenario.
    Regards,
    Ashwini.

  • Link between Purchase Orders - Sales Documents

    Hi all,
    How can I find the link between a Purchase Order and a Delivery? I searched in table VBFA (Sales Document Flow) but I can't find anything. When I look into this table I only can see WMS Transfers Order and Shipment numbers. Does anybody have a clue where I can find the link?
    Thx in advance!
    Carl

    Hi
    in <b>EKKN</b> table you have sales order and Item fields (VBELN and POSNR)
    using these fields search for the deliveries in LIPS table
    EKKN-VBELN = LIPS-VGBEL and
    EKKN-POSNR = LIPS-VGPOS
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Purchase Requisition Link in Purchase Order

    Hi,
    I have created a PO using following method;
    PR >> Autocreate RFQ >> Copy RFQ to Quotation >> Copy Quotation to PO
    I need to know how to find the relevant PR number when I open the PO.
    Please help me find a solution.
    Thanks
    Jimm

    I tried what you have suggested;
    * PO was created in the long process (i.e. PR >> Autocreate RFQ >> Copy RFQ to Quotation >> Copy Quotation to PO)
    * "Navigation: Requisitions -> Requisition Summary >> Go to "Related Documents" tab and enter the Purchase Order number."
    The purchase order number is not accepted. It says 'Invalid value for field REATED_PO
    but when i search the same PO number from PO summary it opens.
    please help

  • Link between purchase order (Excise ) & sales order (Excise )

    Dear Experts ,
    I would like to check is there any possibility that duty directly pick from purchase to sales.
    Example:-
    suppose we purchase Material ( Raw )  292.00rs/- for 1 qty with excise duty 10.00% =29.20/-Now Client wants to sell the Material (Semi Finished ) at 393.25 /-in excise category , so Client needs the excise duty must be shown 29.20/-  in sales order instead of 39.32 /-
    request you all experts to advice the suitable and doable solutions for above mentioned Business process.
    Note: - Purchase material number & sales material number are different.
    Warm Regards
    Vijay

    Dear Friend,
    I hope we can not determine that same value from PO to Order.But if you required you can do like this,
    For sale order pricing procedure you define another condition type As Assessable value and place it in V/08. Set statistical field for this condition.and calculate excise duty on that Assessable value.
    EX:
    Assessable value -292.00rs
    Excise duty-10% on 292.00 = 29.20 rs
    Thank you,

  • DMS- Object links (attached Purchase Orders) not opening

    Dear all,
    I have attached some PO's in Object link of DMS document.When I go with cv03n transaction.....Those PO's were not coming to display from the DMS......Please suggest any config is missing?
    thanks............

    hello srinivas,
    Maintain T code me23n infront of EKKO in maintain key fields setting in DMS control data
    Regards
    sham

Maybe you are looking for

  • How do I delete and existing itunes account on my iphone and start a new account

    how do I delete and existing itunes account on a phone that i have transfered to and start a new one

  • Chart Scale Options

    Hi, I 'm having tough time trying to figure out scaling options for my column chart. I have data in series. The chart does not start from Zero value. It starts from min value to max value. It is confusing sometimes. Also, the chart bars vary in size

  • Text determination for business partneres

    Hi can any one provided me step by step process of text determination for business partner level Many thanks vinay

  • Supressing output type for Item lebel data

    Hi all, I have done a out put type set up for MIRO transaction. So when after putting the data, the transaction will saved then it will trigger an idoc. But the problem is that in its triggering more than one IDOC. I want only one idoc to be trigger

  • BO-XI

    Hi Gurus,           Can any one post there experience developing BW queries to support BO-XI reporting? Thanking you Raj