Handling CRMD_CUSTOMER_H with program

Hi Guys,
I have a problem.
I plan to use BAPI_ACTIVITYCRM_CREATEMULTI to create activities from file. The problem is the following:
We have added 3 custom fields, they are stored in CRMD_CUSTOMER_H as
ZZ01
ZZ02
ZZ03
The question is:
How can I load this table? Is there any possibility to load it with this BAPI? Or shall I use another function module? Can you please post me some sample for help?
Thank you in advance!
Balazs

Hi Balazs,
Below is the sample code where ZNEW  is the custom integer field.
DATA : WA_IMPORT TYPE CRMT_CUSTOMER_H_COM,
            WA_CHANGE TYPE CRMT_INPUT_FIELD_NAMES_TAB,
            WT LIKE LINE OF WA_CHANGE.
Populate the header GUID of the activity
  WA_IMPORT-REF_GUID = LV_GUID.
  WA_IMPORT-ZNEW = '20000'.
Update the change table
  WT-FIELDNAME = 'ZNEW'.
  WT-CHANGEABLE = space.
  APPEND WT TO WA_IMPORT.
        CALL FUNCTION 'CRM_CUSTOMER_H_MAINTAIN_OW'
          EXPORTING
            IS_CUSTOMER_H_COM    = WA_IMPORT
          CHANGING
            CT_INPUT_FIELD_NAMES = WA_CHANGE
          EXCEPTIONS
            HEADER_CHANGE_ERROR  = 1
            HEADER_CREATE_ERROR  = 2
            ERROR_OCCURRED       = 3
            OTHERS               = 4.
        IF SY-SUBRC <> 0.
          MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                  WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
I am very sure this would work. Let me know if this helps!
Jash.

