Updating Certificate field (ZEUGN) when programmatically creating WM TO

I am looking for a function module, bapi, badi, or any other mechanism for creating a warehouse management transfer order for a delivery. I have tried using L_TO_CREATE_DN, but it does not expose some fields I need to populate. Specifically I need to update the ZEUGN (certificate) field.
Again, my requirement is to be able to pass information to a routine that will create a warehouse management transfer order for a delivery.
Any help would be greatly appreciated.
thanks,
Chip

try this enhancement
MWMIDO11---Enhancement for message WMTORD: TO with several items
in above enhancement we have structure..
  LTAP_CREAT
this structure consist of that field zeugn that u asked....

Similar Messages

  • How to update other field values when one field value is updating

    I am creating one ADF page.
    In one form suppose there are two fields ->
    Bank A/C [a combo box or "select one choice"]
    Balance [one Input Field]
    Now, when I am selecting one value in "select one choice" it will automatically make a query in database and fetch and show the balance in the "Balance" input field.
    How can I do that?
    Please note that I have done my development by creating entity object>view object.
    I have not used any EJB.

    Hi,
    is it ADF Business Components that your use then or POJOs? In either way, you set the select component's autosubmit property to true.
    If using ADF BC you can then create a method entry in the set<attributeName> VORowImpl file of the ViewObject that - whenever a new value is set - looksup the dependent value and sets it - call its set<attribute> method within this method.
    Define an ID property on the selectOneChoice component and set the same value to the PartialTrigger property of the textfield that you want to update
    Frank

  • HELP: Problem when programmatically creating a proxy portlet

    All,
    I am programmatically creating a proxy portlet from a registerd WSRP Producer portlet. The problem is that when I create the proxy portlet, and then add the portlet to the page I don't get any mode icons in the portlet (i.e. maximize/minimize icons). Everything else works okay in the portlet though. When I create the same proxy portlet from the Admin Portal and add it to a page, I get the maximize/minimize icons so therefore I assume it's something in my code. Here is the method I wrote to create the proxy portlet:
    public String registerPortlet (HttpServletRequest request, String producerHandle, WSRPPortlet portlet) throws Exception
        ProxyPortletManager portletManager = ProxyPortletManager.Factory.getAdapter ();
        PortletDescription portletDescription = PortletDescription.Factory.newInstance ();
        portletDescription.setPortletHandle (portlet.getHandle ());
        LocalizedString lString = LocalizedString.Factory.newInstance ();
        lString.setLang ("en");
        lString.setValue (portlet.getName ());
        portletDescription.setTitle (lString);
        portletDescription.setDoesUrlTemplateProcessing (true);
        portletDescription.setTemplatesStoredInSession (true);
        log.info ("Registering portlet for producer: " + producerHandle);
        log.info ("+++++ Portlet Handle: " + portlet.getHandle ());
        log.info ("+++++ Portlet Name: " + portlet.getName ());
        int portletId = portletManager.createProxyPortlet (producerHandle, portletDescription, ProxyPortletManager.LocaleHelper.findLocale ("en"), request, PORTAL_NAME);
        return String.valueOf (portletId);
    }Any help you can offer is very much appreciated. Thank you.
    - T.C.

    I dug into this a little more myself, and THOUGHT I found the answer, but it didn't work. I saw that the PortletDescription object has a method called:
    setMarkupTypesArray (MarkupType[])
    ...and MarkupType has a method called:
    addWindowStates (String)
    So I added the following code portion before i call portletManager.createProxyPortlet (...):
    MarkupType mt = MarkupType.Factory.newInstance();
    mt.setMimeType("text/html");
    mt.addWindowStates("maximized");
    mt.addWindowStates("mimimized");
    portletDescription.setMarkupTypesArray(new MarkupType [] {mt});...and still when I add the proxy portlet to a page it doesn't have the proper maximize/minimize icons. Can anyone help???
    Thank you.
    - T.C.

  • Where is  anla-xafabch ( Asset acquired used ) field filled when you create an asset master record?

    I'm trying to figure out when is informed the field xafabch , but it doesn't appear in data master (AS01, AS02) and it's not available in data master structure in customizing.

    Hi Daniel,
    the field comes together with supplier within origin.
    Kind Regards,
    Steffen

  • Problem with updating email fields thru  ADRMAS idoc

    Hi
    I have a ABAP program which calls the function module to create a vendor -ERP_IDOC_INPUT_CREDITOR'.
    During the creation of the vendor i can update the adress and telephone numbers but i cant input the email address .
    To solve this i am calling the function module (BAPI_IDOC_INPUT1-function module used in ADRMAS idoc).
    When i run the idoc it updates the field but when i call the Bapi in the abap program  it does not update the data that i have entered  in the function module .
    I tried doing a BAPI_TRANSACTION_COMMIT but it still does not update it.
    Any suggestions  to solve it.
    Also at the end of submitting the idoc it gives me a message
    BAPI SAVEREPLICA has been called successfully
    Is that what adrmas should be giving .
    Thanks

    Hi ,
    Check your BAPI Returen Parameters,  if it successfull then goto ADRC,ADR2,ADR6 tables and check your entry...
    email address in ADR6 table

  • How to automatically update InfoPath Form fields(Design) when a new Column is created in SharePoint list?

    Hi All , 
    We have a scenario to automatically update the Infopath form(List Form) fields(Field Name and Control) when ever a new Column is created in the SharePoint list. Is it possible to do this? any options or suggestions?
    Thanks and Regards,
    Nandini

    Hi Nandini,
    I am not very sure will this be going to help you. Ideally, it's not so easy to communicate with infopath using object model. But still you can give it a try using below link :
    http://social.msdn.microsoft.com/forums/sharepoint/en-US/00125fdc-2115-47ea-8e8b-1ca9e5942f83/update-infopath-form-field-in-event-receiver
    I think the above solution is trying to update the field. Addition to that you can try creating a field and control.
    Let me know if it helps  !!
    Thanks

  • Update Z field from BSIK into BSAK when closing

    Hi,
    I have created Z field in BSIK table using "Append structure" option. I also created identical field via same option in table BSAK. When I clear open item system "delete" that item in table BSIK and create identical item in table BSAK (BSIK - open items; BSAK-closed items), BSIK and BSAK have same structure because of this trensfer of open items from BSIK to BSAK during open item clearing. My problem - when open item is cleared and item is transferd from BSIK to BSAK my Z field is not updated by system. Is it possible to set this in customizing or is there another way to update this Z field in BSAK when someone clear open items - user exit, modification or ???.
    Thanks in advance.
    Sasa

    Hi Andreas,
    than you for your responce.
    I tried to find out suitable event for this in fibf but withouth success. Could you suggest event that will be suitable for this purpuse.
    One more thing - if I reverse clearing (via transaction FBRA) system will transfer closed item from BSAK to BSIK and during that process Z field will not be updated so I also need event to update this field durind reverse clearing.
    Thank you in advance.
    Kind regards,
    Sasa

  • Reg "created by" and "updated by" fields in Data Manager

    Hi,
        I just want to know if we have any solution for the "Create By" and "Update By" issue in data manager. Because in my system i have two users. The 1st user created the record and later if the 2nd user edits any field then only the "Update By" field should show the 2nd user name but as of now now it updates both the "Create By" and "Update By" by the 2nd user name.
    Expecting your valuable inputs on this.
    Thanks in advance !!

    Hi Arumugam,
    goto Console and check the "Selected Fields" property of your "Create By" fields. You should choose a field that does not change at all if some updates the record. A good choice is a Auto ID that is created only once when the record is created. So you can ensure that your Create User will not change if anyone is updating the record later on.
    BR Michael

  • Is it still possible to downgrade from ios 6 to ios 5.1.1 on my ipod touch 4th gen as of Sept.24?Also, if I use a backup created AFTER updating to ios 6 when I restore/downgrade to ios 5.1.1, does it become ios 6 again because of the backup?

    Is it still possible to downgrade from ios 6 to ios 5.1.1 on my ipod touch 4th gen as of Sept.24? Also, if I use a backup created AFTER updating to ios 6, when I restore/downgrade to ios 5.1.1, does it become ios 6 again because of the version of ios 6 that I created the backup on?

    There has never been a legit way to downgrade.
    It will always restore to the latest available software.

  • How to make metadata fields required when creating folders

    Hello all....
    Related issue with SR 3-6472229431 and SR 3-6471130611.
    We're using DIS 11.1.6 64-bits (2011_11_29 (rev 9756) 11.1.6.97) in a Windows 7 64-bits workstation (with UCM 11.1.1.5 in a Linux machine). The check-in of images to UCM goes fine.
    I'm trying to make some metadata fields required when creating a folder. These fields are required when making a check-in, but not when creating folders.
    Folders_g is enabled. DesktopTag too.
    EDIT: Patch: 14695303 - WCC 11.1.1.5.0 BUNDLE ( MLR 16 ) NOV 6 2012 applied.
    Is it possible?
    Thanks for all.
    Edited by: fgomes on 22/11/2012 03:24

    After reading your response and rereading the original question a bit closer, the metadata prompting feature does not apply to creating new folders, only content.
    Again, though, I think the focus here is in the wrong place. The metadata applied to a folder is intended to be ultimately applied to the content. You can build global rules that fire on submission of content to check if a field has a value, and throw an error if the value is empty.
    If you expect users to create folders (and actually apply any metadata to the actual folder itself), you will be disappointed. Experience shows that users are not interested in that level of detail when creating content, let alone folders. Letting typical users create folders is a bad idea anyway, as they tend to create the same inefficient folder structures they previously created in file shares within Content Server.
    If you need to tightly control folder attributes, you'll be better served by locking down the ability to create new folders. Otherwise you're looking at some type of customization. Keep in mind that you won't be able to customize the right click behavior of DIS. Any changes to DIS would have to be an enhancement request.

  • HT5787 I updated my ipad but when I went into dragonvale it no longer recognized me and made me create a new account. As a result I can no longer access my park. I have tried to go into the Game Center to restore my park but i do not have any options.

    I updated my ipad but when I went into dragonvale it no longer recognized me and made me create a new account. As a result I can no longer access my park. I have tried to go into the Game Center to restore my park but i do not have any options to restore my old login/ account. Any tips?

    Buying a bag of coins might help...

  • Created PDF form in Acrobat XI Pro, but HELP fields disappear when I save FCDT file to PDF. Please help. Thanks!

    Created PDF form in Acrobat XI Pro, but HELP fields disappear when I save FCDT file to PDF. Please help. Thanks!

    I am not aware of a field type "Help" within a PDF form. I do not see it as a form field that can be added in the form edit mode.
    Forms Central forms do not support all the features of Acrobat forms.
    Are you talking about the "Tool Tips" or a hidden field that only shows when one enters a field and is hidden upon exiting the field.

  • HT5534 I down loaded the new  iwork update. Now when I create a document in pages save it and try to open it later some times the message comes that You need a later version of pages. Some times I don't have that problem.

    I down loaded the new  iwork update. Now when I create a docume

    I hate the new 5.0, and am having the same issue. Because I created or opened and saved several documents in the new 5.0 before I realized how bad it is, I had to figure out how to make them usable again.
    I have both versions of Pages (5.0 and 4.3) in my Dock for now. If a document tells me that it can't be opned by 4.3, I opn 5.0, open the document, EXPORT it in 4.3 with the same name, and overwrite the old document. That usually (big dog willing and the creek don't rise!) gives me access to my work.
    Once I am sure I have no remaining 5.0 douments around, I'll take 5.0 out of the dock.
    It truly is a pain in the ***. Here's the comment I left for Apple –
    I am now attempting to uninstall Pages 5.0 so I can go back to using Pages 4.3. The designers of 5.0 took away (or hid) so many of the functions that I've come to know and trust that I am appalled.
    It is now a kindergarten version of the workhorse I knew and loved. IT EVEN LOOKS like a dumbed-down app now, with cartoon buttons that reflect its audience – people who don't need a sophisticated, customizable publishing tool, who just need simple  icons they can point at LIKE A FAST FOOD CASH REGISTER.
    I'll be using either 4.3 or Word for Mac from here on out.

  • When we create a contract in which tables conditions are updated.

    When we create a contract using ME31K & matains conditions in which table conditions are updated.
    Please guide in which table i'll find all prices.
    In EKKO also no  document condition is generated.
    Please its urgent.

    Hi.....
    Open this link once....,
    http://www.sapnet.ru/viewtopic.php?t=837&sid=4a33ddb8dec93fe4fd726e6e98e9b62f
    May helpful to you..,
    Thanks,
    Naveen.I

  • Update termination when I create customers

    When I create and save a customer, the system issues an express
    document afterwards telling that the 'Update was terminated'.
    This happens only when I wanted create same customer # to new company code,  which already exists in different compnay code through XD01.
    The following update termination occurs:
    F2 802: System error in table &, account & when inserting.
    I found a note 916688 but it is belong to patch level 4 of ecc6.0, we are on level 7. Do you have any idea what is causing this or any other note that you can suggest. Advance thanks.

    Hello
    Try transaction FD01 because with XD01 system also attempts to create general data....
    Ask an ABAP consultant to check the correction instructions in this note 916688 and compare in your system if the changes as per note are reflecting there.If not implement the note.Usually when ABAP consultant applies note using SNOTE he should get a message if not is applicable in your system or not.
    Thanks
    Vikas

