Import Data in Purchase Order for Intrastat Reporting

Dear Gurus,
Technical Scenario: Extended Classic
SRM Server: 5.5
Backend:R/3:  4.6C
For PO created for cross border purchasing, ( vendor country different from receiving plant country ) the PO when replicated to backend system, DOES NOT HAVE IMPORT TAB.
We want Import tab to populate for cross border purchasing.
How can we achieve this?
Regards,
Anil Rajpal

Dear Gurus,
We are able to populate the "Import Data" in the backend PO in our backend system 4.6C, thorugh user exit
EXIT_SAPMM06E_004   &   EXIT_SAPLV50E_004.
Now when we create PO from SRM , the import related foreign trade data gets filled up from the master data.
Problem: In Header and Line item condition: We are not getting the condition type GRWR automatically, if the PO is comming from SRM. Because of this the statistical value is 0.
( If we create manual PO, the condition GRWR appears in PO - and the Statistical value gets filled in automatically )
How can we put the condition type GRWR into the PO using user exit ?
Thanks and regards,
Anil Rajpal
Edited by: ANIL on Aug 12, 2010 6:18 PM

Similar Messages

  • How to find import and local  purchase order for report

    Dear Friends,
                  Please help me in coding this report, =below is the functional requirement.
    1. To find the list of Import or Local Purchase Orders(purchase orders to be procured from another country).
    2.Once the import purchase order is selected .The report sould display the PO number ,Currency , Value , po Date , Planned recipt date ,
    BUy from vendor , ship from vendor , Origin Country, Destination country, and Status of the PO.
    I am clear about the PO number Currency ,value and po date but could not get how do i fetch the details like:--Planned recipt date ,
    BUy from vendor , ship from vendor , Origin Country, Destination country, and Status .
    Your help is greatly appreciated.

    Hi,
    Buy from vendor is the real vendor who is supplying the items while Ship from vendor is the vendor who just arrange for the transport. This should be maintained in the pruchase order, just consult with your MM consultant to get where they are storing those details
    Regards
    Karthik D

  • Import data to Purchase Order Item Level Text from DMS system

    Hi,
    I have the material PO Text maintained against the Material in the DMS system.
    In R/3, when I am creating the Purchase Order, I want the system to retreive the PO Text maintained in DMS against the material in the Purchase Order and paste it in the Purchase Order Item details - Material PO Texts.
    Could anyone suggest me which User Exit or BAPI and the Function Module to fetch this data from DMS.
    Thanks in advance.
    Regards,
    Jeetendra

    Dear Gurus,
    We are able to populate the "Import Data" in the backend PO in our backend system 4.6C, thorugh user exit
    EXIT_SAPMM06E_004   &   EXIT_SAPLV50E_004.
    Now when we create PO from SRM , the import related foreign trade data gets filled up from the master data.
    Problem: In Header and Line item condition: We are not getting the condition type GRWR automatically, if the PO is comming from SRM. Because of this the statistical value is 0.
    ( If we create manual PO, the condition GRWR appears in PO - and the Statistical value gets filled in automatically )
    How can we put the condition type GRWR into the PO using user exit ?
    Thanks and regards,
    Anil Rajpal
    Edited by: ANIL on Aug 12, 2010 6:18 PM

  • Report to view pending Purchase Order for Release

    Hi,
    Is there any sap standard report through which we can view pending Purchase Order for Release.
    Regards,

    Hi,
    you can use transaction ME28, this can give information of pending purchase order for release on release level.
    but this transaction is used for releasing the collective release for purchase order. this is not an report.
    if you want transaction for reporting purpose only, you need to create a report or query on EKKO table. based on release indicator.
    vikas,

  • Capital  Import Purchase Order  for  1000000000.0000 Euro

    Dear Sir
              I am creating Capital  Import Purchase Order  for  1000000000.0000 Euro.We have already set  price up to four decimals also in case of Imports.   But Field is not allowing  Purchase Order for that amount, its reducing the price. Maximum field length is 13 Charectar.
    How its possible ?
    Regards
    Manoj

    are you from Microsoft trying to buy Yahoo?
    I dont think that 1 Billion Doller purchase order is standard business that really need to be created as a PO in SAP.
    You just have a technical limitation of the field size.
    You will not only have this issue for the PO. you will get it with the GR and IR  and payment as well.

  • Sample purchase order for import

    Hi,
    Can anyone explain how to handle the sample -import purchase order.
    Regards,
    Renuga.A

    Dear,
    1)Create Vendor and give Order Currency(USD,JPY Etc) in XK01.
    2)Create Material Master and give appropriate Description Because Users shoud Identify Correct Mtrl Or Activate Split valuation.
    3)Create Import Purchase order for Import Vendor with separete Document type and Purchasing group.
    4)Mention Duty rates (CVD,Customs,Cess on CVD,cess on Customs,HSC on CVD,HSC on Customs and ADC) and Don't forget to mention Custom Vendor In Duty rates condition type.
    5)MIRO Customs Invoice,U can Invoice in Vendor Currency as well as Indian Currency.
    6)Recieve the Material Through MIGO,If you Currectly maintaining Customizing of Excise Duties at the Time of MIGO u can take credit for CVD,Cess on CVD,HSC on CVD and ADC and rest of all add to ur material cost.
    7)In MIGO u can Capture the Excise invoice and in J1IEX post the Excise invoice.
    8)After Recieving the goods and Payment to the Customs raise a Invoice for Main Vendor.
    Regards,
    Swapnil

  • Purchase order price change report

    Hello
    How to retieve the purchase order price change report ? do we have any standard report for it or any table which gives these data?
    kindl

    HI
    Have you activate version management at your end for PO,i think this will help you to track changes of PO for qty,price etc.
    [http://wiki.sdn.sap.com/wiki/display/ERPLO/Version+Management]
    Regards
    Kailas Ugale

  • Source inspection before 365 days of delivery date of purchase order

    Hi Experts,
    Business wants to create source inspection lot well in advance before 365 days of delivery date of purchase order. this lot is required to record results.
    In SAP, transaction code QA51 allows only two digit characters for 'number of days for opening period' so system is not creating inspection lot for more than 99 days delivery date from current date.
    Please advise.

    Hi Patel, I really got interested on this particular issue because we have been using source inspection in our company for a while. After some investigation on ABAP code of report I will share with you my fact findings:
    1) System calculates the start date of source inspection (delivery date from PO - Leadtime from q-info record). For example, in my test case it was 14.08.2015 - 0 days. So field g_datum below will be 14.08.2015:
    2) System then checks if you are running the report in background (highlighted in yellow above). If so then it will check if the start date of inspection (g_datum) falls on opening horizon (g_datum_eroff). The opening horizon is calculated as per formula below (system login date + opening period). As an example: 14.08.2014 + 30 days = 13.09.2014.
    Default opening period (p_eroff) is 30 days:
    3) So all-in-all, when you are running QI07 online you´ll get a yellow traffic light on the long leadtime PO but you will be able to process it (on-line). However if you run the report in background (job scheduling) system will only create inspection lot to the relevant POs if the PO's delivery date falls on the 30 days window based upon the current date.

  • Production order overlapping with purchase orders for outside process

    I set up the overlap option in a router so we can send 50 pieces (total order quantity is 200) of material ahead to an outside heat treat operation.  When we try to create the purchase order for the 50 to be sent out for heat treat two problems occur.
    1. The quatity in the purchase order is for the entire order of 200, not 50.
    2. We get a message "Date /23/2010 period D is not valid.
    We currently do not use the functionality of splits and overlaps so if anyone can help or guide me to a good resource I would appreciate it.
    Regards.
    Gail
    Edited by: Gail Weeks on Nov 12, 2010 4:19 PM
    If anyone could help with this question I'd appreciate it. Thanks.

    Gail:
    the next operation would be an external operation in your order ? That is, has some external Operation Control Key?
    Then the PurReq for this operation is created at creation or release of the production order by the total operation quantity. Ovelapping allows you to reduce some total time in order, but I don think that can be applied for the purpose you describe. Let us know more details about your requirement.
    Regards

  • How to execute availability check against delivery date in purchase order

    Hi all
    In MD04, I know that "available date = delivery date in purchase order + GR processing time" & "GR date = delivery date in purchase order". When I execute availability check in production order, I will get material's committed date = available date. But I hope to get material's committed date = GR date in purchase order.
    For example. delivery date in purchase order is 2012/02/06 and GR processing time is 2 days. After ATP in production order, I will get committed date 2012/02/08. But I hope it show 2012/02/06. How to customize it.
    (The GR processing time must be set 2 days for MRP calculation. it can be changed to 0.) Thanks!!

    Hi Rita,
    One Doubt, If you say that material commited has to be the GR date and you do not wish to wait for GR processing time, then why do you have the GR processing time in first place.
    For ex. My client, we get the stock as per GR in Quality inspection and so we have GR processing time considered for available time in MD04. But since the business considers the Inspection stock as avialble, The stock gets reflected in avialibility check the moment GR is done.
    So please explain your requirement in detail. There could some way to do so. If not the raise an issue with SAP.

  • Purchase order for services

    When creating a purchase order for services, I am entering services lines in the SERVICES TAB, I would like to structure the services in the service specification into a hierarchy of outline levels. How I can do this? How can I activate the Service Specification outline ?
    Thanks

    Hello,
    You can use an outline only in t the 'Full Screen: service'. In the Services full screen, you can choose 'Outline On/Off' to show and hide the service overview. You ser the width of the service overview as desired and when entering the transaction, system displays the settings selected before leaving the transaction.
    If you select an outline level, the data area of the services displays the relevant service lines. You can choose 'Services' to display at outline level whether service line exist at outline level.
    Regards,

  • Purchase order for external service

    Dear experts,
    I tried creating a purchase order for a service, with account assignment unknown U, with item category D, but after entering the item details in the item overview, it keep saying " ACCOUNT ASSIGNMENT UNKNOWN NOT ALLOWED WITHOUT GOOD RECEIPT", i would like to know why this message is coming up, and how to rectify it, thanks for your anticipated contribution

    Hi,
    You can not use Account assignment unknown U in the creation of service order as system need a cost object with a G/L account during saving of service order which help system to post to required G/L account automatically on further transaction MIGO & MIRO posting.
    You can create contract(ME31) with   Account assignment unknown U & item category D as you do not know from which account or cost object specific  the contract going to be used,so as the contract can be used for all department/cost center./project related in future.And then you can create a release order/call off/service order(ME21N)  with Account assignment unknown K(in case of cost center) & item category D wrt contract  with entering all likes cost object u2013 cost center  , G/L account related with other input data.
    Check any user exit which not allow to create with  Account assignment unknown U & item category D.
    NOTE: if you create service order  with  Account assignment unknown U & item category D,then during SES, you need to enter cost object ( K or P or C  etc) with a G/L account.
    Regards,
    Biju K

  • Purchase Order for Leased Asset

    Hello,
    I want to create an Purchase order for leased asset and want to make the payment for that.
    It will be helpfull for me if you can tell the config setting required for that and the sequence of Transactions for completing the cycle for the same.
    Cheers,
    Manish Jindal

    Hi,
    You first need to create Asset Number in transaction AS01. This is normally done by finance people. Once you get the asset number, create purchase order in transaction ME21N, by selection account assignment as A - Asset. Enter other data such as material number, quantity, requirement date, price, tax code. In the account assignment tab at item level, enter the asset number you got while creating the asser in transaction AS01. Save the purchase order.
    Once you receive the material against this purchase order, the accounting entries will be done against the asset number.
    Hope this fulfills your query.
    Regards,
    Prashant

  • LOGIC FOR CREATING Purchase Order FOR repective Purchase Requisiton URGENT

    hi all,
    guys i have got all the purchase requisition for the materials  from EBAN table.
    now i have to create the PURCHASE ORDER  for these PURCHASE REQUISITIONS.
    so how should i proceed.
    what logic i should use to create the PO for These PR.
    if anyone of u have any code regd this requirement then plz share it with me.
    its very urgent, i have to deliver it by today evening.
    plz help me .
    i will award ur efforts.
    Thanks
    Sanjeev

    hi,
    Automatic Conversion of PR to PO
    You created purchase requisition for various material. During creation of purchase order you used the following path:
    Purchase Requisition
    .......Follow on function 
    .........Create Purchase Order
    ............automatic via purReq. 
    When you mentioned required purchase requisition number and execute, system give error that purchase requisition does not contain any suitable item. 
    Is there any setting in customization where you can monitor and use that function.
    In an effort for you to successfully use the Transaction Code ME59 to automatically convert the current PR into PO, then the following criteria should be met: 
    1) In the Purchasing View of the material master data, the "Autom. PO" field must be clicked; 
    2) In the Purchasing View of the Vendor Master Data, the "Automatic Purchase Order" field must be clicked; 
    3) The Outline Agreement or Purchasing Info Record shall be maintained which will allow the automatic copying of unit price and other conditions into PO; 
    4) The Source List shall be maintained for the nominated vendor which was shown in either the Outline Agreement or Purchasing Info Record. 
    or 
    it might be PR subject to release strategy and not yet released
    or 
    If you're not using a source list or automatic creation of PO, you may need to assign the requisition to a purchase information record using transaction ME56. Then it should appear in ME58. 
    reward points to helpful answers.
    rgds

  • Purchase order for Capital Asset.

    Hello,
    How can I create the purchase orders for Capital Asstes?
    Narendra.

    Hi,
    You first need to create Asset Number in transaction AS01. This is normally done by finance people. Once you get the asset number, create purchase order in transaction ME21N, by selection account assignment as A - Asset. Enter other data such as material number, quantity, requirement date, price, tax code. In the account assignment tab at item level, enter the asset number you got while creating the asser in transaction AS01. Save the purchase order.
    Once you receive the material against this purchase order, the accounting entries will be done against the asset number.
    Hope this fulfills your query.
    Regards,
    Prashant

Maybe you are looking for