Similar Messages

  • Troubles with programming a program with different multiple channels!

    Dear LabView users,
    i've been struggling with a program I need to write about the stress-strain curve and the E-modulus of a material tested with strain gauges, and LVDT's.
    The thing is, I need to acquire data with the nDAQ-system from strain gauges (Virtual channel: Strain), LVDT's (Virtual channel: Voltage) AND a pressure cell (Virtual channel: Voltage), and I need to log this data and do some operations with this data. The problem is, this program needs to work with either the combination of 1 strain gauge, 1 LVDT and 1 pressure cell, but also with the combination, for example, of 4 strain gauges, 2 LVDT's and 1 pressure cell. For the strain gauge I need to be able to configure the strain gauge properties (but this is able with the bridge configuration cluster provided by LabView) for each strain gauge seperatly, also I need to be able to configure the scale and the input voltage for each LVDT or pressure cell, also seperatly. And I need to be able to select the channel for each gauge,LVDT and force cell. Also I need to be able to set these elements to zero before the testing begins. 
    Thereafter all these data needs to be logged into an excel file and also be shown on a clear graph that shows me the strain from the gauges, the displacement of the LVDT's and the force of the pressure cell. 
    Eventually, I need to become a stress-strain curve and the E-modulus of the material we're testing, presented in LabVIEW.
    Does someone has an idea about how I should work this out step by step? Any help would be very usefull.
    With kind regards,
    Peter

    PeteTheGod wrote:
    You remember my previous post? Is it something like that you mean? I started there also with a cluster with name and scale information, but for the strain gauges it was too difficult to complete this. And eventually, it was getting way to complicated for me to proceed with programming.
    And what do you mean with the configuration file? You mean a notebook file like I already tried? 
    Do you have some easy example (.vi) about how I should do this? 
    Dear Peter,
         I'm sorry, but I did not remember your previous post (though I did remember looking at something you had posted).  However, I did "look it up" and saw that I'd made a suggestion that you store your configuration information in a Cluster, use an Enum (that you define) for the various types of Bridges, and store the data in a Configuration File of some form.  LabVIEW has a series of Functions on the File I/O Palette for .INI files (which it calls "Configuration Files", and I provided an example for using an Excel Workbook as a Storage format, but you can use anything, even a Text file.
         The important thing is this allows you, the User, to have a set of "Details" (Bridge Type, Gauge Factor, Gauge Resistance, etc.) stored along with a Name that you choose, and at Run Time, you can specify or choose just the Name (say, from a Drop-down List) and pick up all of the other parameters from your Configuration File.
         If you were going to use a Drop Down List, you would want to populate it with the "Correct Choices", i.e. the list of Names in your Configuration File.  So your Initialization Code would read the Configuration File and create a Ring (or something similar) populated with all of the Names.  Then, when you choose which Device using the Ring to force you to choose one of the named Devices, you would simply use the Ring value to index your array of Configuration information to get Bridge Type, Gauge Factor, etc.
         My earlier Post was "specialized" in that it only applied to Bridge Specification.  If you want to include other Devices, such as LVDTs, you can certainly do that.  Now your basic Cluster would change -- instead of Name, Bridge Type, etc., which is specific for Bridges, you would have Name, Device Type (an Enum that was Bridge, LVDT, etc.), and perhaps a Variant that could be called Device Specs (my earlier Example shows a possible Bridge Device Spec as a cluster of Bridge Type and two Gauge parameters).
         Do you know about Variants and how to handle them?  It just means a little more processing at the time of Reading, Writing, and Using.  Here the LabVIEW .INI Config Functions might be simpler as you could particularize the sub-parameters based on the Device Type.  You could still use Excel, but you'd need to give some thought about how to handle the different sets of columns for the different Device Types.  If you want to go the Excel route, design an Example Worksheet (similar to the example you showed at the beginning of this post, which was just for Bridges, I believe) and show us your thoughts.
         Spending a little time on design now can really pay off later -- it may take you an extra hour to figure out how to write the code, but the code should take very little time to execute, and will keep your program nimble, effective, and capable of handling multiple and new devices.
    Bob Schor

  • Could not find a Handler associated with the following type

    i keep randomly getting this error in some of my managed devices.
    Could not find a Handler associated with the following type: printer policy.
    Does anyone have any clue about this?
    Thanks in advance.
    Here are the log messages:
    [DEBUG] [01/10/2012 11:27:46.218] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [Begining to register policy handlers.] [] []
    [DEBUG] [01/10/2012 11:27:46.437] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [Registering handlers for Policy Handler Registration Module] [] []
    [DEBUG] [01/10/2012 11:27:46.437] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [Configuration file C:\Program Files\Novell\ZENworks\conf\PolicyHandlersRegistrat ion.xml] [] []
    [DEBUG] [01/10/2012 11:27:47.062] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [Deserialized 5 handlers] [] []
    [DEBUG] [01/10/2012 11:27:47.062] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [Got 5 valid handlers to register.] [] []
    [DEBUG] [01/10/2012 11:27:47.078] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [Loading handler assembly: C:\Program Files\Novell\ZENworks\bin\handlers\launcherconfig. dll] [] []
    [DEBUG] [01/10/2012 11:27:47.171] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [Registering launcher configuration policy with ActionManager.] [] []
    [DEBUG] [01/10/2012 11:27:47.171] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [register handler for launcher configuration policy returning True] [] []
    [DEBUG] [01/10/2012 11:27:47.171] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [Loading handler assembly: C:\Program Files\Novell\ZENworks\bin\handlers\WindowsGroupPol icyPlural.dll] [] []
    [DEBUG] [01/10/2012 11:27:47.296] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [Registering grouppolicy with ActionManager.] [] []
    [DEBUG] [01/10/2012 11:27:47.296] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [register handler for grouppolicy returning True] [] []
    [DEBUG] [01/10/2012 11:27:47.296] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [Loading handler assembly: C:\Program Files\Novell\ZENworks\bin\handlers\Printerenf.dll] [] []
    [DEBUG] [01/10/2012 11:27:47.390] [1736] [ZenworksWindowsService] [5] [] [printer policy] [] [Creating wrapper] [] []
    [DEBUG] [01/10/2012 11:27:47.500] [1736] [ZenworksWindowsService] [5] [] [printer policy] [] [Exception while creating Providers
    Exception Details: The type initializer for 'Novell.Zenworks.PolicyHandlers.PrinterPolicy.Zenw orksPrinterProviderPINVOKE' threw an exception.
    at Novell.Zenworks.PolicyHandlers.PrinterPolicy.Zenwo rksPrinterProviderPINVOKE.new_PrinterProvider()
    at Novell.Zenworks.PolicyHandlers.PrinterPolicy.Print erProviderWrapper.GetProvider(ILoggerWrapper logger)] [] []
    [DEBUG] [01/10/2012 11:27:47.515] [1736] [ZenworksWindowsService] [5] [] [printer policy] [] [Exception in Handler constructor
    Exception Details: The type initializer for 'Novell.Zenworks.PolicyHandlers.PrinterPolicy.Zenw orksPrinterProviderPINVOKE' threw an exception.
    at Novell.Zenworks.PolicyHandlers.PrinterPolicy.Print erProviderWrapper.GetProvider(ILoggerWrapper logger)
    at Novell.Zenworks.PolicyHandlers.PrinterPolicy.Print erPolicyHandler..ctor()] [] []
    [DEBUG] [01/10/2012 11:27:47.515] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [Exception occurred while registering handler printer policy. Exception details: Exception has been thrown by the target of an invocation.] [] []
    [DEBUG] [01/10/2012 11:27:47.515] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [Inner Exception details: The type initializer for 'Novell.Zenworks.PolicyHandlers.PrinterPolicy.Zenw orksPrinterProviderPINVOKE' threw an exception.] [] []
    [DEBUG] [01/10/2012 11:27:47.515] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [register handler for printer policy returning False] [] []
    [DEBUG] [01/10/2012 11:27:47.515] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [Loading handler assembly: C:\Program Files\Novell\ZENworks\bin\handlers\browserbookmark senf.dll] [] []
    [DEBUG] [01/10/2012 11:27:47.531] [1736] [ZenworksWindowsService] [5] [] [browserbookmarkspolicy] [] [Entered the constructor] [] []
    [DEBUG] [01/10/2012 11:27:47.531] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [Registering browserbookmarkspolicy with ActionManager.] [] []
    [DEBUG] [01/10/2012 11:27:47.531] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [register handler for browserbookmarkspolicy returning True] [] []
    [DEBUG] [01/10/2012 11:27:47.531] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [Loading handler assembly: C:\Program Files\Novell\ZENworks\bin\handlers\dluenf.dll] [] []
    [DEBUG] [01/10/2012 11:27:47.671] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [Registering dlu policy with ActionManager.] [] []
    [DEBUG] [01/10/2012 11:27:47.671] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [register handler for dlu policy returning True] [] []
    [DEBUG] [01/10/2012 11:27:47.984] [1736] [ZenworksWindowsService] [5] [] [MessageLogger] [] [Unable to write to event log (Application) using source (Novell.Zenworks.Logger) Exception: System.ComponentModel.Win32Exception: The event log file is full
    at System.Diagnostics.EventLog.InternalWriteEvent(UIn t32 eventID, UInt16 category, EventLogEntryType type, String() strings, Byte() rawData, String currentMachineName)
    at System.Diagnostics.EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte() rawData)
    at System.Diagnostics.EventLog.WriteEntry(String source, String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte() rawData)
    at System.Diagnostics.EventLog.WriteEntry(String source, String message, EventLogEntryType type, Int32 eventID)
    at log4net.Appender.EventLogAppender.Append(LoggingEv ent loggingEvent)] [] []
    [ERROR] [01/10/2012 11:27:47.671] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [EXTENSIONUTILS.RegistrationModule.FailedRegistrati onMessage] [The following modules could not be registered: printer policy. The configurations of these types would not be applied on this device.] [] []
    [DEBUG] [01/10/2012 11:27:47.984] [1736] [ZenworksWindowsService] [5] [] [Policy Handler Registration Module] [] [Completed registration of policy handlers.] [] []
    [DEBUG] [01/10/2012 11:27:47.984] [1736] [ZenworksWindowsService] [5] [] [ModuleLoader] [] [Start() for module com.novell.zenworks.module.policyhandlerregistrati onmodule returned successfully] [] []
    [DEBUG] [01/10/2012 11:27:47.984] [1736] [ZenworksWindowsService] [5] [] [ModuleLoader] [] [Before calling Initialize() for module com.novell.zenworks.module.remotemanagement at path C:\Program Files\Novell\ZENworks\bin\modules\Novell.Zenworks. RMModule.dll] [] []
    [DEBUG] [01/10/2012 11:27:48.046] [1736] [ZenworksWindowsService] [5] [] [ModuleLoader] [] [Initialize() for module com.novell.zenworks.module.remotemanagement returned successfully] [] []
    [DEBUG] [01/10/2012 11:27:48.046] [1736] [ZenworksWindowsService] [5] [] [ModuleLoader] [] [Before calling Start() for module com.novell.zenworks.module.remotemanagement at path C:\Program Files\Novell\ZENworks\bin\modules\Novell.Zenworks. RMModule.dll] [] []
    [DEBUG] [01/10/2012 11:27:48.046] [1736] [ZenworksWindowsService] [5] [] [Remote Management Module] [] [(RMMODULE_DEBUG)Initialized(RMMODULE_DEBUG)] [] []
    [DEBUG] [01/10/2012 11:27:48.078] [1736] [ZenworksWindowsService] [5] [] [Remote Management Module] [] [(RMMODULE_DEBUG) Adding Property Pages (RMMODULE_DEBUG)] [] []
    [DEBUG] [01/10/2012 11:27:48.078] [1736] [ZenworksWindowsService] [5] [] [PolicyManager] [] [Entered PolicyManager.RegisterComponent] [] []
    [DEBUG] [01/10/2012 11:27:48.078] [1736] [ZenworksWindowsService] [5] [] [PolicyManager] [] [Registered the component remotemgmt] [] []
    [DEBUG] [01/10/2012 11:27:48.109] [1736] [ZenworksWindowsService] [5] [] [Remote Management Module] [] [(RMMODULE_DEBUG)Trying to START service in Start Method (RMMODULE_DEBUG)] [] []

    matos02,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Can i use Handle C with the LABVIEW FPGA module?

    Hi,
    Can i use Handle C with the LABVIEW FPGA module?  I am working with CompactRIO right now so, i want to know weather i can use Handle C with CompactRIO.Can i access FPGA in compactRIO independant of LABVIEW  means can i program it without using LABVIEW?
    regards,
    Vishnu.

    Hi Vishnu,
    Although we don't support Handel-C directly, it is possible to design your algorithms using 3rd party tools or system integrators and consume them from a top-level LabVIEW VI. The webcast at http://zone.ni.com/wv/app/doc/p/id/wv-268 shows an example of how you can use IP from C-based tools provided by Celoxica in the LabVIEW FPGA environment.

  • Hello,  I have iMac from Oct, 2010 and have OS 10.6.7 and multiple users.  Mail icon was accidently removed along with program.  Mail 4.4 is on other users but when I reloaded software my user got Mail 4.3. Mail 4.3 did not work with latest OS. Ideas?Matt

    Hello,  I have iMac Itel i3, from Oct, 2010 and have OS 10.6.7 and multiple users. 
    About 3-4 days ago the Mail icon in dock had question mark and was accidently removed, along with program on my user.  Oops.
    1. Mail 4.4 is on other users and works fine, but for me it does not work and tells me V4.3 does not work with latest OS X. 
    2. I reloaded software from my user with original disks  (Oct, 2010) and got Mail 4.3 again. Mail 4.3 did not work with latest OS.  I am unable to load Mail.  Gives Yellow error message.    
    "  You have Mail version 4.3 (1081/1084). It can’t be used on Mac OS X Version 10.6.7 (Build 10J869). For more information, click the Help button."
    3. Tried to update software and look for update for mail 4.3 on Apple site to no success.
    Hate to go to MS-Entorage ( I may need to learn something new and alien) mail program since contracts are in Mail/Address Book.
    Ideas?
    MattDeeds

    Matt,
    I would download and run the 10.6.7 combo update.
    http://support.apple.com/kb/DL1361
    Regards,
    Captfred

  • How to handle dbms_xmldom with no data values.(no_data_found error in dom)

    hi,
    i have below block,
    DECLARE
    doc dbms_xmldom.DOMDocument;
    node dbms_xmldom.DOMNode;
    elem dbms_xmldom.DOMElement;
    cur_node dbms_xmldom.DOMNode;
    root_elem_data dbms_xmldom.DOMElement;
    root_elem_tab dbms_xmldom.DOMElement;
    root_node_data dbms_xmldom.DOMNode;
    mode_elmn dbms_xmldom.DOMElement;
    mode_node dbms_xmldom.DOMNode;
    mode_text dbms_xmldom.DOMText;
    doc1 DBMS_XMLDOM.DOMDOCUMENT;
    root_node_data1 DBMS_XMLDOM.DOMNODE;
    child_document DBMS_XMLDOM.DOMDOCUMENT;
    child_rootnode DBMS_XMLDOM.DOMNODE;
    V_CLOB CLOB;
    v_doc CLOB;
    v_EMP CLOB;
    v_output_filename VARCHAR2(300) := 'SPOOL_DIR/'||'EMP_XML_FILE.xml';
    l_xmltype XMLTYPE;
    BEGIN
    doc := dbms_xmldom.newDOMDocument;
    node := dbms_xmldom.makeNode(doc);
    dbms_xmldom.setversion(doc, '1.0');
    dbms_xmldom.setCharset(doc, 'UTF8');
    elem := dbms_xmldom.createElement(doc, 'PartnerInfo');
    dbms_xmldom.setAttribute(elem,'xmlns','EMP');
    cur_node := dbms_xmldom.appendChild(node, dbms_xmldom.makeNode(elem));
    mode_elmn := dbms_xmldom.createElement(doc, 'EMPLOYEE');
    mode_node := dbms_xmldom.appendChild(cur_node,dbms_xmldom.makeNode(mode_elmn));
    BEGIN
    SELECT value(e) INTO l_xmltype
    FROM TABLE(XMLSequence(Cursor(SELECT * FROM EMP1 where EMPNO=7501))) e;
    child_document := DBMS_XMLDOM.newDOMDocument(l_xmltype);
    root_node_data1 := dbms_xmldom.importNode(doc,dbms_xmldom.makeNode(dbms_xmldom.getDocumentElement(child_document)),TRUE);
    root_node_data1 := DBMS_XMLDOM.appendChild(root_node_data, root_node_data1);
    EXCEPTION
    WHEN OTHERS THEN
    Dbms_Output.Put_Line('Error in SELECT stmt(UC_PARTNER_MS):::'||'error::'||SQLERRM);
    END;
    dbms_lob.createtemporary(v_doc, true);
    dbms_xmldom.writeToClob(doc,v_doc,'UTF8');
    v_EMP:= v_doc;
    dbms_xmldom.writeToFile(DOC,v_output_filename,'UTF8');
    dbms_xmldom.freeDocument(doc);
    --Dbms_Output.Put_Line('THE OUTPUT IS::'||V_EMP);
    EXCEPTION
    WHEN OTHERS THEN
    Dbms_Output.Put_Line('Error in SELECT stmt(UC_PARTNER_MS):::'||'error::'||SQLERRM);
    END;
    The xml file is 'EMP_XML_FILE.xml'
    <empno>U++kYmcVuGchxbh+++++++++++++++1+</empno>
    <empname>J</empname>
    suppose the empno 7501 is not available in our emp table,
    i got error
    ORA-03113: end-of-file on communication channel
    how to handle xmldom with no data values.
    by
    siva

    hi,
    please give the solution
    by
    siva

  • Problem with program hanging randomly on certain commands from win 7 pro client to SB Server

    Having a problem with program hanging randomly on certain commands from Win-7 Pro Client to SB Server Both 64-Bit
    Five other slower XP-Pro 32 Bit systems though they are older and slower systems do not seem to hang as readily if at all.
    It has been very frustrating as the Client-System, SB-Server and Program should work w/o any hitches, but this seems to work fine @ times and then hang randomly.
    Would appreciate any and all suggestions in assisting.... JimBAgde-MSS  

    You can try this, as I have had similar problems with another MS Access .MDB file and slow access before. This fixed my problem for me. On the slow computer, make sure the program is set to see the .mdb file via UNC path, not a mapped drive letter. ex.
    USE:  \\yourserver\shared\dental\file.mdb
    DO NOT: S:\\shared\dental\file.mdb
    hope this helps

  • I have been unable to get Photoshop Elements 11 to show in my Open With Programs

    I have been unable to get Photoshop Elements 11 to show in my Open With Programs list. The program is installed but will not show in Open With programs.

    Hi,
    You don't say which operating system you are using so I'll assume Windows 7 for now - try this.
    1) select the file that you want to open
    2) right click on it and go to the Open With option but select Choose default program at the bottom of the list - the following should open
    3) At the bottom of the list, there is Other Programs, you may need to scroll down. If PSE not in the list, continue with the following.
    4) Use the Browse button to browse to the following (omit x86 if on 32bit system)
    "C:\Program Files (x86)\Adobe\Photoshop Elements 11\PhotoshopElementsEditor.exe"
    I'm assuming that you want to open the image in the editor.
    5) Uncheck the Always use... option, otherwise double clicking on the file would cause the editor to open by default.
    6) Click on OK
    PSE should now appear on your open with list.
    Good luck
    Brian

  • I have ipad 2 and facing problem with programs swtching off

    I have ipad 2 and facing problem with programs it's swtching off while working and turn to home page. Am using ios 5

    If it's happening on all the apps that you've downloaded from the App Store, but not the Apple built-in ones, then try downloading any free app from the store (as that appears to reset something) and then re-try them - the free app can then be deleted.
    If it's happening on all apps then try closing them all completely and then see if they work when you re-open them : from the home screen (i.e.not with any app 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of each app to close them, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't work then you could try a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Search help with programming

    Hai,
    Can any one give example for search help with Programming?
    I hope we can create search help with help of coding.
    With Regards,Jaheer.

    yes u can create search help by using match code in programs
    for eq
    go with abap editor se 38
    provide the name of program
    parameters : vendor like lfa1-lifnr matchcode object yzob.
    double click on yzob
    provide description for search help
    provide selection method
    provide search help parameter
    enable check box for import and export
    provide lpos
               spos
    save check activate
    press f4 for check and import values i.e it will display a records list available in database table
    rewards points please

  • Errors with program that prevent skype from respon...

    Is anyone else having problems with program not responding? It seems to be related to ads because once the pop up box is closed, the ad shows up.... 
    jdm246

    What is the version of Internet Explorer installed on your computer?
    In Internet Explorer go to Help -> About Internet Explorer.
    Do you have the latest Adobe Flash Player for Interneet Explorer installed?
    What do you see when you open this link in your Internet Explorer?
    http://www.adobe.com/software/flash/about/
    P.S. Please, don’t say that you are not using Internet Explorer. This is irrelevant. Skype depends on Internet Explorer.

  • Issues with program

    I have already paid for the full year but it won't let me change a PDF to Word because I haven't paid

    Hi Denise Van Meter,
    Thanks for subscribing to Adobe Acrobat Plus (one-year). Here's a snapshot of your order and steps for getting started.
      Subscription order details:
    Re: Issues with program
    Adobe Acrobat Plus (one-year) (Mac/Win,Multiple Languages)
    <removed by admin>
    For complete details, just click your order number <removed by admin>
      Here's how to get started:
    Sign in to your Adobe Acrobat Plus (one-year) <removed by admin> account with your Adobe ID and password.
    If you need support, visit the Help pages<http://www.adobe.com/go/apaphelp>.
    Dear Denise,
    http://www.adobe.com/content/dam/Adobe/email/spacer.gif
    Welcome to Adobe. Your Adobe ID is <removed by admin>
    Your Adobe ID is your access key to any of Adobe's online services, such as:
      Adobe.com<http://www.adobe.com/>. Download free trials, buy products, manage orders and participate in user forms.
      Adobe® Creative Cloud™<https://creative.adobe.com/>. Get all the Creative Suite applications plus online services for a low monthly price.
      Adobe® Document Services<https://www.acrobat.com/welcome/en/home.html>. Create and edit PDF files, distribute and analyze forms, and sign documents electronically.
    Thank you and enjoy,
    The Adobe Team

  • Handling Unit with multiple batches

    HI,
    Is it possible to create a Handling Unit with multiple batches, when packing a Handling Unit in a Production Order (COWBPACK)?
    Thanks

    When I create a  packing instruction (transaction POP1), I can set indicator "Indicator Batch Mix Allowed".
    Explenation:
    If this indicator is set, then several batches of the same material may be packed in one handling unit.
    Otherwise, only one batch may be packed.
    Use
    When determining the packing status, the system checks for batch mix violation.
    But I still can not create an HU with different batches.
    Can anyone help me?

  • Problem Exporting / Importing print forms with program RSTXSCRP

    Hi!
    there is problem Exporting / Importing print forms with program RSTXSCRP.
    when I transfer print form from one SAP system to other, logo image and some text is missing... what could be the reason?
    Maybe there is other way to transfer print forms between SAP systems without using program RSTXSCRP?
    Will reward,
    Mindaugas

    Hi,
    when you transfer print forms from one sap system to another, logos are not transfered automatically. these are actually .bmp files which need to be existing in every client. then only when you run your print program logo can be seen in your print output. hence logos need to be created explicitly in every client where you want to run your print program.
    thanks,
    sksingh

  • IP/TV "Could not create RTSP connection with Program manager"

    Hello,
    When we try to view IP/TV content with the IP/TV viewer we are able to but when we try to view it through a webpage I recieve the error:
    "Could not create RTSP connection with Program manager"
    I have no idea what the problem is. Anyone have any input?
    Please see the attached image.

    The client, program manager and ip tvserver are all on the same local area network
    This URL should help you:
    http://www.cisco.com/en/US/customer/products/hw/contnetw/ps1863/index.html

