Preprossing possible to add namespace to message?

Hi,
we have an interface running via PI with some provider.
We send an HTTP request to the provider and an XML file returns. However this file contains no reference to any namespace and the parsing from the XML to the corresponding ABAP structure does not work.
Is there any possibility of preprocessing so we can add this necessary namespace before the parsing starts?
Thanks a lot.
Kris

The scenario in brief:
We send an HTTP-request to out provider. This works well.
In return we get an xml file back. We do not have any detailed description of this file (no xsd). I generated an xsd-file from the returned output an imported this in the repository as an external definition.
This is a sample of the returned xml file:
<?xml version="1.0"?>
<DOWNLOAD_REPLY>
  <TRANSMISSION LEVEL="Order" DESCRIP="- Order date -">
  <GROUP1 ACTION="">
    <GROUP2 DATEORDER="1/2010">
  <PAYMENT ID="6169845" REF="40000000504A13"></PAYMENT>
  <PAYMENT ID="6179207" REF="400000005025EB"></PAYMENT>
    </GROUP2>
  </GROUP1>
  </TRANSMISSION>
</DOWNLOAD_REPLY>
That is as far as we get.
We use a proxy to retrieve our data: based on the external definition, we make an interface and then the proxy.
Apparently SAP has a problem parsing this xml into the abap structures.
We think the problem could be caused by the absence of an namespace in the xml, and we would like to add that to the message, before the parsing begins. This could possibly be done in a mapping u2013 or by regenerating the proxy after removing the namespace. But I donu2019t see the how-to of these two options.
Any advice, please.
Kris

