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

Similar Messages

  • 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

  • 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

  • The way to fill data in test

    Hey friends
    Can anyone say me ,what is best way to fill data in test from Development .I want to take data from production to test every day .Every day many transaction occurs here and i want to modify all that happened to production.
    Thanks in Advance
    Tinku

    The problem, I'm assuming, with that is that there is presumably data in the dev/test environments that is not in prod that needs to be in dev/test. There will almost certainly be new and modified database objects and new or modified procedures in dev/test that ought not be overwritten.
    You could work around that issue by creating every table in dev/test as an updatable materialized view. The problem there is that will set up a situation where production performance is potentially affected by issues on dev/test and that the objects you're working with in dev/test aren't the same as they are in prod (MVs rather than tables), which generally goes against the point of dev/test.
    That leaves you creating a staging schema of materialized views and creating a custom ETL routine to extract data from those MVs (or from prod directly, but that puts a bigger burden on prod) and add it to your tables (noting that the ETL routines need to change whenever changes are made to the structure of your database and that calculated fields sometimes need to be recalcualated with the updated logic in dev/test). 99% of the time someone thinks they want what you're asking for, they realize that they don't want daily refreshes that badly when they start looking into the complexity of implementing it.
    The vast majority of applications have no problem running with data that is a few months out of date, so you can recover prod to test after, say, a regularly scheduled build.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • How to extract data from a structure?(Data Dictionary)

    Hi all,
           This is regarding extracting data from a structure.
    For Eg:if we want to extract data from a structure ADDR1_DATA,How will we do that in report programming?Structures on its own has no existence unless it s attached to a database table or view.when am using 'Where used List' on that structure also I am not getting any database tables or views.What can I do about this?
    Thanking you,
    anjaly

    HI Anjaly,
    as you said structure does not have any value .. unless something is added to it..
    So just use the structure to define the type of the sttructure you want..
    Or to include it in your itab like..
    data : Begin of itab occurs 0.
           include structure ADDR1_DATA.
    data  i type i.
           end of itab.
    you cannot directly extract data from the  structure ADDR1_DATA..
    regards
    satesh

  • 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 to extract  data from a structure?

    I want to get the data KWERT from structure KOMV.
    is there a way to do this? thanks..

    Hello,
    U can't get data from the structure.
    Find out the dataelement of the field KWERT and search for where used list.It will list number of tables from which u can find out the table from which can fetch the data of the field KWERT.
    Don't forget to award points.#
    Regards,
    Vasanth

  • How do i get data from a structure using join?

    hi,
    what is the actual use of a structure.?
    my problem is :
    KUAGV is an existing STRUCTURE. it has got one fields each which links to MARA, AND VBKD tables. i want to fetch all related information from KUAGV, mara, vbkd . which is the better way : using joins or views or anything else? how do i
    get data from a structure using join?

    structure temporarily holds  any data passed to it dynamically throughout the runtime but doesnot store it permanently. so
    a structure cannot be included in a join.so instead of incuding structure KUAGV's field in a join 
    search the transparent table in which same field are present and  use it in join.
    A structure if created in DDIC(Data Dictionary) is a global DATA STRUCTURE which is used to group related information, for example you would group all the details of your bank account into a structure BANK_ACCOUNT that contains fields like account_Id, account_holder_name etc.
    If you create a structure in your program then it is local to your program. So you use this structure to create data holders of this DATA TYPE to hold data in your program.
    Edited by: suja thomas on Feb 11, 2008 6:24 AM
    Edited by: suja thomas on Feb 11, 2008 6:31 AM

  • Get the data from a structure not a transparent table

    Hello masters, does anyone knows how to retrieve data from a structure?

    Structures do not contain data, they are mearly a way to describe it and are usually used in screen programming to collect data into which come from transparent tables.  For example, lets say you have data from two tables that need to be displayed on a screen, the data is related, so a good programming practice is to use a structure either described internally in the program, or in the ABAP dictionary.  Then in the program, you retrieve the data from the transpart tables and move the data to the structure fields, these structure fields are then defined within the screen. 
    Anyway, when you do F1 help on a field in a screen, and it is says that it is part of a structure, then this is becasue the structure is being used to group these fields into a common container when doing the screen programming, so it is a little trickier to find where the data is coming from, but not impossible.  One way is to use the ST05 to do a SQL trace on the program, this will tell you the tables being hit, and you can find the data that way.  Another way, is to debug the program, and see where the data is coming from.
    Regards,
    Rich Heilman

  • 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

  • How to display the data of a structure in a report

    i want to display the data of a structure resbd.
    i know it does not have data.
    but it contains data at runtime
    plz help
    thanx

    Hi,
       For displaying the data of a structure you can use the write statement.
    WRITE : structurename - fieldname.
    eg : write : resbd-rsnum.
    Before that you need to declare the structure name inside the report.
                  Please refer the following code for your querry
    REPORT ZSTRUCTDATA .
    Table Declaration
    tables : resbd.
    Assigning Values to Structure Fields
    resbd-rsnum = 1234.
    resbd-rspos = 12.
    Displaying Values
    write : / resbd-rsnum.
    write : / resbd-rspos.
    This report will give the output like this.
    0000001234
    0012
    Regards,
    LIJO JOHN.

  • Extracting data from a Structure in R/3.

    Hi,
    This is in continuation to one of my previous questions.
    I found that for a standard report  "S_ALR_87012347"  for FI GL in R/3, the values are taken from a structure "FAGL_S_RFBPET00_LIST2".
    I have used 0FIGL_O02 DSO and 0FI_GL_3 Datasource. The problem is I do not get proper values for G/L Account where the account type is either K (Vendor) or D (Customer). Instead of showing the Vendor/Customer Number here the report shows the G/L account number which is quite obvious. But if we see in the R/3 report (mentioned above), the account number field shows the Vendor/Customer Number if the Account Type is either K or D.
    My question is: can I directly extract data from the Structure FAGL_S_RFBPET00_LIST2?
    If yes, then how...???
    Thanks...!

    Structure does not contains any data. You have to write code (Function module) to populate the data for structure fields.

  • Data in the structure clearing when chicking custom tab in screen exit

    Hi All,
       I am working in screen enhancement for WZR1(payment document).Here in header details the custom screen will appear under additional fields tab.
    I have appended the custom fields in structure KOMLFK and table WBRK.here when i debug the screen program the values entered in screen fields are stored in the structure fields but when i click the custom field tab the data in the structure during run time are cleared, But after if click other tabs again the data are coming in structure fields in debug mode.
    because of this i am not able to do any validation by comparing custom fields and other fields.GET Parameter id is also not getting the exact screen field values because of this.
    Please help me what would be the problem here.
    Thanks,
    Arun.
    Edited by: Arun Kumaran on Feb 24, 2010 7:14 AM

    Try to export the structure values to memory id whenever available and try to import the structure values from memory id whenever required.

  • 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,

