Shipment number to Interplant freight --tables

Hi,
The process flow is as follows to capture the freight price
STO created
Delivery created
Shipment created
Shipment cost document
Goods acceptance
Invoice
Here i want to capture the Interplant freight per shipment number.
Freight value can be extracted from BSEG, my question is there any like to shipment is BSEG..
or any field mapping condition can be placed between VTTK and BSEG??
Or is there any table which captures the flow?
Thanks,
Ram

Hi,
any answers on the below question

Similar Messages

  • Get Idoc structure and contents from Shipment Number

    Hi all,
    We have a 3rd Party Logistics company who wants to send us back minimal shipment data to enable us to update our shipment details.  They want to send us the shipment number, and vehicle information.  My tests (and SAP's documentation) have indicated that in order to modify a shipment via the message type SHPADV, you need to have the complete Shipment Idoc structure filled in in order for the idoc to process successfully.
    My client has indicated that they want to use IDoc processing to manage the shipment updates.
    Does anyone know of a FM that can be used to fill the shipment Idoc structures if only a shipment number is filled in?  Or do the structures have to be modified manually?  For example, these is a function called 'IDOC_READ_COMPLETELY' which populates all the segment details if an Idoc number is entered.  I want something similar, but for a document number, in this instance, a shipment number. 
    Cheers,
    Steve

    Roger,
    Thanks for this suggestion.  I chose to go down another path which I put up here for those who have this problem in the future.
    I have passed the shipment number and just the fields that require modification into user exit EXIT_SAPLV55K_020, and recorded the passed in values into variables.
    I then executed the <b>idoc_output_shpmnt</b> idoc, which, when the shipment number is passed in to the nast-objky field, reads the required shipment data and populates the idoc_data table with the segment details as per sending the document out.  But the FM doesn't actually call the ALE layer, so I then loop through the idoc_data table, modifying the fields that need to change with the values I've saved in the variables, and passed the modified idoc_data tables back into the <b>idoc_input_shpmnt</b> FM.  Worked a treat.
    Cheers,
    Steve

  • Link between shipment number(tknum)  and  (ebeln) PO..URGENTLY REQ

    Hi,
    I had create a shipment number using VT02N, now i have shipment number(tknum) and  i need to  fetch the our reference field (UNSEZ) from EKKO table. so can  i anyone help to fetch this particlar data.
    Thanx in advance
    Message was edited by:
            vamshi krishna

    Hi
    Take the VBELN (delivery No) from VTTP table
    And goto LIPS table with that VBELN and search in the VGBEL field
    whether it has got the PO number.
    If the delivery is created against the PO it will be there.
    Take that EBELN from LIPS-VGBEL and fetch the field from EKKO
    Regards
    Anji

  • Re:. Shipment Number

    Hi,
    Currently i am working on a report for VF02 transaction.
    Can anyone please tell me
    1. how to get the shipment number from the billing document number / delivery number and where it can be found in VF02 transaction.
    2. how to get the external license number from the billing document number
    Is there any function module for getting the shipment number.
    Thanks IN Advance
    Guhariyan S

    Hi,
    In table VBFA (Document flow), VBELN is the billing document number if VBTYP_N = M, if VBTYP_N is 'J' it is the delivery document number. Get the delivery document number for the billing document.
    Then in table: VTTP, input delivery doc number in field VBELN. In this table, you will get the shipment number, TKNUM.
    If you want the shiptment cost number then use table VFKP and input TKNUM in field 'REBEL'
    Go thru the below link, which will be a further help.
    http://www.sapgenie.com/abap/tables_sd.htm
    Hope this helps.
    Thanks,
    Viswanath

  • Getting shipment number from handling units

    Hi Abapers,
    is there any bapi avaible to get the shipment number by passing handling unit identification number.
    Thanks & Regards,
    Swapna .

    Hi all,
    I found the solution to fetch shipment number based on handling unit.
    In table level, Go to SE11 transaction.
    Enter table name : VEKP.
    Pass VENUM(handling unit number).
    VPOBJ = 04
    and Execute.
    See the field value VPOBJKEY.
    This value is shipment number.
    If u got to table VTTK and pass this shipment number obtained previously. it will have entry with this shipment number.
    Thanks,
    Swapna p

  • Forwarder Invoice details with reference to Shipment Number

    Hi All,
    Currently i am working on shipment and new to shipment.
    I would like to find the invoice details of the forwarder with reference to Shipment number. Currently we have flow like shipment document>shipment cost document to the forwarder>PO (created in background and entry sheet)-->Invoice of the forwarder.
    Could you please provide the exact table where can I find the invoice w.r.t. shipment number or forwarder of the shipment.
    If we require any otehr changes, pls provide BADI.
    It will be appriciated for quick and right solution.
    THank you
    Regards
    Kishore

    If you create the invoice using MIRO transaction, then the table for the invoice is RBKP (header data) and RSEG (item data).
    Outbound process - To link invoice to shipment/shipment cost, you will need entry sheet which will be created when service acceptance document is created
    Inbound process - use the PO number then from PO go to delivery -> shipment -> shipment cost.
    VTTP-VBELN contains delivery docnument (shipment item table)
    VFKP-REBEL contains shipment number  (VFKP is shipment cost item table)

  • TO check SO number with Shipment number in VBFA.

    Hi,
            i have the shipmnt number and want to get the repective SO number in VBFA.
    HOw i cn do this.
    Regards,
    Monty

    Dear Monty,
    This can be achieved in two steps :
    Step 1
    From the input of shipment number at the field "Follow on Doc" in VBFA table, you will get outbound delivery document numbers as the preceding docs (with preceding doc category - J, delivery).
    Remember one shipment can have multiple delivery documents according to the scenario.
    Step 2
    Further you can track "sales orders" through these delivery documents via table - VBFA.
    To track the sales orders, again input above delivery docs  (found at step 1) as at the field "Follow on Doc" in VBFA table, You will then get the respective sales orders associated as preceding documents (with preceding doc category - C, Orders).
    Hope this logic helps you.
    Good Luck,
    Anubhav

  • How to get the Shipment number?

    Hi All,
    In SD
    I need to find Shipment Number using Ship-To Party and Order no fields.
    1. From LIPS I pass order no and get the delivery no . ( I am getting multiple delivery no's)
    I think from delivery I have to get shipment no for corresponding ship to party.
    Can anyone tell me how I can get shipment no from these fields?
    Thanks.

    Hi Kavitha
    I agree with Amitesh .
    As far as business scenario is concerned you will have multiple deliveries for a sales order and  may be you have combined deliveries per shipment as per route .
    So from sales order,line item you should link Delivery item i.e. VBAP - to LIPS where VGBEL in LIPS is sales order no.
    You may get no of deliveries for an item which is correct.
    Then from LIPS you will get to LIKP table and get ship to party for these deliveries.
    And using VBFA you can check shipments for this order line item  using document category(VBTYP )  Field. So for orders preceding do category is C if u use delivery its J .
    Shipment document category will be 8.
    Collect them as per line item and as we have  one ship to party per order line item ,you get your info for the display.
    Regards
    Mandar

  • Creation of number range in NRIV table

    Dear All,
    User is asking to maintain the number range in the NRIV table with object name RV_BELEG. As shown below:-
    Object name  Subobj.val    No    Year    From no.        To number    No. status     Ext
    RV_BELEG                           D1                0095000000    0095999999
    Here When I go and maintain the number range in FBN1 transaction code it is asking fiscal year required. But the user is not mentioned any year. However I have given the year 2011 and saved it.
    When I go and check in the NRIV table, It has updated with Object name is RF_BELEG. As shown below.
    RF_BELEG     5291     D1     2011     0095000000     0095999999
    Could any body help me how to maintain the number range in this table with the Object name RV_BELEG. Is there any T.Code to maintain these number ranges with out specifiying the year.
    If I maintain this number range  in the table NRIV directly, is there any effect in SAP?
    Thanks and Regards,
    Mr.Rao

    hi
    RV_BELEG is Number ranges for SD documents so you have to mainatin the same in SD module through SPRO
    but if you mainatin from NRIV also it will not affect the sap
    or you can you t code SNRO and mainatin the number range for that object directly.
    Thanks

  • Billing with reference to Shipment number?

    Hi Guru's,
    Can somebody help me?
    During Shipment processing we like to create a commercial invoice (required in some countries). In this shipment are several deliveries. The requirement is to print all deliveries in the shipment document. Is there a possiblity within standard SAP to create a billing document in reference with an shipment number? In other words all underlaying deliveries will automatically selected.
    Thank you for reading my question.
    Regards,
    Eric

    Hi,
    This is not what I mean. Business example:
    Shipment 123 has delivery 123,124,125,126,127,128.
    during Goods Issue I like to create a commercial invoice, because
    the end user requirers the commerical invoice. At the shipping department
    they want to print all deliveries which belongs to shipment 123. How to print
    them the easiest way?
    Best regards,
    Eric van Zundert.

  • Limit on the number of partitions a table can have

    Hi,
    It's been quite some time I'm thinking of a simple and the best solution to a performance issue in my application. Benefiting out of partitioning the table seems a simplest approach; it involves very minimal changes to my application code and in addition, it keeps the overall application logic 100% intact. However, at times, the number of partitions required can grow to as large as 500 thousand. I know of another application implementing as many as 50 thousand partitions for one of its tables. I'm wondering if Oracle recommends or poses any limit to a number of partitions the table can have. How does that limit, if it exists, vary if each of my table partition holds only a small amount of data; say, not more than 2 thousand records each of 1 KB size. What are the important considerations that one needs to keep in mind while creating the huge number of partitions for a table?
    Any inputs on this would be a great help.
    Thanks,
    Aniruddh
    ps: Consider Oracle releases 10g onwards.
    Edited by: Aniruddh on Dec 30, 2009 9:46 AM
    Edited by: Aniruddh on Dec 30, 2009 9:50 AM

    Aniruddh,
    >
    What are the important considerations that one needs to keep in mind while creating the huge number of partitions for a table?
    >
    I doubt if you are using partitioning for the right causes. Please explain how is your data structured and why you need to create so many partitions..?
    when creating partition, you need to consider..
    a) why you need to partition?
    b) how is your data structured
    c) how your data is indexed.
    d) What kind of queries would you firing on this table to get the data. Will they use the partition key ?
    Thanks,
    Rajesh.
    Please mark this/any other answer as helpful or answered if it is so. If not, provide additional details/feedback.
    Always try to provide create table and insert statements to help the forum members help you better.

  • Urgent: Link between Sales Order and Shipment Number In Extractor

    Hello Gurus,
    In my project we are using Extractors
    2lis_08 , 2lis_11, 2lis_12, 2lis_13....
    now the main problem was in the reporting client want
    as below
    Shipment no      SalesOrder No    Price
    Can any one help me how to link the SalesOrder Number and Shipment Number by using the above extractors..
    Either the development must be do on backend are at front end any thing which helps...
    please through some light...
    Thanks In advance
    Sandy

    Hello all,
    VBAK-VBELN=LIPS-VGBEL
    LIPS-VBELN=LIKP-VBELN=VTTP-VBELN
    VTTP-TKNUM(Shipment number)
    Finally
    LIPS-VGBEL(SD Number)
    LIPS-VBELN=VTTP-VBELN
               VTTP-TKNUM
    Hope it help others!!!

  • Shipment  Number in Subject line of Email for SD Outputs

    SAP ECC is  currently emailing the Bill of Lading of a shipment  to our customer. They have asked us to change the subject line of the email to include certain shipment information - i.e. shipment number, and shipment date.
    I use a Program in the Output Type for other delivery documents and need to replicate it on the shipment side - can someone please tell me the name of the Program that I need to use and the Form Routine that I need to use to make this work? Or if there is a better way to handle this in config, please let me know.
    Thanks,
    Russ

    Hi ,
    refer Snote 325827
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=325827
    Thanks
    Chidambaram

  • "Sequence number already exists in table" maintining Data Sources

    Hi fellows, i am seting up a new connector in GRC 10.0, but when configuring the connector for the User detailed Data sources i get the same error; "Sequence number already exists in table".
    I have tried with over 200 numbers which I know for sure are available and still get the same error. Where can I find the table with this information?
    Can the information be removed to clean up table space?
    Thanks for your help!!!

    Hi Gabriela
    I recall getting this error a lot and it seemed to be a buffering/memory problem where it was remember the old value was getting remember. I had to exit out of the IMG navigation and reenter it again. It'd happen if I deleted one entry and then went to add another (even after saving). Not sure if you are getting this
    Other thing is to check the backed tables to see if any orphaned values on the primary key
    Regards
    Colleen

  • Max number of columns in table for compression

    i was told that 256 columns is the max number in a single table for oracle to do compression on table. Can anyone confirm this ?

    I can't confirm it off the top of my head but if it is the case then it is documented at http://tahiti.oracle.com you can look it up yourself.
    What I do want to weigh in on is the insanity of a table with more than 256 columns. I consider any table with more than 50 columns suspect, more than 100 likely a strong indication that someone understands little about normalization. Anyone contemplating 255+ columns should have their fingers removed from their keyboard by force if necessary.

Maybe you are looking for