How to update tables T156M and T156S

Hello,
In my company, there are a few custom movement types that were created sometime back. There is another custom program which uses the tables T156, T156M, T156S to determine, quantity addition or removal in a particular inventory status depending on the movement types and quantity strings.
The problem is that these tables do not contain the entries for the new movement types, hence the program cannot interpret whether to add or remove quantity and in which inventory status, for these new movement types.
Can someone please let me know a standard SAP program which we can run, in order to update these tables, so that these tables contain entries for the new custom movement types. I am not comfortable with maintaining the entries in these tables manually.
Thanks a lot for any help.

Hello Mahesh,
I appreciate your reply, but I have already checked the OSS notes section. I could not find anything which would help me. Hence, I posted the thread. I would appreciate if you can help me here. Thanks.
The note that you recommended, I had already checked, but that note only mentioned what needs to be maintained in the table, not how to maintain it. I mean, I know I can manually maintain entries, but I don't want to do it, unless it is the only option. Hence, I am looking for a standard SAP program, which when executed, will pull the information from OMJJ and update the tables T156M and T156S.
Hope you can help further on this. Thank you very much for your help.

Similar Messages

  • How to update table styles in the new Pages?

    Anyone found out how to update table styles in the new Pages? I see it's done in some of the templates that Apple provided, but I can't find it. Also, the Copy table style command is gone, so I can't make my tables look in a uniform way, unless I use one of the built-in styles.
    Thanks.

    I'm having the same trouble. Looks like no way to create an overal 'table' style and I cannot access the table paragraph styles either.

  • How to Concatenate Table name and Where condition at runtime

    I am passing parameter as User and Zone to Stored Procedure.How to concatenate Table Name
    and WHERE CONDITION in SQL Statement.i have different type of users and zones.

    Hi !
    declare
      cur sys_refcursor;
      r emp%rowtype;
      v_sql varchar2(512);
    begin
    -- do your logic here
      v_sql := 'select * from emp';
      open cur for v_sql;
      loop
        fetch cur into r;
        exit when cur%notfound;
        dbms_output.put_line(r.ename);
      end loop;
      close cur;
    end;In this example you can see how can be done this with cursor vars .. You should concatenate v_sql string according to your requirements.
    But as in further posts has already been mentioned , be carefull at publishing such kind of procedures and think on security.
    Also when you want dynamicaly change from clause , you should consider using different records to accept data ? Maybe all your tables has the same structure and then this problem will be smaller.
    T
    T

  • How to compare table data and table field

    Hi buddy,
        I have some question about how to compare table data and table field.
       1. I know there is one method:   CL_ABAP_UNIT_ASSERT=>ASSERT_TABLE_CONTAINS  , it use in unit test to compare the table data(A and B) , you can loop table A into structure A1, then use this mehtod it can compare whether table B contain structure A1.  but when I try to use this in main program it will dump.
              CL_ABAP_UNIT_ASSERT=>ASSERT_TABLE_CONTAINS(
                                                                                                        LINE    = A1
                                                                                                        TABLE = B ).
           Is there any method or FM can be used to compare the table data ?
        2. I also want to compare two table field , try to find out the different. How to realize this.
    Thank you for your sincerely answer.

    Hi Zongjie,
    What`s the difference, if you using loop A into wa_A, read table B into wa_B with all field, then compare with wa_A and wa_B.
    The question 2, seems no standard FM available here.
    Loop A into wa_A.
       Loop B into wa_B.
           if wa_A-field1 eq wa_B-field1.
           endif.
            if wa_A-field2 eq wa_B-field2. 
           endif.
       endloop.
    endloop.
    regards,
    Archer

  • Urgent!! How to update Planning book and change when planning will start

    Hi Gurus,
                 I had configured the system and we can initilize planning area every month and my question is 
    1. How to update planning book and change planning start date every month?
    Thanks a Lot
    Regards,
    Raj

    Hi,
    In the planning book-dataview, you will assign the time bucket profile, and will be on rollling basis. if you want the forecast profile on rolling basis, maintain the forecast and history horizon as periods then that will also be on rolling basis.
    Regards,
    Raj

  • I need know how operate the tables RSBKDTP and RSBKDTPH

    hi, i need know how operate the tables RSBKDTP and RSBKDTPH. i need kwon things like:
    - the diference between this tables
    - How operate the table RSBKDTPH and RSBKDTP ? What type the DTP's are inserted in this tables? How often are inserted DTP's in this tables?.
    Thanks in advanced

    The basic difference is
    RSBKDTP  - retrieves based on Object version (DTP  and OBJVERS are keyfields)
    RSBKDTPH - retrieves based on Time stamp (DTP  and timestamp are keyfields)
    according to your requirement you can consider the tables for statical reports on DTPs

  • How to update Table MKPF (MKPF-MBLNR)

    Can anyone help me on how can I update table MKPF? I'm trying to change the value of MKPF-MBLNR during GR Creation. (I created PO, then GR, then MIGO). So during GR creation, MKPF-MBLNR should be changed before going to MIGO. I just needed to modify MBLNR to do the offset of years depending on user input. I can not use BDC for this since this is a standard one.
    I tried to use this function CALL FUNCTION '/SAPHT/DRM_CALC_DATE' to modify the data of mblnr and created a custom function "CALL FUNCTION 'ZUPDATE_EQUIP_DATE' starting new task 'test'"... where it open a new task once there's an error in updating the value. But this one is limited since SAP only allows the maximum of 6 sessions only.So if the 6th session has been reached, it stops the process.
    Does anyone has a better idea regarding this?

    Sorry for a vague explanation... Let me rephrase, my requirement is to change the Valid from field in IQ02.
    So I create GR in MIGO. So from here, I wanted to manipulate the value of 'VALID FROM' field (MKPF-DATAB) to do some offset or addition based on user input. So during creation, the value that will be saved in MKPF is the one manipulated. So when you go to MIGO, and see the Valid FROM field, it will now show your manipulated data.
    Any help/idea is very much appreciated...

  • How to update table in EJB QL

    Hi friends,
    Anybody tell me how to modify data in the table using EJB QL....
    I am using XDoclet,Weblogic,EJB,MySQL
    I want to update table data using EJB QL,Xdoclet...Anybody help me
    thanks in advance
    priya

    don't double post. You can edit posts you know, or add a reply with the additional information.
    http://forums.sun.com/thread.jspa?threadID=5417462&tstart=0

  • How to update this query and avoid performance issue?

    Hi, guys:
    I wonder how to update the following query to make it weekend day aware. My boss want the query to consider business days only. Below is just a portion of the query:
    select count(distinct cmv.invoicekey ) total ,'3' as type, 'VALID CALL DATE' as Category
    FROM cbwp_mv2 cmv
    where cmv.colresponse=1
    And Trunc(cmv.Invdate)  Between (Trunc(Sysdate)-1)-39 And (Trunc(Sysdate)-1)-37
    And Trunc(cmv.Whendate) Between cmv.Invdate+37 And cmv.Invdate+39the CBWP_MV2 is a materialized view to tune query. This query is written for a data warehouse application, the CBWP_MV2 will be updated every day evening. My boss wants the condition in the query to consider only business days, for example, if (Trunc(Sysdate)-1)-39 falls in weekend, I need to move the range begins from next coming business day, if (Trunc(Sysdate)-1)-37 falls in weekend, I need to move the range ends from next coming business day. but I should always keep the range within 3 business days. If there is overlap on weekend, always push to later business days.
    Question: how to implement it and avoid performance issue? I am afraid that if I use a function, it greatly reduce the performance. This view already contains more than 100K rows.
    thank you in advance!
    Sam
    Edited by: lxiscas on Dec 18, 2012 7:55 AM
    Edited by: lxiscas on Dec 18, 2012 7:56 AM

    You are already using a function, since you're using TRUNC on invdate and whendate.
    If you have indexes on those columns, then they will not be used because of the TRUNC.
    Consider omitting the TRUNC or testing with Function Based Indexes.
    Regarding business days:
    If you search this forum, you'll find lots of examples.
    Here's another 'golden oldie': http://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:185012348071
    Regarding performance:
    Steps to take are explained from the links you find here: {message:id=9360003}
    Read them, they are more than worth it for now and future questions.

  • How to find table name and field name in JSP FORM

    Hi
    In JSP form's like XML publisher responsibility>templet
    In that form how can we see the system-last query . and how to see the table name

    hi yamini,
    plz go to help->record history (for fining table name)
    and
    help->diagnostic->examine (for finding field name)& enter last_query
    in JSP form also same above only i think.
    or check in back end & apply who columns
    Edited by: raghava bandi on Nov 7, 2008 2:05 AM

  • How to find table name and field name thru Tcode

    Hi,
         how to find out table name and field names thru transaction code..........plz point out step by step.

    Hi
    I am not getting your question... as i understand, if you go to SE84 tcode you can get it.
    Go to SE84.Select ABAP Dictionary sub tree. Double click on "database tables'. Give some number in "Maximum number of hits”. DONT GIVE ANY OTHER INPUTS. Just press F8. You will get all table names.
    For fields also do like this by selecting FIELDS sub tree.
    Reward if it is useful.
    Thanks
    Siva Kumar

  • How to maintain table t180v and t180z

    hi all,
    when we customized va05 by copying it to zva05, SAP system prompt to maintain entry in both t180v and t180z. please advise the proper way to do that. thanks.

    Just sharing for the benefit of everyone.
    I had a similar issue when I was running an SD transaction VA45 for list of Contracts for Material and a Customer combination.
    The error message read "Please maintain an entry in Table T180Z." However I was not sure what entry had to be maintained. I debugged to see what entry was missing and then I was not sure how to maintain an entry in that Table. TCode OVBE is for Table 180V and in SM30 you can maintain T180V because it was a view table.
    Finally I was able to find transaction VXKP for maintaining the entry in table T180Z. This is where you maintain a default layout too.

  • How to create table control and link in screen exit

    Hi Friends,
                     I want to create table control in enhancement CONFPP07.  The values entered in table control should be stored in ztable along with some other information.
    But I want to know how to create table control in screen-exit and how and where to write code and how to link all.
                   Kindly send me step-by-step documentation or real time examble prg.
                   Kindly give ur answers for this problem only.
    Thanks in Advance,
    S.Senthil kumar

    If u have a  screen exit..then u will have a option to create a sub screen..in that sub screen u activate the pai and pbo events..it will show u where to write the code..

  • How set tha table boundry and how set table in panal

    hi master
    sir this is my table code
    import javax.swing.*;
    import java.awt.*;
    import java.util.*;
    public class fahimtable extends JApplet {
    String[] columnNames = {"First Name",
    "Last Name",
    "Sport",
    "# of Years",
    "Vegetarian"};
    Object[][] rdata = {
    {"Mary", "Campione",
    "Snowboarding", new Integer(5), new Boolean(false)},
    {"Alison", "Huml",
    "Rowing", new Integer(3), new Boolean(true)},
    {"Kathy", "Walrath",
    "Knitting", new Integer(2), new Boolean(false)},
    {"Sharon", "Zakhour",
    "Speed reading", new Integer(20), new Boolean(true)},
    {"Philip", "Milne",
    "Pool", new Integer(10), new Boolean(false)}
    /** Initializes the applet fahimtable */
    public void init() {
    JTable table = new JTable(rdata, columnNames);
    getContentPane().add(table.getTableHeader),BorderLayout.NORTH);
    getContentPane().add(table);
    initComponents();
    private void initComponents() {
    ==========
    sir this give me table but my need is the table in panal
    now table cover the all applet
    sir how set i table in panal and now i set tha table boundry and header
    please give me idea
    thank
    aamir

    Learn how to use the forum correctly. This is now your 6th posting on basically the same topic.
    Not once have you bothered to reply to an old posting to state whether the answer given was helpfull or not.
    You still haven't learned to use the "Code" formatting tags when posting code so the code retains its original formatting.
    Twice you've been given links to the Swing tutorial, but apparently you still haven't bothered to read it. There is a section on "How to Use Layout Mangers" that will help you postion your components. The tutorial is full of working examples.

  • How set tha table boundry and how set in panal

    hi master
    sir this is my table code
    import javax.swing.*;
    import java.awt.*;
    import java.util.*;
    public class fahimtable extends JApplet {
    String[] columnNames = {"First Name",
    "Last Name",
    "Sport",
    "# of Years",
    "Vegetarian"};
    Object[][] rdata = {
    {"Mary", "Campione",
    "Snowboarding", new Integer(5), new Boolean(false)},
    {"Alison", "Huml",
    "Rowing", new Integer(3), new Boolean(true)},
    {"Kathy", "Walrath",
    "Knitting", new Integer(2), new Boolean(false)},
    {"Sharon", "Zakhour",
    "Speed reading", new Integer(20), new Boolean(true)},
    {"Philip", "Milne",
    "Pool", new Integer(10), new Boolean(false)}
    /** Initializes the applet fahimtable */
    public void init() {
    JTable table = new JTable(rdata, columnNames);
    getContentPane().add(table.getTableHeader),BorderLayout.NORTH);
    getContentPane().add(table);
    initComponents();
    private void initComponents() {
    ==========
    sir this give me table but my need is the table in panal
    now table cover the all applet
    sir how set i table in panal and now i set tha table boundry and header
    please give me idea
    thank
    aamir

    Learn how to use the forum correctly. This is now your 6th posting on basically the same topic.
    Not once have you bothered to reply to an old posting to state whether the answer given was helpfull or not.
    You still haven't learned to use the "Code" formatting tags when posting code so the code retains its original formatting.
    Twice you've been given links to the Swing tutorial, but apparently you still haven't bothered to read it. There is a section on "How to Use Layout Mangers" that will help you postion your components. The tutorial is full of working examples.

Maybe you are looking for

  • Reading the Context Node in the same Component

    Dear Gurus, I have made enhancement to standard view and functionality is working fine. Now i need to read the different context node (Different view) from the same component. I try to do the way Webdynrpo read the context node  but here there is Wiz

  • Calling Workflow background process' explicitly in pl/sql code

    Hi All, We have a requirement where we have to call the 'Workflow background process' explicitly in pl/sql code. What we want is that we are having some request that runs via a concurrent program, but before that request completes we want to put that

  • I just installed a trial for Premiere Elements 8.0 and it keeps crashing.

    I bought Premier Elements 4.0 back in 2008.  I wouldn't open today so I installed a free trial for Premiere Lements 8.0 But everytime I click on new project it says  "Adobe has detected that the Premier Elements application has crashed." Please Help.

  • MacBook Pro Retina, 13-Inch, Late 2012. Not Charging

    Hey guys, I just bought this MacBook about 4 months ago and all of sudden, it doesn't wanna charge. I have two adapters and they both work. The problem with my MacBook is when I plug in the adapter piece, it shows up as, "Battery not charging." Pleas

  • Set Page "HEIGHT" ---Very Urgent, Please Help me on this issue. Please.

    Hi all , Very Urgent, Please Help me on this issue. when_now_form trigger i set set maximize the window and MDI. And my window and canvas is same height (1500). The formsweb.cfg also changed to 1500. But still I can not view full page on web. Where t