How to know where the value of a field in an IDoc is saved?

Hello SAPients!
I'm working in ECC 6.0. I have an Inbound Idoc of type WPUBON01. In the segment E1WPB01it has a field named BONNUMMER. My question is: How can I know what TABLE-FIELD is being populated with the value of that field? I mean, is there a way to know the mapping of the fields of an IDoc?
Thank you in advance for your kind help.

Hi,
The table name is WPLST
I did the following..
Go to the segement structure in SE12..
Double click on the data element for that corresponding field..
Then put a where used-list for that data element...To search in tables..
I got the table WPLST.
Thanks,
Naren

Similar Messages

  • How do i get the value  of that field

    in JSP i have a field like below..
    <input type="hidden" id="grpId<%=Index%>" value="<bean:write name='GrpList' property='groupId'/>"/>
    In Action class , how do i get the value of that field (i.e id) ?
    String value =reques.getparameter (//what ??);

    i dont want to change the jsp.
    concern is , as the name of the id is dynamic .....so can i get the value in the Action class ?
    is there any trick exists ?
    I will try not to change any jsp code but will do changes in Action class
    Message was edited by:
    Unknown_Citizen

  • How to know where the user exits or enhancement used in standard sap code?

    Hi
    I m pretty new to abap.
    How can I know where the user exits or enhancement used in standard sap code?
    As i have to add some functionality to the standard sap code. I m looking to search the enhancement or user exits used in this standard code wher i can add my functionality.
    thanks in advance.
    Moderator message : Search for available information, thread locked.
    Edited by: Vinod Kumar on Oct 19, 2011 2:38 PM

    Hi Henry,
    I don't think this is the easiest way to look at the code around a particular field on the screen. Debugging standard programs also can be very tedious, if not impossbile. So, instead of this question, I would like to find out exactly what you want to do if you know the code.
    If you are in a transaction and you want to know where the code of a particular field is, the fastest way to get to it is by pressing the F1 key on the field and then press the Technical info button on the help screen. In here you will typically see the same kind of information but it is very specific to the field you selected.
    PROGRAM(SCREEN) tells you which program is manipulating the main screen, in which your field is embedded. Remember your field may be included in a sub-screen and that subscreen may be the one included in the main screen.
    PROGRAM(SUB SCREEN) tells you which program is directly responsible for the field on the subscreen it is included in. This is where you should find the code most appropriate for the field, but not necessarily.
    PROGRAM(GUI) controls how your push buttons and the menu options in the screen behave and controlled.
    Srinivas

  • In standard programmes how to know where the fields are in the code...Urge.

    How to find where the coding of the fields displayed in the standard transactions is written.FOr example In XD0l if I want to find out where the 'key term' is coded in the stadard programe of the transaction XD01.When I go into sytem--->status,I will get to see a window showing the details,In that we can see 3 PRAGRAMS-PROGRAM(SCREEN),PROGRAM(SUB SCREEN) AND PROGRAM (GUI).Can nay one explain the significance of these 3 programs.

    Hi Henry,
    I don't think this is the easiest way to look at the code around a particular field on the screen. Debugging standard programs also can be very tedious, if not impossbile. So, instead of this question, I would like to find out exactly what you want to do if you know the code.
    If you are in a transaction and you want to know where the code of a particular field is, the fastest way to get to it is by pressing the F1 key on the field and then press the Technical info button on the help screen. In here you will typically see the same kind of information but it is very specific to the field you selected.
    PROGRAM(SCREEN) tells you which program is manipulating the main screen, in which your field is embedded. Remember your field may be included in a sub-screen and that subscreen may be the one included in the main screen.
    PROGRAM(SUB SCREEN) tells you which program is directly responsible for the field on the subscreen it is included in. This is where you should find the code most appropriate for the field, but not necessarily.
    PROGRAM(GUI) controls how your push buttons and the menu options in the screen behave and controlled.
    Srinivas

  • How to know wher the request come from??

              I have 2 JSP's forwarding to same 3rd JSP. Now from the 3rd JSP how can I know
              where the request comes from..without using and HTTP parameters
              Can any one help me in this..
              Thanks
              Perianayagam.T
              

    Perianayagam.T wrote:
              >
              > I have 2 JSP's forwarding to same 3rd JSP. Now from the 3rd JSP how can I
              > know where the request comes from..without using and HTTP parameters
              Set a request attribute in the source jsp. In Servlet 2.4 containers, this
              will be done automatically; you will find attributes similar to
              javax.servlet.include.* today.
              Matthias
              Matthias Ernst
              Software Engineer
              CoreMedia - Smart Content Technology
              

  • How do I get the value of a field object programatically after loading a report

    I'm using CR 11.5 and VS2005 in a console application, there is no GUI. I have a report with a page header that has 3 field objects. These field objects, their values change for every record and I want to be able to capture the value of these field objects in code for further processing outside of CR. Is this possible?
    Thanks in advance!
    I should explain a little more, the information I'm trying to obtain is in the Page Header section of the main report. There are subreports. Basically what I'm trying to put together is a list of how many pages are part of each record, the number of pages fluctuates per records so I need to be able to cycle through. Any other suggestions?

    When accessing the fields on the report through the SDK you will only get what database field they are using for data.  The internal data collection that is used by the report can be gathered using the rowsetcontroller from the ReportClientDocument.

  • Where used list for MEMORY ID's (how to know where the memory id is importd

    Hi,
    In one of my programmes, I am seeing that, developer has used some memory ID's.
    EXPORT l_cust_e FROM l_cust TO MEMORY ID 'CUSTUPDATE'.
    Now, I want to know where this memory id is being imported, since I want to debug the behavior of this memory ID.
    Could you please help me out?
    Thanks,
    Sandeep

    In debugging follow the below steps to check if the memory id is indeed holding any values or not
    GO TO >>ABAP MEMORY/SAP MEMORY.Here you will get to see the MEMROY iD that is used in the program.Double click on it to see the hexadecimal values along with the content that got imported or exported.
    If the program is running across multiple sessions then MEMORY ID will not hold the values.
    Thanks,
    K.Kiran.

  • How do I update the value of  a field programmatically

    I want to change a form field "modified_by" to the current sso
    user using wwctx_api.get_user before updating the record in the
    database, how is a good way to do it? p_session.set_value? not
    having much luck with that, I put it in before processesing the
    for and get this error when I hit QUERY
    Error: An unexpected error occurred: ORA-06502: PL/SQL: numeric
    or value error (WWV-16016)
    An unexpected error occurred: ORA-06502: PL/SQL: numeric or
    value error (WWV-16016)
    (WWV-00000)

    Hi,
    If you create a function to return wwctx_api.get_user you could
    call this inside an update trigger, you could put in an
    exception to return USER if there is an error, this would then
    work for users connected directly and users using Portal.
    Regards Michael
    e.g.
    CREATE OR REPLACE FUNCTION F_PORTAL_USER RETURN VARCHAR2 IS
         vRet VARCHAR2(50) := wwctx_api.get_user;
    BEGIN
         RETURN(vRet);
    EXCEPTION
         WHEN OTHERS THEN
              RETURN (USER);
    END F_PORTAL_USER;

  • How to read the value of a field of an IDoc

    Hi my requirement is " read the LIFNR value from inbound idoc Then i should go for validation".

    Hi,
    Please check the code below:
      LOOP AT idoc_data INTO wa_idocdata
                        WHERE docnum EQ gwa_edidc-docnum.
        CASE wa_edidd-segnam.
          WHEN 'E1EDL20'.
            wa_e1edl20 = wa_edidd-sdata.
            APPEND wa_e1edl20 TO it_e1edl20.
            CLEAR wa_e1edl20.
    READ TABLE it_e1edl20 INTO wa_e1edl20 INDEX SY-INDEX.
    if sy-subrc eq 0.
    processing......
    endif.
    Regards
    Kannaiah

  • How to find where the segments are get filled.

    Hi friends,
    I want to know, where the segments are getting filled for an IDoc. Actually i have failed IDoc's, in that IDoc the segment E1EDS01 the Qualifier is 009 its having 2 fields one is SUMMID its having value of 009 and another one is SUMME its having the value of 4.124.
    The requirement is this SUMME value is wrong for selected Idocs. How i debug this? I know the partner profile name, basic type and message type. How i will get the proper include name?
    Its an outbound interface.
    Pls anyone advice are help.
    Mohana

    Hi Mohana,
    If you have partner profile, then goto transaction WE20 and search for your message type in Outbound paramters of that partner and double click on it. Then click on the "_Message Control_" tab.
    Process code will be defined there it will direct you to Outbound processing Function module. Then you can find your segment inside include of that Function module. (It could be user-exit also)
    If you cannot find process code there, then look for corresponding EDI Output type which triggers the outbound Idoc and get the program name through transaction NACE.
    Hope this will help you
    Regards
    Saravanan

  • How to left justified the value of the field in script

    hai
    how to left justified the field in script
    for example i am having a field &wa-netwr& , how to left justified the value of this field in scripts
    thank u in advance

    one way is define a paragraph format P1 and in that attributes,you can give LEFT justified(by creating TABS).
    and give that paragraph format in the script editor.
    P1   ,,text
    here ,, denotes tab position.
    or
    use  &wa-netwr(C)& <--for condensing .
    Regards
    Srikanth

  • HT3819 how do I share movies/music between my computers. I have opened shared on both computers and both are on, but i am not able to drag anything from one to the other. Does anyone know where the settings button is on the bottom of the itunes screen?

    how do I share movies/music between my computers. I have opened shared on both computers and both are on, but i am not able to drag anything from one to the other. Does anyone know where the settings button is on the bottom of the itunes screen?

    Oops, I forgot a step between 7 and 8 ... before syncing the iPhone I need to explicitly send the document back to iTunes on the iPhone, or the changes won't come over at all ...
    and then one more thing ... Numbers on iOS does NOT recognize a number of key features of the OSX app, such as conditional formatting ... so after editing my document on iOS and syncing it back to OSX on my Mac, all of those settings are lost (no more conditional formatting, have to do it all over again)
    What am I doing wrong ?

  • Working alternating with iPhoto and FCE tgrying to import pictures from iPhoto into FCE suddenly all my 22300 pictures disappeared leaving empty frames. Does somebody know where the pictures could have gone and how can I get them back into iPhoto? Lothar

    Working alternating with iPhoto and FCE tgrying to import pictures from iPhoto into FCE suddenly all my 22300 pictures disappeared leaving empty frames. Does somebody know where the pictures could have gone and how can I get them back into iPhoto? Lothar

    The ! turns up when iPhoto loses the connection between the thumbnail in the iPhoto Window and the file it represents.
    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 Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords 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

  • How do I install Lion on external hard drive? I have purchased and downloaded through App Store but do not know where the download is located so I can install.

    I want to install Lion on an external hard drive. The OS was purchased and downloaded through the App Store but I do not know where the file is.

    If you downloaded the installer it will be in your applications folder. Failing that use spotlight start typing Install and it should show up.
    This is assuming you downloaded the installer from the app store, and didn't just install it onto your mac. If all you have done is install it on your mac. Go to your purchases Lion should show up. Then click download.
    Here is the Support page for installing osx on an external drive.
    OS X: Installing OS X on an external volume - Apple Support
    Hope this helps.
    PJRS

  • How do you sync contacts with gmail, not other place on computer? I don't know where the contacts came from on that are now on my new phone. There are way too many and it is not my list of contacts I have on gmail. Where else is this from?

    I don't know where the contacts came from on that are now on my new phone. There are way too many and it is not my list of contacts I have on gmail. Where else is this from? I spent a LONG time on gmail going through my list of contacts. There were about 400 and I got it down to about 90. When I went to sync my new phone, ALL 400 synced.
    Thank you for any help!

    Sorry for the repeat...new here. OBVIOUSLY.

Maybe you are looking for

  • Can I use Bulk Collect results as input parameter for another cursor

    MUSIC            ==> remote MUSIC_DB database, MUSIC table has 60 million rows PRICE_DATA ==> remote PRICING_DB database, PRICE_DATE table has 1 billion rows These two table once existed in same database, but size of database exceeded available hardw

  • How to obtain USB current in Labview

    Using Windows Device Manager and selecting the USB HUB, you are able to see the current consumption of your USB devices. See attached photo. Is there any way to programmatically obtain this value using Windows DLL calls in Labview or Labview property

  • How to display a bmp in labview?

    Hi, all I want to display bmp in labview. I use function: draw image from File in OpenG library. But i report error because this is Unsupported  image depth. My bmp is 16 bit depth. Should i conver it to other supported bit depth?  there are so many

  • PS Elements 10: Can't access Nikon D60 and D7100 NEF files

    I need to convert/edit about 20 NEF-formated image files from D60 and D7100 Nikon cameras to publish them in a newsletter.  Last year, I downloaded an update that contained conversion solutions for the D7100, but that download appears to be no longer

  • Removing dotfiles in /home when installing over an Ubuntu partition

    I'm getting ready to install Arch soon, but I thought of a slight issue: I have an existing Ubuntu partition with separate / and /home partitions. The plan is to just install Arch on / and leave /home alone (hehe...home alone). But there are a lot of