Similar Messages

  • Add Namespace in message mapping

    Hi gurus,
    we have following requirement to solve;
    on receiver side we have a segment without namespace. It is possible to add namespace at the graphical mapping?
    <root>
        <id>1111</id>
        <name>max mustermann</name>
        <unit>B1</unit>
    </root>
    expected structure
    <root xmlns="http://www.org/xml/v0300">
        <id>1111</id>
        <name>max mustermann</name>
        <unit>B1</unit>
    </root>
    solution for this problem will be much appreciated,
    Kind Regards
    PM

    Hi Peter,
                    You can use the following java mapping to meet your requirement
    for PI 7.1 and above (if you are working with lower versions please let us know, since java mapping code will be different for lower versions)
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import java.io.InputStream;
    import java.io.OutputStream;
    import java.util.Map;
    import javax.xml.parsers.DocumentBuilder;
    import javax.xml.parsers.DocumentBuilderFactory;
    import javax.xml.transform.Transformer;
    import javax.xml.transform.TransformerFactory;
    import javax.xml.transform.dom.DOMSource;
    import javax.xml.transform.stream.StreamResult;
    import org.w3c.dom.Document;
    import org.w3c.dom.Element;
    import org.w3c.dom.Node;
    import com.sap.aii.mapping.api.AbstractTransformation;
    import com.sap.aii.mapping.api.StreamTransformationException;
    import com.sap.aii.mapping.api.TransformationInput;
    import com.sap.aii.mapping.api.TransformationOutput;
    public class copyNode extends AbstractTransformation {
          * @param args
         public void execute(InputStream in, OutputStream out)
                   throws StreamTransformationException {
              // TODO Auto-generated method stub
              try
                   DocumentBuilderFactory factory=DocumentBuilderFactory.newInstance();
                   DocumentBuilder builderel=factory.newDocumentBuilder();
                   /*input document in form of XML*/
                   Document docIn=builderel.parse(in);
                   /*document after parsing*/
                   Document docOut=builderel.newDocument();
                   TransformerFactory tf=TransformerFactory.newInstance();
                   Transformer transform=tf.newTransformer();
                   Element rootin;
                   Node rootout;
                   Element r;
                   rootin=docIn.getDocumentElement();
                   rootout=docOut.importNode(rootin, true);
                   docOut.appendChild(rootout);
                   r=(Element)docOut.getElementsByTagName("root").item(0);
                   r.setAttribute("xmlns", "\"http://www.org/xml/v0300\"");
                   transform.transform(new DOMSource(docOut), new StreamResult(out));
              catch(Exception e)
         public void setParameter(Map arg0) {
              // TODO Auto-generated method stub
         public void transform(TransformationInput arg0, TransformationOutput arg1)
         throws StreamTransformationException {
    // TODO Auto-generated method stub
              this.execute(arg0.getInputPayload().getInputStream(), arg1.getOutputPayload().getOutputStream());
         public static void main(String[] args) {
              // TODO Auto-generated method stub
              try{
                   copyNode genFormat=new copyNode();
                   FileInputStream in=new FileInputStream("C:\\Apps\\my folder\\sdn\\namespaceAdd.xml");
                   FileOutputStream out=new FileOutputStream("C:\\Apps\\my folder\\sdn\\namespaceAdd1.xml");
                   genFormat.execute(in,out);
                   catch(Exception e)
                   e.printStackTrace();
    One more thing, you have not mentioned the scenario. If the scenario has a file adapter in sender side, and you are using File content conversion, then please put the namespace value in content conversion parameters -> Document namespace. Then you will receive the namespace value in source message.
    regards
    Anupam

  • IPhone 6 plus not possible to add recipient to messages

    I have an iPhone 6 Plus. A big display that I thought would add great possibilities to the iPhone. But among other issues there is one annoying issue that sticks out:
    when I try to forward a picture from another message, or try to send a picture from the pictures app, it is impossible to add recipient to the message that I want to send. You can see this on the picture I've added to this post. I use the Swype keyboard, as I simply find it far better and more usable than the standard keyboard. Could you, Apple, please make this work? So I don't have to open the messages app and create a new message and adding recipients before I can add picture?
    Another issue is that often the keyboard will not show when I open the messages app to answer a message. I then have to manually close the app and reopen it in order for it to show the keyboard.

    Hey PsychMA,
    Thanks for the question. If I understand correctly, the iPhone is not restoring from an iCloud backup. Is it that the process is taking a long time to finish? I would recommend that you read this article, it may be able to help you isolate or resolve the issue.
    If you need help restoring an iCloud backup - Apple Support
    Thanks for using Apple Support Communities.
    Have a great day,
    Mario

  • Is it possible to add markups to a PDF that I am not the author of

    Most of the PDFs I generate are from other applications (like Autocad) where I "print to PDF" to create the file.   Most of the PDFs I recevie are generated the same way.   Prior to Acrobat Reader 8, it was simple for me and my collueges to exchange information on these PDFs by using markup tools and resending them with markups.   Since Acrobat 8 has come along, I now find it impossible to markup a drawing (no matter if I have created it using Print to PDF or if someone has sent it to me).  I went to the knowledge base and see that the drawing has to be enabled for markup in one of 2 ways
    In an open PDF, choose Comments > Enable For Commenting In Adobe Reader, and then save the PDF.  
    Start the wizard to initiate a shared review or an email-based review and follow the on-screen instructions. When you’re finished, commenting is enabled in the PDF that you specify for the review. 
    Well, there is no Comments selection in my toolbar.   Second method is given by
    Quickstart: Start an email review
    An email-based review lets you track review status and merge received comments into the PDF.
    Click Review & Comment and choose Attach For Email Review.
    If prompted, enter your identity information to create a reviewer profile.
    Follow the on-screen instructions to select the PDF, invite reviewers, and send the email invitation.
      If your email application doesn’t send email automatically, you may need to answer alert messages and switch to your email application to finish sending the message
    But there is no Review & Comment button to click.
    So, can someone tell me, can I still do a simple markup of any PDF?   Even if I have to jump through hoops can I?    I guess I can understand Why Adobe has done away with this feature in their free tool, as they were not getting any revenue off of it, but it greatly diminishes the usefulness of Acrobat Reader and therefore all PDFs for me.
    Thanks in advance for your response.

    To enable this right you need Acrobat, not the free Reader.
    However, starting from Reader X it is possible to add simple markups to any file, unless it has been specifically disallowed by the creator of the file.

  • Is It Possible to Add a Fileserver to a DFS Replication Group Without Connectivity to FSMO Roles Holder DC But Connectivity to Site DC???

    I apologize in advance for the rambling novella, but I tried to include as many details ahead of time as I could.
    I guess like most issues, this one's been evolving for a while, it started out with us trying to add a new member 
    to a replication group that's on a subnet without connectivity to the FSMO roles holder. I'll try to describe the 
    layout as best as I can up front.
    The AD only has one domain & both the forest & domain are at 2008R2 function level. We've got two sites defined in 
    Sites & Services, Site A is an off-site datacenter with one associated subnet & Site B with 6 associated subnets, A-F. 
    The two sites are connected by a WAN link from a cable provider. Subnets E & F at Site B have no connectivity to Site A 
    across that WAN, only what's available through the front side of the datacenter through the public Internet. The network 
    engineering group involved refuses to route that WAN traffic to those two subnets & we've got no recourse against that 
    decision; so I'm trying to find a way to accomplish this without that if possible.
    The FSMO roles holder is located at Site A. I know that I can define a Site C, add Subnets E & F to that site, & then 
    configure an SMTP site link between Sites A & C, but that only handles AD replication, correct? That still wouldn't allow me, for example, 
    to enumerate DFS namespaces from subnets E & F, or to add a fileserver on either of those subnets as a member to an existing
    DFS replication group, right? Also, root scalability is enabled on all the namespace shares.
    Is there a way to accomplish both of these things without transferring the FSMO roles from the original DC at Site A to, say, 
    the bridgehead DC at Site B? 
    When the infrastructure was originally setup by a former analyst, the topology was much more simple & everything was left
    under the Default First Site & no sites/subnets were setup until fairly recently to resolve authentication issues on 
    Subnets E & F... I bring this up just to say, the FSMO roles holder has held them throughout the build out & addition of 
    all sorts of systems & I'm honestly not sure what, if anything, the transfer of those roles will break. 
    I definitely don't claim to be an expert in any of this, I'll be the first to say that I'm a work-in-progress on this AD design stuff, 
    I'm all for R'ing the FM, but frankly I'm dragging bottom at this point in finding the right FM. I've been digging around
    on Google, forums, & TechNet for the past week or so as this has evolved, but no resolution yet. 
    On VMs & machines on subnets E & F when I go to DFS Management -> Namespace -> Add Namespaces to Display..., none show up 
    automatically & when I click Show Namespaces, after a few seconds I get "The namespaces on DOMAIN cannot be enumerated. The 
    specified domain either does not exist or could not be contacted". If I run a dfsutil /pktinfo, nothing shows except \sysvol 
    but I can access the domain-based DFS shares through Windows Explorer with the UNC path \\DOMAIN-FQDN\Share-Name then when 
    I run a dfsutil /pktinfo it shows all the shares that I've accessed so far.
    So either I'm doing something wrong, or, for some random large, multinational company, every sunbet & fileserver one wants 
    to add to a DFS Namespace has to be able to contact the FSMO roles holder? Or, are those ADs broken down with a child domain 
    for each Site & a FSMO roles holder for that child domain is located in each site?

    Hi,
    A DC in siteB should helpful. I still not see any article mentioned that a DFS client have to connect to PDC every time trying to access a DFS domain based namespace.
    Please see following article. I pasted a part of it below:
    http://technet.microsoft.com/en-us/library/cc782417(v=ws.10).aspx
    Domain controllers play numerous roles in DFS:
    Domain controllers store DFS metadata in Active Directory about domain-based namespaces. DFS metadata consists of information about entire namespace, including the root, root targets, links, link targets, and settings. By default,root servers
    that host domain-based namespaces periodically poll the domain controller acting as the primary domain controller (PDC) emulator master to obtain an updated version of the DFS metadata and store this metadata in memory.
    So Other DC needs to connect PDC for an updated metadata.
    Whenever an administrator makes a change to a domain-based namespace, the
    change is made on the domain controller acting as the PDC emulator master and is then replicated (via Active Directory replication) to other domain controllers in the domain.
    Domain Name Referral Cache
    A domain name referral contains the NetBIOS and DNS names of the local domain, all trusted domains in the forest, and domains in trusted forests. A
    DFS client requests a domain name referral from a domain controller to determine the domains in which the clients can access domain-based namespaces.
    Domain Controller Referral Cache
    A domain controller referral contains the NetBIOS and DNS names of the domain controllers for the list of domains it has cached. A DFS client requests a domain controller referral from a domain controller (in the client’s domain)
    to determine which domain controllers can provide a referral for a domain-based namespace.
    Domain-based Root Referral Cache
    The domain-based root referrals in this memory cache do not store targets in any particular order. The targets are sorted according to the target selection method only when requested from the client. Also, these referrals are based on DFS metadata stored
    on the local domain controller, not the PDC emulator master.
    Thus it seems to be acceptable to have a disconnect between sites shortly when cache is still working on siteB.
    If you have any feedback on our support, please send to [email protected].

  • Is it possible to add a Graph in the Teststand Labview OI

    Is it possible to add a graph to the Labview OI so that data can be passed up via the sequence context? Would posting a UI Message be the right way to trigger the graph to update? I'm not sure how to do this since the graph is not a UI control.
    Has anyone done this or is better to just pop-up a graph in a sequence step?  

    paulmw,
    I have not tried this, but one way you could do this is by running the VI with the same version of the LabVIEW run-time engine that the OI was build with.  The LV OI will load the run-time engine initially.  When TestStand runs the test VI, it will try to first load the run-time engine specified in the adapter configuration.  If the specified version is the same as the version used by the LV OI, it will used the one in memory.  Since TestStand and the OI share the same run-time engine, creating a queue in the OI and populating with the VI run by TestStand will theorically work.  Like I said, I have not tried this, but I am assuming it will work.   The key is to make sure the LV version used to create the LV OI executable and the VI are the same.
    Jose

  • Is it possible to add name to subject line when submitting a pdf form

    Hi,
    I have created a form with Live Cycle and added a button which submittingthe form as PDF. I was wondering is it possible to add staff name to the subject line just after Leave Request as seen in the picture below?
    Regards

    It is pretty easy to accomplish your requirement using scripts on a regular button rather than email submit button.
    Look at this amazing sample created by Paul which explains a number of ways to submit form data through email.
    http://forums.adobe.com/message/2109208#2109208
    Nith

  • Add "Payload" to Message Monitoring Alerts

    I am following the How to Guide on Monitor XI 3.0.
    I have set up an Alert with varibales as per section 4.2 - Message Based Alerting.  All working well and emailing notifications of failiures.
    I have searched Help.sap.com, http://help.sap.com/saphelp_nw04/helpdata/en/43/1b9259fb002be8e10000000a11466f/frameset.htm and found I can add specific fields from the payload, but I want to attach the whole message...
    Is it possible to add the "message Payload to the notification" as well??  If so,where can find more info on this??

    Hi Barry,
    If you want your Alerts to be genearted automatically in the background, then I guess only the container variables available on SAP help can be used.
    But if you are looking to use alerts in BPM, then I think this weblog by michal might help you,
    /people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated
    Hope this helps,
    Regards,
    bhavesh

  • Add namespace declaration into xml root element

    Hello experts,
    I have the following problem:
    I generate a xml message with the following structure (example):
    How can I realise this requirement?
    Thanks and best regards!
    Christopher Kühn

    Hi Christopher,
    Call the below code as a javamappinf in the operation mapping... So now your operation mapping will have two mappings one to convert source to target XML and second this java mapping which will add namespace to your target xml
    import java.io.BufferedReader;
    import java.io.InputStream;
    import java.io.InputStreamReader;
    import java.io.Reader;
    import com.sap.aii.mapping.api.AbstractTransformation;
    import  com.sap.aii.mapping.api.DynamicConfiguration;
    import com.sap.aii.mapping.api.DynamicConfigurationKey;
    import com.sap.aii.mapping.api.StreamTransformationException;
    import com.sap.aii.mapping.api.TransformationInput;
    import com.sap.aii.mapping.api.TransformationOutput;
    import com.sap.aii.mapping.api.InputHeader;
    public class JavaMapping extends AbstractTransformation {
         public void transform(TransformationInput arg0, TransformationOutput arg1) throws StreamTransformationException {
         getTrace().addInfo("JAVA Mapping Called");
         //Input payload is obtained by using arg0.getInputPayload().getInputStream()
         String inData = convertStreamToString(arg0.getInputPayload().getInputStream());
         String outData = inData.replaceFirst("<root>", "<root xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespace=\"http://test.de/test.xsd\">");
         try
         //8. The JAVA mapping output payload is returned using the TransformationOutput class
         // arg1.getOutputPayload().getOutputStream()
              arg1.getOutputPayload().getOutputStream().write(outData.getBytes("UTF-8"));
         catch(Exception exception1) { }
         public String convertStreamToString(InputStream in){
         StringBuffer sb = new StringBuffer();
         try
         InputStreamReader isr = new InputStreamReader(in);
         Reader reader =
         new BufferedReader(isr);
         int ch;
         while((ch = in.read()) > -1) {
              sb.append((char)ch);}
              reader.close();
         catch(Exception exception) { }
         return sb.toString();
    check stefans blog on the jar files that you need to make this mapping /people/stefan.grube/blog/2006/10/23/testing-and-debugging-java-mapping-in-developer-studio
    Regards
    Suraj
    Regards
    Suraj

  • Is it possible to add pushbuttons to the SAP Easy Access Front Screen ?

    Dear gurus.
    Is it possible to add pushbuttons to the SAP Easy Access Front Screen when a person logs in?
    if so how can we achieve it ?
    Regards
    Saad Nisar.

    SAP Standard Menu
    SAP Standard Menu helps you in including your own menu within the Sap menu bar .It helps us in making own function related to the program, sub routines or any transaction. The main advantage of this standard menu is that u can even modify this menu according to your client or project needs.
    The main advantage of the SAP Menu bar is that it can find specific transaction without knowing the transaction code.           SAP Menu is determined by the task you are doing in the SAP R/3 system.
    Menu are like Drop down list ,as when you click on any particular menu item, further options will be displayed.
    You can have as many as standard menu bar in the SAP Standard menu.
    The SAP Menu Bar contains the menus for the functional and administrative areas of the system.
    Features of the Sap Menu Bar are as Follows
    Menu     Description
    System     It contains all the function that affect the system as a whole such as Create session, User profile and Log off
    Help     This menu provide various types of online help that are available in R/3 system
    Following are the Steps how to modify the SAP Standard Menu Bar
    Transaction code SE41 is used for displaying the Menu Painter Menu. 
    Now in the Program field ,Type the MENUSYST  as the Program Name.
    Now in the Status field choose the option MEN by using the F4 help .
    After choosing the MEN option for the Status field, click on the Change then the Following Screen will be displayed
    Click OK and move Forward , it is just Alerting that Menusyst is a user interface .
    After that the Following screen will appear with Modify Status Men in Program MENUSYST
    Double click on the Menu bar shown in the Left side of the Screen .Such as the Menu bar will open .
    Double click on the System such that list of menu will be displayed .
    Now you can See there  are two columns  present in the system menu ,One is Code column and other is Text column. Right Click on your desired location of these two column such that it will show the option.
    From the option menu choose the option Insert Entry . By choosing this option a new row is inserted in the System menu . when the New row is inserted then type Menu  in the code field and My Option in the Text Field as follows. Both the code field and the Text Field name depends on your requirments.
    Now Double click on the Menu of the Code field such that Function attributes window will open.
    In the fuction type choose the function type as T (Call a transaction).and then Click Ok.
    After Selecting the Function type . Click on the Ok button of the fucntion Attruibute Screen .
    After that activate the Function by selecting the Menu in the code field and click on the Fucntion Code button Present on the top of the Sap Screen .
    Now Save (Ctrl +S ) interface of the program MENUSYST  .
    Now Activate (Ctrl + F3) interface MENUSYST as follows .
    Now Come to the Initial screen of the Menu Painter i.e . SE 41 ,so as to test the modified SAP Statndard Menu ( by Pressing F3 )  and Type the Program As MENUSYST and status as MEN and then Click Test Button .
    After clicking the Test Button the Status Simulation Screen will appear , just click Excute button on that popup screen.
    Now the Menu Painter Intial Screen will appear such that you can test your function code there. Now Click on the System menu in the Menu Bar
    After clicking to the System Menu , the list of the option will open and our Customized /Modified SAP Menu will appear into it as follows .
    Now you can See that the My Option Menu appears on the Standard System Menu. There are various Advantages of the modification of the Standard Menu which are discussed as follows .
         Code Flexibility, As We can choose our own predefined Standard Menu fucntion in the Program as required by the client.
         Independency . Sap program is independent of various other supporting program that are supporting to the defined function.
         Ease of Code . More Uniformity is established between the Standard Menu function.We can include our own predefined fucntion module within this standard function module
    Deactivating of the SAP Standard Menu
    You can just move to the MENUSYST Prgram through SE41 Transaction Code . then Select the MENU option which you had customized and then click the Function Code again in the SAP screen.
    Then Message will be Displayed that Function MENU is Deactivated as follows .
    Now Save and Activate the interface MENUSYST. Test the Program using the Initial Screen SE41
    And check the System menu in the Menu bar ,then the My Option Menu is deactivated .

  • Is it possible to add second cooler to my QOSMIO

    I WOULD LIKE TO ASK IF IT IS POSSIBLE TO ADD THIS SECOND COOLER TO MY LAPTOP *(TOSHIBA QOSMIO-X300 130) BECAUSE MY LAPTOP SHUTSDOWN WHEN I PLAY GAMES..
    *PIC ABOUT WHAT I MEAN.. *http://www.irisvista.com/tech/laptops/Toshiba-Qosmio-X305/big/removing-laptop-motherboard-33.jpg
    AS I SEE YES BUT WHERE CAN I FIND SUCH A COOLER IN YM COUNTRY (BULGARIA)
    EVRYTHING STILL IN GUARRANTY
    Message was edited by: aloushi

    I think you should discuss about this with Toshiba service in your country.
    I presume they can explain to you what can be done and what is not possible to do.
    I also think they can explain to you which parts can be added and what kind of upgrade cannot be done.
    You found some US page on the net and this nice pic and now you think you can do the same on your Qosmio. This is pic of Qosmio X305 produced for US market. Do you have the same notebook model?
    Do you think all Qosmios X300 have identical mainboard with 100% identical construction?

  • Is it possible to add or overlay text on an image to be used in a slideshow in Aperture?

    Is it possible to add or overlay text on an image to be used in a slideshow in Aperture v3.2.2? If so how? Thanks.
    RJT

    Start here.
    Don't miss this:
    Stage 7: Titling and Adding Text to the Slideshow
    Add a title to your slideshow using the titling controls. Insert a blank slide at the beginning of the movie to display your title. You can also use blank slides to act as chapter dividers. Add text to individual slides where appropriate.
    or this:
    Adding Text to an Individual Slide
    Message was edited by: Kirby Krieger -- added final link.

  • It's no longer possible to add music from my computer to my iTunes library, It's no longer possible to add music from my computer to my iTunes library

    Problem: I can't add any music from my computer to my itunes library anymore!
    Hey there!
    As I explained above, I can't add any music from my computer to my itunes mediacentre since one week. There is no error indication or any other message in which it is mentioned that the music I tried to add has not been added. It is just not in my library.
    Even if I delete some music it is not possible to add music.
    I just downloaded the new itunes in hope that the problem would be solved, but there is no change.
    Perhaps you can help me!
    That would be great!
    Thanks..

    Ok so you are saying that if I had photos stored there, I would have had an account. By the fact the site said it cannot create one, means I could not have photos there. That is how you can say with certainty that people in that position have no photos stored.  It's that correct?  If so, thank you for the clarification.
    Also I originally sent this answer as a reply to your email above, but it came back as:
    <[email protected]>:
    Remote host said: 550 No such user - psmtp [RCPT_TO]
    even tho it said in the email that I could reply or post a response.  Just wanted you to know.

  • PI Sheet : Is it possible to Add Phase or Operation Text?

    Hi Experts,
    Is it possible to add phase or operation text along with phase number?
    We are using browser base PI sheet and in the begining of the frame PI sheet shows phase number automatically like " Phase0101". Is ther any way to add short text of the phase instead of phase number or both?
    This will really  make my life easy.
    Thanks in anticipation.
    Kind Regards
    RajaRam

    In 013c defining process message category for process characteristic include standards characteristics of PP_PI Operation, PP-PI Operation text, PP-PI Phase, PP-PI Phase text also as characteristics,
    After this when defing PI category 012c these characteristic appear along with process message charectestic.there define these as output characteristics. This will display phase no, phase text, operation no, operation text each time respective Process characteristic is recorded.

  • Me21n - account assign - is it possible to add field ?

    me21n -> account assign - is it possible to add field ?
    is there any standart exit  ?
    i know about the optin to add fields in my own screen
    ( MM06E005 ) .
    i need it becouse i can't inforce ( display message )
    the user to insert value in my own subscreen  .

    hi
    I have the same requirement of adding a new field in account assignment. Please let me know if you are done with that or you have any infor regarding user-exit/BADI.
    Thanks
    Alok

Maybe you are looking for

  • Movie import

    I going to buy a new camera and you can take a 3min movies with it what I wanted to know is if i can import the 3 min movie into imove and use it to make a bigger movie with it

  • How to order IP address

    Version 10g For sample data      CREATE TABLE IP_ADDRESS   IP_ADDR          VARCHAR2(15)                 PRIMARY KEY,   IP_STATUS        VARCHAR2(5)                  NOT NULL,   EQUIPMENT_TYPE   VARCHAR2(20)                 NOT NULL,   EQUIPMENT_ID  

  • Time Operations and Infotype 2002

    hi Is there an operation to reterive attendacne hours in infotype 2002 . Currently we are using HRS but it fetches from Planned working time .(HRS=PNUM. This is used for overtime calculation (negative time manegment ) Alos if there isany  alternate s

  • Communicating with SAP Application

    Hello everyone. I am not a SAP developer, but my company uses SAP. I am building a program in VB.NET. That program must put focus on a SAP window. This I have managed to do. My problem is that I am trying to fill in an Edit. I am doing that using an

  • How do I read  the Deployment descriptor throw my application?

    Hi There is a need for me to read attributes in the Deployment descriptor through my application. How may I do that? I don't want to use a Parsa to read the XML file and get the attributes.. Is there any other way? thanks Sanesh