Maybe you are looking for

  • Pls help me on how to compile servlet

    pls i need the help of some kind one to assist me on how to compile and deploy servlet .I'm new to javaEE & am using the javaEE tutorial from sun site.In the first example servlet in d book, after compiling and deploying the greetingServlet and respo

  • IPod Classic (6G 160GB) loses music sync settings in iTunes (10.5.2)

    I have a 160 GB iPod Classic 6G that has been giving me some trouble over the last few months. Everytime I would try to sync it with iTunes (10.5.2), it would lock up and I would have to perform a hard reset to allow it to reboot and sync with the co

  • Zoom level keeps resetting in Acrobat X

    Can someone tell me how to set the zoom level to be constant? Everytime i open a PDF, the zoom level is reset (usually to a very low zoom level). And everytime i click a bookmark, the zoom level gets reset. In preferences i have the zoom level set to

  • RV042 Config Issues

    Greetings, I have the following network. A Satellite Internet Connection into WAN1 of the RV042 IP = 99.196.170.134  DNS WAN1 = 12.213.112.61 A Verizon USB Modem via a cradlepoint router into WAN2 of the RV042 IP = 192.168.0.196  DNS WAN2 = 192.168.0

  • Load Random Image in Flash?

    I've googled it and searched this forum. No luck. Does anybody know how to load a random image in flash. Like on a welcome screen (i.e. the first thing that shows up in my timeline with a stop command on it) I tried this: http://www.kirupa.com/develo