Export Indicator in Intracompany Delivery

Hi,
We are trying to do a local transfer of a material within same company code.
The foreign trade data gets into the delivery,-- mode of transport  is coming and this is setting the export indicator in the delivery which is getting copied to the proforma invoice.
Due to this the printing logic is thinking it as  export scenario whereas its local sale.
Can anyone let me know, how this data comes into delivery or the PO?
I have checked the PO, but this data is not in PO, but comes up in the delivery
Any help is greatly appreciated
Thanks

Hello Srikanth,
A foreign trade case is identified when the country of the shipping
point is different to that of the ship to party. This is checked when
delivery is created at this point.
Main Program     SAPFV50K
Source code of   FV50KFLK_LIKP_EXPORT_BESTIMMEN
form LIKP_EXPORT_BESTIMMEN
IF LIKP-VSTEL NE SPACE.
  IF     TVST-ALAND  NE KUWEV-LAND1 and
     not tvst-aland  is initial     and
     not kuwev-land1 is initial.
    LIKP-EXPKZ = CHARX.    >>>>>>> THIS SET TO X HERE
I hope the information is helpful.
Regards,
Raghavendra YN

Similar Messages

  • Export Indicator in Intracompany STO transfers

    Hi,
    We are trying to do a local transfer of a material within same company code.
    The foreign trade data gets into the delivery,-- mode of transport  is coming and this is setting the export indicator in the delivery which is getting copied to the proforma invoice.
    Due to this the printing logic is thinking it as  export scenario whereas its local sale.
    Can anyone let me know, how this data comes into delivery or the PO?
    I have checked the PO, but this data is not in PO, but comes up in the delivery
    Any help is greatly appreciated
    Thanks

    Hello Srikanth,
    A foreign trade case is identified when the country of the shipping
    point is different to that of the ship to party. This is checked when
    delivery is created at this point.
    Main Program     SAPFV50K
    Source code of   FV50KFLK_LIKP_EXPORT_BESTIMMEN
    form LIKP_EXPORT_BESTIMMEN
    IF LIKP-VSTEL NE SPACE.
      IF     TVST-ALAND  NE KUWEV-LAND1 and
         not tvst-aland  is initial     and
         not kuwev-land1 is initial.
        LIKP-EXPKZ = CHARX.    >>>>>>> THIS SET TO X HERE
    I hope the information is helpful.
    Regards,
    Raghavendra YN

  • How to update SDABW(Process Indicator) and EXPKZ (Export indicator) in LIKP

    How to update SDABW(Process Indicator) and EXPKZ (Export indicator) in LIKP Table without using UPDATE statement

    I believe SAP automatically updates those fileds while creating the delivery document.
    rthanks,
    krishna

  • Deactivate Goods receipt indicator on PO Delivery Tab

    Dear Experts
    My client would like that system would not require goods receipt (non-GR based PO) for PO line items of respective material group (services) - goods receipts should even not be possible so GR indicator on the delivery tab should be ticked-off.
    Since the client is using one-client system with multiple company codes on same client this requirement should be valid not on a client- but on a company code- or plant-level.
    Please advise how to approach to this challenge. Is it possible to set it up via customizing or some programming is required.
    Thank you in advance for any hint.
    Best regards
    Miha Egart

    Hi Jürgen,
    I have checked the Network, it is not stock managed.
    But there is another PO in which the network is not stock managed but The GR indicator is set for the PO.
    I am doing PR conversion through ME59 just against info record not against contract.
    Instead of automatically converting PR through ME59/ME59N, if I am trying to do it directly through ME21N, the GR tick is set. But the client will not do this, they will do automatic conversion of PR's only.
    Can you please suggest some other possibilities.
    Regards,
    Krishna Bharadwaj.

  • Export Indicator in the Billing Invoice Header

    How does the Export Indicator field gets populated in the billing invoice doc. (from what specific source)?   I have an invoice where the accounting doc. didnu2019t generate ... it referenced 'foreign trade data incomplete', yet both are for DOMESTIC customers.  In the header for the invoice the Export Indicator was marked w/ an u2018Xu2019.  I'm trying to determine how that field could get populated since the invoice for domestic customer (where would it be pulling from)?

    Siva
    When you create a UDF at the Marketing document header, it creates it for all marketing document both AR and AP.
    You could Open the AR document Press CTRLShiftB and uncheck VISIBLE on the user field.
    The formatted search query would be
    SELECT T0.CARDCODE, T0.CARDNAME FROM [DBO\].[OCRD\] T0 WHERE T0.CARDTYPE = 'C'
    Suda

  • The "Indicator: Goods Items/Delivery Costs/Both"  not visible

    Hi!
    The "Indicator: Goods Items/Delivery Costs/Both" is not visible to one of the users in the Logistics Invoice Verification (MIR7) and in me23n  transaction. It's funny - if he logs in with his username on my computer, he can see it - but on his computer he can't. 
    So I think it might be something in GUI settings - but what?
    Thanks for help!
    Meti

    Found out solution - the user changed size of display and the field vanished. When he changed size back, the field appeared again.
    Thanx!
    Bye

  • Goods Receipt Indicator in PO Delivery tab

    Hi,
    I have created a PO, for which I am trying to do GR, but SAP is not allowing to do GR, on analyzing I found reason for that as Goods receipt indicator was not set in Delivery tab of the PO.
    I have chacked the account assignment category (P in this case) in OME9, Goods Receipt indicator is set there and in OMS2 qty/value updation are also ticked.
    And this PO is not created manually, it is created through ME59, what might be the reason for this, though the required settings are already made. Please suggest.
    Regards,
    D. Krishna Bharadwaj

    Hi Jürgen,
    I have checked the Network, it is not stock managed.
    But there is another PO in which the network is not stock managed but The GR indicator is set for the PO.
    I am doing PR conversion through ME59 just against info record not against contract.
    Instead of automatically converting PR through ME59/ME59N, if I am trying to do it directly through ME21N, the GR tick is set. But the client will not do this, they will do automatic conversion of PR's only.
    Can you please suggest some other possibilities.
    Regards,
    Krishna Bharadwaj.

  • Goods Receipt Indicator- (PO under Delivery Tab)

    I want set Goods Receipt Indicator in Purchase order under Delivery tab for specific company code.
    What are the configuration setting for GR Indicator default in Purchase order. I know OME9 apart from that is there any other way.
    thanks in advance

    Hi,
    GR Indicator comes as active by default based on the Item Category and Account Assignment Category.
    In case of Standard Item Category w/o Account Assignment Category, GR Indicator comes by dafault and In case of Account Assigned POs, dafualt settings sepends on the configuration of Account Assignment Category in OME9.
    If you want it based on the Comapany Code then, you need to go for ABAP Development.
    You can use BAdi - ME_PROCESS_PO_CUST
    Methods - PROCESS_HEADER (Processing of Header Data) and PROCESS_ITEM (Processing of Item Data)

  • Delivery completion indicator on the Delivery tab

    Gurus,
    The delivery completion indicator doesen't show on the PO even though i have maintained the field selection as optional in the field selection for screenlayout at document level. i have maintained it for NBF ME21N and PT0F. Please let me know how can i get that field displayed on my PO.
    Thanks in advance,
    MV

    First make sure that the NBF is assigned to your document type or somthing else
    Go to
    SPRO-MM-Purchasing- Authorization management-Define Function Authorizations for Buyers
    click on 01 and/or 02
    here check the field sel - has some value
    If you find some value here then go to SU3 transaction and click onthe Parameter tab
    and look for EFB parameter id.
    if this is set that menas for your user id that's the field selection is active
    so make the changes for that field selection in SPRO
    hope this will resolve your  issue.

  • Special stock indicator Q in delivery

    Hello friends,
    Could any one explain me what is the relation ship between the special stock indicator in the outbound delivery and individual/col requirement in the Materila Master MRP-4 view.
    Recently when i created the returned PO with account assignment catagory Q, delivery and GR in the supplying plant , but when i try to do the PGR in the receiving plant its throwing the error message Special stock indicator Q is not supported.
    we noticed that in the material master MRP-4 view the individual /col requirement is blank at the time of PO, because of this special stock indicator is fetching in the outbound delivery . when we changed the individual/ col req to 2 and created the same scenario it allowing to do the PGR in the receving oplant and the special stock indicator is not fetching in the out bound delivery .

    Hello
    Refer following links for reference:
    - Posting not allowed for mvt type 643 Q ??
    - Error: M7 146 Special stock E not supported"
    Thanks & Regards
    JP

  • Speical Stock Indicator in Return Delivery

    Dear All
    I am creating Repair request for item.I have configured my Delivery type in such a way that movement type for Schedule line category is 651 " GD ret.del.  returns" No "special stock indicator" is configured at Item Caterogy of  Delivery type or at order type but when i create Inbound delivery for the item with movement type it also show Special stock indicator "E" i.e Stock in hand which is dipslay only. How can i remove this special stock indicator when creating return delivery for item as i dont need to tranfer it into sale order special stock.
    Thanks in Advance
    Nomi

    Nomi,
    Where do you want the stock to reside? If it isn't in sales order stock, then the repair order is useless???
    PeteA

  • CS4: Best export settings for web delivery?

    Greetings, all!
    I recently upgraded to working with HDV footage in CS4 from working with SD footage in Elements 3, and have been struggling a bit with getting the best quality export from CS4/AME for delivery over the web.
    I'm most concerned with exporting a best quality master that I can then transcode to m4v, flv, etc.  So far, the best luck I've had is with a H.264 .mp4 export, but it's still not as clean as I'd like to see.  I've also read that exporting as a Quicktime animation provides excellent results, but I'm having issues with Quicktime on my new PC (error -43 file missing, for one thing) and I've read a bunch of posts here that advise staying away from QT whenever possible.  I'm working mostly with NTSC HDV 1440x1080 60i footage from a Canon XH-A1s, with some NTSC HD 1920x1080 30p and 24p footage from a Canon T2i thrown in sometimes.  I don't mind shrinking my export down to 1280x720, but for my master I really want the cleanest possible video.
    Any tips would really be appreciated.
    Thanks!

    Anybody have any tips???
    Here are the specs I have been using so far.
    Format: H.264
    NTSC, 1280x720, 29.97 [fps], Progressive
    AAC, 128 [kbps], 44.1khz, Stero
    VBR, 2 Pass, Target 6.00, Max 8.00 [mbps]
    Widescreen 16:9
    Profile: high
    Level: 5.1
    What I get is a file that's about 250megs for a 5-minute video that looks pretty clean.  What I'm really looking for is more like a 2.5gig file that's super clean.  Back when I was shooting SD, I would export an .avi file as my master that would run about 1gig or so for a 5-minute file.  I'm looking for a similar workflow now that I'm working in HD.
    Any ideas?

  • Exporting for BBC Online Delivery?  H.264 - 1080i50

    Hi,
    Really need this question answered ASAP as I'm supposed to be delivering an edit.  I've been given the following [http://downloads.bbc.co.uk/commissioning/site/Essential_Clip_Deliverables.pdf ] export criteria to follow but I can't for the life of me make Premiere do that.
    You can see the export settings by following the link but I'll just type them here as well.
    Container format:
    > .mp4 or .mov
    Video:
    > Bit rate / Quality: 30Mbps CBR minimum
    > Codec: H.264
    > Frame size: 1920x1080 (square pixels)
    > Scan type: 50i (as broadcast standard)
    Audio:
    > Codec: AAC
    > Channels: Stereo
    > Bit rate: 320kbps
    > Sample rate: 48 KHz
    > Sample depth: 24bit
    Every time I try and enter those settings I get an error message saying "Invalid framesize/ framerate for this level. Please lower the video bounds or frame rate, or increase the Profile and Level and try again".  I've tried changing the level but have yet to find a combination that works.  The closest I have come is to have Level set to 4.2, Frame Rate to 50, Resolution to 1920x1080, but then Field Order is grayed out and stuck on Progressive when I want it to be interlaced.
    I'm sure there must be a way of doing this otherwise it wouldn't be the BBC's specification, but I can't figure it out and really need some help.
    Would really appreciate any support people could offer on this one.
    Thanks,
    Jamie

    I read that as
    H264 1080i 25 fps preset
    50 interlaced frames in PAL is 25fps. that they are calling 50i

  • EU indicator in Order/Delivery/Billing

    Hi experts,
    Is there any indicator to identify that a transaction is an EU transaction. Or if the destination country is an EU country ?
    I need such indicator in sales order and invoice.
    Thanks for reading and responding !!
    Ron
    EU, European union, VAT

    HI Ron,
    There is a flag that identifies a country as EU (T005-XEGLD) it is set in configuration in th General Settings -> Set Countries -> Define countries menu path (tx: OY01).
    Regards,
    John

  • Need help in choosing best codec for exporting HD for content delivery

    What codec is best for a quick but manageable size for an HD video for Youtube?
    And, what codec is best for that same video to be exported for DVDSP?
    I am thinking for DVDSP I would just export as QT and I can go straight to DVDSP and burn from there.
    But when I have tried to export for YouTube I have had problems using QT with conversion, so suggestions are gladly accepted.
    Thanks!

    Good advice for the SD DVD, so for the ftp upload, in Compressor, choose Quicktime > H.264 - which does a very good job of maintaining quality while reducing the size of the file dramatically. Once you drag the preset for H.264 to the file in the Compressor job, you can make adjustments to the setting by changing the frame size and or quality and even choose between stereo or mono and what sample rate. So I recommend reducing a 1920x1080 to a 1280 x 720 resolution, and changing the audio sample rate from 48k to 44.1k (unless you're already there). youtube, Vimeo, and other hosts of HD content usualy accept a 1280 x 720 clip and further encode the uploaded file to their own thing - usually flash and the settings I've given you have worked well for me on Vimeo.

Maybe you are looking for

  • Any ideas for Mail must-force-quit bug after 10.5.2 upgrade?

    I've tried many different things suggested on this forum (removing bundles; rebuilding mailboxes; moving Mail folder to desktop for rebuild; eliminating To Dos; creating new Address Book DB). But nothing seems to work. I have to force quit Mail every

  • Check complete. The overall result of this check is: Failed ASM ins

    Need steps to clean that plz Check complete. The overall result of this check is: Failed <<<< Problem: The installer has detected that you may have an Automatic Storage Management (ASM) instance improperly configured or one that was not properly clea

  • Lock table overflow Error in BD91

    Hi Sapper's, Can anyone please tell me how to rectify the below error which occurs for me in T-Code - BD91. MC603: Lock table overflow in T-Code BD91 Also please help me how to change the size of the profile parameter 'enque/table_size' Please reply

  • Is it safe to use launchpad control?

    On the launchpad control wedsite it says that its discontined. Is is safe to use. I dont want to break my mac.

  • Cannot run new applications

    Hey everyone, thanks in advance, I have an Intel Macbook less than a year old running 10.5.2. A week ago my hard drive crashed and I had to get a new hard drive and completely re-install the OS. Rather than go from time machine backups I started from