How to maintain entries in table T158G? Please help!

Hi Experts,
    We want to maintain new movement type entries in the table T158.
    How do we maintain entries in this table? is there any tcode or FM to do that?
    Please help.
Thanks
Gopal

Hello Gopal,
You should go through the transaction OMJJ by creating a new movement type as copy from a standard movement.
Table T158G contains which transactions can be assigned to BAPI_GOODSMVT_CREATE.
Each transaction has a GM code (assign code) for BAPI_GOODSMVT_CREATE.
With this method, the system does not support goods movements that are initiated by other application components via BAPI.
I hope this information helps you.
Best Regards,
Fábio Almeida
MM Support Consultant

Similar Messages

  • How to maintain entries in tables T894 & T881

    Hi Friends,
    As per note 64034 I need to maintain few entries in T894 & T881 table. But could not get where will be the customization path to maintian these entries. These entries were available in 4.7 version and few entries are missing after upgrading to ECC 6.0.
    Please let me know, where can we maintian entries for these tables through customizaton.
    Regards
    Suresh

    Hi Joshi,
    Thank you verymuch for your quick reply. I think these views are not helpful.
    1. I don't find any existing entries in these views (in display views).
    2. The exact fields which are there in those tables are not appeared in these views.
    Can you please check and let me know?
    Regards
    Suresh

  • How to maintain entry in V_T160M_CS

    Hi,
    Can anybody help me to know, how to maintain entry in table V_T160M_CS?
    Raj

    Hi Raj,
    Have you tried OPJB.
    1.'New entries'.
    2. Enter version as 000, application area (the first two digits of the message no, for BOM it would be CO ), & message no.
    3 Under category maintain as E Or W.
    Check if it work. So far I know you can not update Change Message type of BOM from customizing.
    Regards
    Abhijit Gautam

  • How to make entry in table EDSDC?

    Hi,
      Can somebody tell me how to make entry in table EDSDC?
      I need an urgent answer.
      Waiting to give good points.
    Thanks,
    Max

    Hi ,
    Go to SE16 , Enter View Name -> V_EDSDC and Click on Display / Change Button to maintain entries .
    Please note that you must have authorization to do maintainance for this table ; failing which you can only view the table .
    If you are unable to add entries , I can tell you an alternative for doing so , through debugging  .

  • How to maintain entries in SM30

    Hi,
    How to maintain entries for this table FPB_LP6_R_MDT_C through SM 30?
    I am facing the below Error while trying to maintain entries can anyone give me a solution.
    "The maintenance dialog for FPB_LP6_R_MDT_C is incomplete or not defined".
    Thanks

    >
    Florian Kemmer wrote:
    > Tho actually it doesnt look very dangerous to me.
    > Most probably there is a program which creates entries in there, and the call is generic as well, since i dont get anything in the "where used"-list.
    > Tho i noticed i can create entries with TA SE16N, WITHOUT giving anything like &sap_edit.
    Hi Florian,
    I believe if SAP does not want the table to be maintained manually it has done so for a purpose (may be i am wrong).
    And for your observation on maintaining the table through SE16N this is because in the table attributes it must be "Entries can be maintained".
    BR,
    Suhas

  • ITunes wont open for me. it keeps saying "the Disc "untitled playlist" cannot be read. An unknown error occurred (-69)." don't know how to get it to work. Please help

    iTunes wont open for me. it keeps saying "the Disc "untitled playlist" cannot be read. An unknown error occurred (-69)." don't know how to get it to work. Please help

    It is likely a hardware failure
    http://support.apple.com/kb/TS3694?viewlocale=en_US#error1

  • TS4605 Hi, I was working in WORD on a file containing huge data. My machine just hung up one day while working and now I seem to have lost the file how do I get it back.  Please HELP me.

    Hi, I was working in WORD on a file containing huge data. My machine just hung up one day while working and now I seem to have lost the file how do I get it back.  Please HELP me.

    Well, iCloud has nothing to do with this.
    Do you have the built-in backup function Time Machine running on your Mac?
    See: http://support.apple.com/kb/ht1427

  • I recently bought a dbx hardware compressor and am not quite sure how to use it in logic express 9. I hav a focusrite saffire 6 usb audio interface and am not dont how to use it in logic. Please help???

    I recently bought a dbx hardware compressor and am not quite sure how to use it in logic express 9. I hav a focusrite saffire 6 usb audio interface and am not dont how to use it in logic. Please help???

    MUYconfundido wrote:
    Pancenter,
    Thanks for the response, but I do not have a midi interface. I am using a midi to usb connector cable, thus bypassing the need for a Midi interface.
    The Mac reads the USB cable as a midi device, but not the keyboard that I am trying to use as a controller. I have tried it with my korg sp 300 and with my Nord Electro 2.
    Thoughts?
    Thanks,
    Tristan
    Tristan...
    This is what you have, correct?
    http://www.alesis.com/usbmidicable
    This from Alesis..
    "The AudioLink Series USB cable receives and outputs MIDI signal thanks to its internal interface. The USB-MIDI Cable connects plug-and-play to your Mac or PC for an all-in-one USB-MIDI solution."
    Notice, -internal interface-. What you have is a simple USB MIDI Interface. Most MIDI interfaces are USB.
    My point is (was), MIDI OUT of the Korg goes to the connector marked MIDI IN on the Alesis, those new to MIDI often get this wrong.
    pancenter-

  • I just updated my iPod touch and all my pictures are gone!!! How do I get them back? Please help!!!

    I just updated my iPod touch 4th generation to iOS 6.0.1 and all my pictures are gone!!! Everything else is there but my pictures! How do I get them back? Please help!!!

    If the photos were i your iPod's Camera Roll album (taken by or saved to the iPod you can:
    - If your PhotoStream is on you can get the last 30 days worth back. See that topic here:
    iOS: Importing personal photos and videos from iOS devices to your computer
    - Or you can restore from backup if you backed up when the photos were on the iPod.
    If the photos were synced to the iPod then you have to get them from where you got them the first time.

  • How to acess Database in I18N? Please help.

    How to acess Database in I18N? Please help.

    I have tried to overide the getContents() method of ListResourceBundle class but it returning an error at run time saying null Pointer exception.
    Here are the 2 codes resp.
    import java.util.*;
    public class Test1
         static String string ;
         public static void main(String args[])
    Locale locale = Locale.ENGLISH;
    ResourceBundle myResources =
    ResourceBundle.getBundle("MyResources", locale);
    string = myResources.getString("HelpKey");
    System.out.println(string);
    import java.util.*;
    import java.sql.*;
    public class MyResources extends ListResourceBundle
         static String[][] s3= null;
    String s6= null;
         String s7= null;
    public Object[][] getContents()
    Object[][] obj= (Object[][])dataBase();
              for(int i= 0; i< obj.length;++i){
                   for(int j = 0;j<obj.length;++j){
                        System.out.println("GGGGGGGG obj["+i+"]["+j+"]"+obj[i][j]);
              //s6=(String)obj[0][0];
         //     s6= obj[0][0].toString();
              //s7=obj[1][0].toString();
    Object[][] contents = { {s6},{s7}};
         return contents;
         private static String[][] dataBase()
         {           try
                   Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                   Connection con=DriverManager.getConnection("jdbc:odbc:DSN");
                   PreparedStatement stat= con.prepareStatement("Select Value,Key from Table1 where Key= ?");
                   String s1= "HelpKey";
                   stat.setString(1,s1);
                   ResultSet rs= stat.executeQuery();
                   while(rs.next())
                        String s2= (String)rs.getString("Key");
                        String s4= (String)rs.getString("Value");
                        String[][] s3 ={{s2},{s4}};
              catch(Exception e)
              e.printStackTrace();
         return s3;

  • HT1386 I have been trying to sync my iPhone and its not syncing. I've synced it before but now it has gone away. How can I re-sync it? Please help.

    I have been trying to sync my iPhone and its not syncing. I've synced it before but now it has gone away. How can I re-sync it? Please help.

    you did enable Music syncing in iTunes, yes?

  • How do I get PBS again?  Please help!!!

    I was able to get PBS when I first got Apple TV after putting in a code, but my cable company recently changed their channel lineup, and I can no longer get PBS on Apple TV.  I used to get PBS on channel 314 on my TV, but after speaking with my cable company, I now get it on channel 198, but I can't get anything at PBS on Apple TV. All I get when I go there is the "downloading circle" and nothing happens.  The cable company can't help, and I've written to PBS several times with no reply.  I thought maybe I could get a different code and start over, but I don't know how to do that.  Can anyone help, please.  PBS is one
    of the main reasons I bought Apple TV.  Thanks. 

    I don't know who vaszandrew is, but I (diamond2277) wrote How do I get PBS again?  Please help!!! 
    It got printed and I lost my page so I started over again, and the one above with my question showed             (dated May 2, 9:56 am) as if it were an answer to vasndrew.
    After I wrote, it occurred to me that maybe if I disconnect my Apple TV and reconnect it, I will get PBS, and it worked.  Now I don't need an answer.  Thanks to anyone who was going to answer!  I have to remember my usual answer to technical problems, UNPLUG, AND START AGAIN.

  • My ebay toolbar and the ebay logo that was in my system tray at the bottom have both disappeared when I installed FireFox??? How do I get them back? Please help.

    my ebay toolbar and the ebay logo that was in my system tray at the bottom have both disappeared when I installed FireFox??? How do I get them back? Please help.

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In Library Manager it's the FIle -> Rebuild command)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. 
    Regards
    TD 

  • My iphone 4 screen turns into blue, and i can't do anything because my power button is broken. How to fix my iphone back? Please help me

    my iphone 4 screen turns into blue, and i can't do anything because my power button is broken. How to fix my iphone back? Please help me

    I am having the SAME exact problem! Except instead of lock button broken it's my home button so I can't do the whole "put in recovery mode" deal. My screen only says "tap the home button 3 times" and it has my screen locked until I hit the home button but since it is broken I can't get in my phone at all. I have all of my work info in my phone so I'm screwed and can't get any help. PLEASE let me know if you find a way around this...!!!
    Thanks!

  • TS3694 How do i fix error 3194? please help!

    How do i fix error 3194? please help!

    iOS of your iPhone could be modified / hacked. No one will be able to support you in this Forum.

Maybe you are looking for

  • How can I create & print a whole sheet of the same label?

    For example, a full page of return address labels, or "Thank You" on every label? Someone posted a similar question in '07 but there was no solution posted at that time. Does anyone know how to do this in Mail and Address? or even in Pages? Thanks.

  • Custom search help in sap field in standard transactions.

    I have a requirement that I have to add a custom search help in XREF2 of bseg table either in fb02-f-43. For FB02. Display document. Select a Line Item. Go to Additional Data tab in menubar,a pop-up will come, where we will get the Reference1 fields

  • ITunes unexpectedly quit message comes up every time since the last update! Please help can anyone explain?

    After updating the latest on my MacBook OS X Version 10.6.8 I started experiencing several issues. iTunes will not open and continues to leave an error message on the screen. This is happening repeatedly for about 2 days. The error message looks like

  • Material Master Extension to all the plants of same type

    Hi In the given scenario, we have  almost 200 plants where same materials are required , now when we create material master using Tcode MM01 we want to extend this material master to all the plants of same type in one go .Is it possible , if yes , ho

  • File Upload Error

    Hello,   I'm trying to implement a simple file upload in Web Dynpro and I get the following error upon a web dynpro action after I select a file. Does anyone know what this error means? com.sap.tc.webdynpro.services.sal.util.cache.WDResourceNotFoundE