Maybe you are looking for

  • Project Server 2010 - Modification date and name of the person who made the last change in the project

    Hello everybody I'm with a doubt. I got in the business environment Project Server 2010 and would like to get the publication date,modification date and name of the person who made the last change in the project. It is possible to doby the native res

  • Cannot POST to create schedule - (500) internal server error

    I am trying to create a schedule using Raylight and Restful Web services using a post to http://xxxxxxxxxxx:6405/biprws/raylight/v1/documents/6385/schedules  when I do I get an error 'The remote server returned an error: (500) Internal Server Error.'

  • JDBC receiver adapter with multiple stored procs error

    Hi all,   I am doing a scenario IDOC-XI-JDBC. The destination system in MS SQL server 2000. I am passing variant config information to update the destination tables by triggering the same stored procedure multiple times with different parameters.   E

  • Sender Adapter Conf

    Hi Guys, Using Sender JDBC Adapter , am updating back the intermidate table flag status to "T" from "P". UPATE <TABLE> SET flag_status = 'T' where flag_status = 'F' Now user has created a unique constriant on the intermidate table level , by doing so

  • Connecting parallel printer to Macbook

    Connected an Epson ActionLaser 1500 to the Macbook using a Belkin Parallel-to-USB cable; chose the ActionLaser 1100 driver since the 1500 driver didn't show in the driver list. Everything worked fine until a few weeks ago. Now I get a "printer is off