Maybe you are looking for

  • HT201788 How do I burn photos onto a DVD from iPhoto?

    I am trying to burn photos/folders from iPhoto onto a DVD/CD but when disc utility opens I am unable to burn any of the items or folders onto the disc.  I thought that my optical drive was perhaps malfunctioning so I purchased a SuperDrive.  However,

  • All queries in an SQL statement containing a UNION  operator must have an equal number of expressions in their target lists.

    Cant Add  OCRD.CardName,CRD7.ECCNo to this  query.Please Help. declare @FDate as datetime declare @TDate as datetime declare @Location as VARCHAR (30) /* SELECT FROM [dbo].[OLCT] S0 WHERE */ SET  @Location = /* S0.Location*/ '[%0]' /* SELECT FROM [db

  • Why not pop IE when using VPN

    I use VPN to link a server machine in the OAF(JDeveloper 10). But I run the HelloWorldPG.xml, +there are no IE page to pop to display. And then throw a error message (connection timed out) in the consoles. In the meantime, I have set "Specify Host Na

  • Best way to manage digital signing on Active Directory environment?

    Hi, I have created a couple of interactive documents and they have signature fields for the staff. Some documents have multiple signature fields. At the moment staff signing the document and emailing his/her supervisor and supervisor saving as this d

  • Collaboration and Sharing PDF's

    Is there a way to "Share" a PDF so that if I am in a document making edits and a colleague is in the same document over our work network making edits, we can both do this at the same time with the document open simultaneously without losing our work,