Fill data in Shipment

Hi
Can any one help me ,How to Fill data in Extract structure MC08TR0FKP Which is under SHIPMENTS and the Data Source is  2LIS_08TRFKP.
I was able to delete the set up tables.
Thanks,
kiran.
Please do not post across forums..
Fill data in Shipment  Structure

Hi
To fill the Setup table for the 2LIS_08TRFKP and 2LIS_08TRFKZ Extractors you can use the VIFBW Transaction Code
Step
Go to ECC  give the transaction code VIFBW ---> give the ship ment number if  any or else give blank and pressF8
To fill the Setup table for the 2LIS_08TRTLP, 2LIS_08TRTS and 2LIS_08TRTK Extractors you can use the VTBW Transaction Code.
If the data source is 2LIS_08TRTLP then  Tcode is is OLI8
Hope this helps
santosh

Similar Messages

  • Fill data in Shipment  Structure

    Hi
    Can any one help me ,How to Fill data in Extract structure MC08TR0FKP Which is under SHIPMENTS and the Data Source is 2LIS_08TRFKP.
    I was able to delete the set up tables.
    Thanks,
    kiran.

    Hi
    To fill the Setup table for the 2LIS_08TRFKP and 2LIS_08TRFKZ Extractors you can use the VIFBW Transaction Code
    Step
    Go to ECC  give the transaction code VIFBW ---> give the ship ment number if  any or else give blank and pressF8
    To fill the Setup table for the 2LIS_08TRTLP, 2LIS_08TRTS and 2LIS_08TRTK Extractors you can use the VTBW Transaction Code.
    If the data source is 2LIS_08TRTLP then  Tcode is is OLI8
    Hope this helps
    santosh

  • How to fill data in a table automatically

    Hello Experts,
    I would like to know if its possible to fill data in a table by looping.
    I have the following table:
    Draws(
    NUM NUMBER,
    START_DATE DATE NOT NULL,
    END_DATE DATE NOT NULL,
    ACTIVE CHAR(1 BYTE) DEFAULT 'Y')
    Now my table should contain the foll:
    Num start_date end_date active
    1 23/01/2010 21:00:00 30/01/2010 19:00:00 Y
    2 30/01/2010 21:00:00 06/02/2010 19:00:00 Y
    I have an initial start date and the end_date is always (start_date + 7) and the next start date starts with the previous end_date but time changes from 19:00 to 21:00.
    Is there a way i can enter those values on a weekly basis???
    Thanks
    Edited by: Kevin CK on Jul 5, 2010 3:07 AM

    there are a number of ways to do weekly inserts. it just depends on your environment and what you want to manage.
    1. write a PL/SQL procedure to do the periodic insert. i assume you know how to do this since you only asked about doing the insert weekly.
    2. options for running the procedure weekly:
    a. using your OS job scheduler, schedule a batch job to run a sql script to execute the procedure.
    b. inside the Oracle database, use DBMS_SCHEDULER (or DBMS_JOB if you are on a version older than 10g) to run the procedure.
    c. write yourself a reminder on a sticky note to run the procedure each week, post it on your computer, and run it manually.
    if you need more details, just say so.

  • How do I set up a .pdf form to save filled data without having to print the form?

    How do I set up a .pdf form to save filled data without having to print the form?  I have provided my clients a lifecycle .pdf form they can use to record data for unique client meetings.  They want the ability to save their completed data whenever they use the form under a unique file name.  I've told them the only way I know how to do this is to print the completed form as a .pdf document and then save it. 
    Is their a way to save the data to a unique file name without printing the filled form?
    Is there a way to reset the form with blank fields after saving? or to add a clear fields button?
    Thanks.

    If you reader extend  a pdf using livecycle reader extensions then you can save the filled in data - this is true if you are using Adobe reader to view the PDF's. If you open it in Acrobat then the functionality is already there.

  • Transfer of Delivery Dates to Shipments

    Dear Gurus,
    I've read SAP Library in the shipment, there's feature for transfering of delivery dates to shipments :
    The system propose shipment dates and times from the delivery.There are two methods to choose from:
    1.Standard default
    When this indicator is set, dates and times are copied from deliveries into the shipment. There are a few rules that apply to standard defaults. First, the loading date and time in the delivery becomes check-in time and loading start in the shipment. The delivery's planned goods-issue time becomes the loading end, shipment completion and transportation start time for the shipment. If the goods-issue date and time (loading time) is unclear in the delivery, the latest goods issue date that appears in the delivery is copied into the shipment. The delivery date and time is copied into the shipment's transportation end.
    2.You can create your own copy routine to use for date and time defaults by using the flexible default option.
    I don't have any clue how to use the first method.
    Any gurus can help me bout this?
    Thank you,
    Yan

    Hi,
    The rules that you want to apply are setup at shipment type definition in SPRO.
    There you can find field 'copy routine' which includes the code copying data from deliveries into shipments.
    Standard SAP routine is 008 (FV56C008) that includes simple logic as you specified.
    Naturally you can copy this one into your custom code that you can also assign for your shipment types.
    Regards,
    Dominik Modrzejewski

  • Add new payment term base on sales order contract date and shipment date

    Dear Sir/Madam,
    My company need to create new payment term base on sales order's contract date and shipment date.
    the first time is 30% made in T/T within 30days from contract signed date.
    the second time is 70% made in T/T before shipment.
    I don't know how to configuration this payment term base on that both date, who can tell me ,thanks very much!
    Best Regards
    Danny Zhang

    Hi,
    You have to define the PAYMENT TERMS as per days and Percentage.
    Define the Payment terms in the transaction OBB8 and assign this payment terms in the CUSTOMER MASTER and will be copied to the SALES ORDER from the customer master
    In the MATERIAL MASTER in the SALES ORG 1 view you have to check the field CAHS DISCOUNT In the Pricing procedure you can defin the CASH DISCOUNT condition type ( in standard there are two SKTV & SKTO)
    Now process the sales order and check
    regards,

  • \What command keys do i use to fill data. I need this for return address labels

    What command keys do i use to fill data.I need this for return address labels

    Here's an overly chatty example that will show you what's happening:
    $strContacts = 'Tony Stark', 'Anthony Edward Stark'
    Write-Host 'User names:'
    $strContacts
    Write-Host
    foreach ($strContact in $strContacts ) {
    Write-Host "Start of loop. Processing $strContact now."
    $arrContact = $strContact.Split(' ')
    Write-Host
    Write-Host "$strContact has been split apart into individual array elements based on a space character. The elements are below:"
    $arrContact
    Write-Host
    Write-Host 'Start building filterName variable. Index of -1 gets the last element in the array.'
    $filterName = "$($arrContact[-1]), "
    $filterName
    Write-Host
    Write-Host "Loop through the remaining names in the contact. Need to process $($arrContact.Count-1) names."
    for ($i = 0 ; $i -lt $arrContact.Count - 1 ; $i++ ) {
    $filterName += "$($arrContact[$i]) "
    Write-Host "filterName variable is now $filterName"
    Write-Host
    Write-Host "Now we need to trim off the trailing space character."
    $filterName = $filterName.Trim()
    Write-Host "The final value of filterName is $filterName"
    Write-Host
    Write-Host 'Attempting to get the user object via Get-ADUser now:'
    Write-Host
    Get-ADUser -Filter "Name -eq '$filterName'"
    Write-Host 'End of loop.'
    Write-Host
    Don't retire TechNet! -
    (Don't give up yet - 12,575+ strong and growing)

  • Database table of Match approval level data in shipment more tab

    hi friends
    i need to know the database database table of Match approval level data in shipment > more tab of PO.
    pls help. its urgent.

    Hi friends
    Thank you all for reply. 2-Way, 3-Way or 4-Way values are coming against particular item according to the following combination of values in inspection_required_flag and receipt_required_flag column of PO_line_locations_all.
    4-WAY :Inspection_required : Y , Receipt_required : Y
    3-WAY :Inspection_required : N , Receipt_required : Y
    2-WAY :Inspection_required : N , Receipt_required : N
    it refers there is no fixed column in table based on which 2-Way, 3-Way or 4-Way values are coming for MATCH APPROVAL LEVEL field in that form. am i right? pls response.
    One more thing, inspection_required_flag and receipt_required_flag columns are also available in mtl_system_items_b. My question is when a PO is created with any item which value combination is prioritized. i mean when i open Shipment form and go to More Tab, a value for MATCH APPROVAL LEVEL field is automatically set for that item. Where does that value come from? does it come from PO_line_locations_all or mtl_system_items_b ?
    if my concept is not wrong it comes from mtl_system_items_b. after saving that PO the value is then stored in PO_line_locations_all.
    if my concept is wrong in any way pls let me know. Thanks
    Edited by: Lisan on Jul 15, 2009 9:45 AM

  • Adobe Form gets slow while filling data in form.

    Hello All,
    In my Form there are ten pages, when I fill data in the form it takes more time for each and every entry. Why this happens? What should I have to do to overcome this issue.
    Regards,
    Arun

    Arun,
    Not sure but take a look at [Note 905753 - Large PDF file size in interactive forms|http://service.sap.com/sap/support/notes/905753].
    Chintan

  • How to download interactive adobe form with filled data

    Hi Experts,
    i have created a module pool program that is showing interactive adobe form, i created a button 'SAVE' to download the interactive adobe form to the presentation server.
    but the problem is that i am unable to save the interactive adobe form with filled data. Please provide me the code how to download interactive adobe form with filled data.
    Please provide me valuable information to clear the issue.
    Thank you,
    B. Raghu Prasad.

    Hi Raghu,
    is this adobe form in web dynpro ? if so, I suggest to go to [Web Dynpro |Web Dynpro ABAP; forum to get more advice because it seems to be more specific topic.
    Regards,
    Vincent

  • IDOC: How to fill data for sub segments ?

    Hi,
    I have 3 segments, segA , segB , segA1 . segA1's parent segment is segA . segA and segB are at the same level .
    How to fill data for segA1  ? can you give some sample code ?
    Thanks a lot !

    hi,
    You can fill the segment in the sequence in the idoc either parent or child.
    In you case first fill parent segment SEGA next SEGA1. Then you can fill the SEGB.(If segB is deifned as next segment of segA in the idoc structre)
    Thanks and regards,
    shyla kumar

  • Does anybody have a TableView example where a controller fills data into?

    I'm looking for an example about initially filling data on application start up into a TableView defined in FXML. I do not understand how to bind the table in the FXML with the data I have got to provide in the controller class. Do I have to use the CellValueFactories and create new Callbacks? Can anybody please provide some sample code in order to enlighten me? Thank you very much.
    Edited by: mwalter on 26.03.2012 12:25

    This post blog post has examples of FXML with a List and Controllers: http://www.zenjava.com/2011/12/11/javafx-and-mvp-a-smorgasbord-of-design-patterns/
    The usage for Table is quite similar.
    In particular check out 'Option 4' and this class:
    http://code.google.com/p/jfxee/source/browse/trunk/first-contact/first-contact-mvp-fxml/src/main/java/com/zenjava/firstcontact/gui/search/ContactSearchPresenter.java
    If you need more info, post back some more questions here on the specific areas you are struggling with. Ideally include some example code of what you've managed to achieve so we can add the missing bits.
    Cheers,
    zonski

  • Form gets slow while filling data in form.

    Hello All,
    In my form there are ten pages, when I fill data in the form it takes more time for each and every entry. Why this happens? What should I have to do to overcome this issue.
    Regards,
    Arun

    Arun,
    Not sure but take a look at [Note 905753 - Large PDF file size in interactive forms|http://service.sap.com/sap/support/notes/905753].
    Chintan

  • Not filling data in data base using Idoc

    Hi experts,
    I have a problem while filling data to data base table. My issue is
    I'm transferring data from c4c to crm, when customer filling the custom fields in header level for contacts in C4C, the idoc structure is filled but when I look the database table  but000  the custom fields values are not updated.
    Thanks,
    Ashok.

    Hi Ashok
    What IDoc basic/extension and message type are you using? And what corresponding process code are you using in the inbound partner profile?
    If you are using standard for the above, then definitely the custom fields will not be populated automatically - you will need to have custom logic in a relevant user-exit/BADI to extract the custom fields from the IDoc structure and populate it into the table.
    Rgds
    Eng Swee

  • APO BW master data vs shipment history

    hello all,
    i would like to clarify, we are creating a prototype in DP and trying lo bring master data and shipment history, does the flat file has masterdata and shipment hisotry in one file or does it have to have diffrent files for each master data and shpment history, cause i was told that masterdata and shipment history should have 2 diffrent cubes for each.

    Ganeshbhai,
    Master dtaa does not reside in cun=bes but ik the individual infoobjects. You have to load the master data for Infoobjects separately, either from a file or from the source system. If you are loading from a file you might need as many files as there are characteristics. Master data load will probably have descriptions for materials, locations, custimers, territories etc.
    Shipment history gets loaded from a flat file.
    Please work with your BI team and they should be able to help you out.
    Link for master data load from file: http://www.****************/Tutorials/BI/Upload/Page4.htm
    Link for infocube load from flat file: http://wiki.scn.sap.com/wiki/display/BI/Step+by+Step+Guide+Session+II---load+data+to+an+infocube
    Hope this helps.
    Subash

Maybe you are looking for

  • Multiple versions of the same album

    iTunes lists all songs from certain albums as being on separate albums. I have made sure the album name is the same for every song but iTunes still lists each song as being on its own separate album, and you can't drag and drop one song into a differ

  • Bridge CS6 Batch Renaming

    I take pictures of a swim team and I keyword tag each image with the swimmers name.  I would like to batch rename and save in a new folder the files so they have the original filename and then the keyword name.  I don't see that as an option in the m

  • SOAP handlers and the WebLogic Security Provider Framework

    I am new to WebLogic... I am trying to understand the Weblogic security framework in terms of how a SOAP message would be processed. Do SOAP handlers get called before the configured security providers? after being processed by the Authentication pro

  • PDFs that cause Digital Editions to crash/PDFS that show no content...

    I've been happily using Digital Editions with lots of my PDFs and have been very pleased with the first version of this product. However, I've run into two issues that I was hoping someone could help me with... 1) I've found a PDF that causes Digital

  • URGENT. rwcgi60.exe always brings up a blank page

    Hello, I'm sorry, i already posted thid question a few days ago but, as i had no answer (or exactly just one answer from the Oracle Report Team who, i think, didn't understand the question (may be because my french is better than my english !), I pos