Check field to InfoObject

Hi,
How to check field to InfoObject mapping, i mean how to identify particular field is exactly matching with corresponding InfoObject.
For example, when i searched in Business content(BW) for Document number..lot of InfoObjects has come..so, how to choose Exact InfoObject for R/3 field BELNR (Document number from BSEG table)..
Please provide solution...
i am very thankful to you....
Its urgent....so, pls..pls

BI - SE16 Table - RSOSFIELDMAP - F7
You will see :
OLTPSOURCE
LOGSYS
OBJVERS
FIELDNM = BELNR ( for example )
IOBJNM
CONVERSION
Width of Output List
Maximum No. of Hits
Execute
You will get a list of datasources where the ECC field exists -> Double Click on it -> You will the infoobject - IOBJNM

Similar Messages

  • Mapping the R/3 Fields with InfoObjects

    Hi Guru's,
                   I am working on CO-PA Datasource, i have the r/3 fields from which i have to map the info objects in BI. I found all the relevent infoobjects, but few left without mapping.I tried to find these fields from tcode:se11/rsosfieldmap  but i cannot find these fields here also. Can anyone help me in searching the infoobjects for the following fields:
    PAOBJNR,PASUBNR,HZDAT,KURSKZ,RKESTATU,PAPAOBJNR,PAPASUBNR,FRWAE,KURSF,KURSBK,COPA_AWORG,COPA_BWZPT,COPA_AWSYS,COPA_AWTYP .
    Thanks in Advance.
    Points are Assured.
    Expecting Quick response, as i have to deliver the object immediately.
    Rgds,
    Zakir

    Hi,
    Search with the description of the field in infoobjects if not found then find the same in BI content, once you find the infoobject cross check with length and type of chars etc...
    Regards
    Prasad Nannuri

  • Trouble with calculating fields. Can't select (check) fields. Also can't figure out what's wrong with a division field (percent) that I created. Keep getting the pop up that format of the field doesn't allow blah blah blah... Help!

    Trouble with calculating fields. Can't select (check) fields. Also can't figure out what's wrong with a division field (percent) that I created. Keep getting the pop up that format of the field doesn't allow blah blah blah... Help!

    1. Use the mouse to select the field and then press the space bar.
    2. A null string is the same as zero. What is the result for division by zero?

  • CHECK FIELDS functionality

    Hello From google, i came to know that, CHECK FIELDS functionality is not available for SAP WebDynPro for ABAP in perspective of Interactive Forms, its availabel only for SAP WebDynPro JAVA stack. But, as per our busienss requirements, i need to have the similar functionality on our form, 1) Do i need to write the script explicitly on the form? 2) To get CHECK FIELDS validation functionality for all the fields on the form (its around 67 subForms and 158 fields) in one shot ( meaning, user pressess it at the end after filling all the fioelds on the form), then, where i need to write my code/script, is it on the form as script? 3) If so, at wht level i have ti write, is it each subForm level? or each PAGE level? or MASTER PAGE level? Thank you

    Hi,
    Presuming it is an interactive form, it would be faster and relatively easier if you could have a single validate button on your abap web dynpro screen and perform all validations (since you have backend connectivity too, you could validate against master data) in ABAP itself..
    Regards...Amith

  • Fields of Infoobject

    Hi,
    Can anyone please tell me what all fields got transferred from ECC to BI when we pul 0material and 0customer records??
    Or where I can check fields in ecc or bi?? what TCode?
    Thanks

    Hi,
    In the source system you can check the fields that belong to the datasource in the table ROOSFIELD, just enter
    the datasource name in the field OLTPSOURCE in the table and set the value for field OBJVERS to A.
    You can also check the fields that belong to the datasource in transaction RSA5 and RSA6.
    On the BW side if you use BW 3.x or earlier release you can see in the transfer rules( transfer structure
    TAB) the fields that are transferred by the datasource fromn the source system. If you use BI 7.x
    release you can check the fields that are transferred by the datasource in the transformation.
    Best Regards,
    Des.

  • Mapping between r/3 fields to infoobjects in bw

    Hi
    Plz help.
    There is a table which will give info on datasource regarding which r/3 field is mapped to which bw infoobject. which is the table which will furnish that kind of info.
    Thanks
    Regards

    RSOSFIELDMAP.
    Infoobject field -> BW field
    FIELDNM -> SAP Field
    Regards,
    Gunjan

  • Check field data type

    Hey,
    Im trying to determin the value of a JTextField.
    I want to test if the data in the field is either
    a) a String
    b) a Date
    c) a numeric
    How would i do this?
    Any example code of tutorials would be great
    thanks in advance
    Dave

    you're advocating exception handling for this?
    advocating expecting exceptions? normally if
    someone suggested this, I'd dismiss it as amateur
    ramblings, but I know that doesn't apply to you. what
    gives?Simplicty. To find out whether it's a valid int, you could of course use a regex to check for sign and all-digits,and then check the amount of digits for the maximum length - and if the String is as long as MAX_VALUE (or MIN_VALUE), you'll need to check each digit whether its equal or smaller than MAX_VALUE's.
    And then you parseInt() it.
    And for dates, it will be even worse.
    So you're going to write a hell of a lot of code that ends up doing what you'd do anyway, and in once case you have neat although avoidable "error" handling, while in the other case you're left with a lot of work, potential bugs and people cursing at you.
    If you're really a purist, a NumberFormatException should never occur. But I'm at least a bit more pragmatic.

  • Authorization Check Field Name

    Hi,
    Do we need to specify all field names when coding authorization check in abap?

    Hi,
    Plz go through this...
    AUTHORITY-CHECK OBJECT object
    ID name1 FIELD f1
    ID name2 FIELD f2
    ID name10 FIELD f10.
    Explanation of IDs:
    object Field which contains the name of the object for which the authorization is to be checked.
    name1 ... Fields which contain the names of the name10 authorization fields defined in the object.
    f1 ... Fields which contain the values for which the f10 authorization is to be checked.
    AUTHORITY-CHECK checks for one object whether the user has an authorization that contains all values of f (see SAP authorization concept).
    You must specify all authorizations for an object and a also a value for each ID (or DUMMY ).
    The system checks the values for the ID s by AND-ing them together, i.e. all values must be part of an authorization assigned to the user.
    If a user has several authorizations for an object, the values are OR-ed together. This means that if the CHECK finds all the specified values in one authorization, the user can proceed. Only if none of the authorizations for a user contains all the required values is the user rejected.
    If the return code SY-SUBRC = 0, the user has the required authorization and may continue.
    The return code is modified to suit the different error scenarios.
    The return code values have the following meaning:
    4 User has no authorization in the SAP System for such an action. If necessary, change the user master record.
    8 Too many parameters (fields, values). Maximum allowed is 10.
    12 Specified object not maintained in the user master record.
    16 No profile entered in the user master record.
    24 The field names of the check call do not match those of an authorization. Either the authorization or the call is incorrect.
    28 Incorrect structure for user master record.
    32 Incorrect structure for user master record.
    36 Incorrect structure for user master record.
    If the return code value is 8 or possibly 24, inform the person responsible for the program. If the return code value is 4, 12, 15 or 24, consult your system administrator if you think you should have the relevant authorization. In the case of errors 28 to 36, contact SAP, since authorizations have probably been destroyed.
    Individual authorizations are assigned to users in their respective user profiles, i.e. they are grouped together in profiles which are stored in the user master record.
    Instead of ID name FIELD f , you can also write ID name DUMMY . This means that no check is performed for the field concerned.
    The check can only be performed on CHAR fields. All other field types result in 'unauthorized'.

  • Check field values wad

    Hi everyone,
    I'm working on a template in wad and I have to check whether the user has choosen values in different dropdown boxes or not. How do I do this? I tried different things with the command wizzard and javascript but don't know how to implement this.
    Thanks for your help!
    Regards
    Tim Jaschik

    Hi,
    thank's for your answers, but my problem won't be solved by a customer exit in cmod. I will explain the situation a little bit more detailed:
    - the user starts a web template (I created this in bex web application designer)
    - in this template, there are five queries, each one shows the masterdata of an attribute in an dropdown field (0material, 0customer, ...
    - after the user has choosen all five values, he clicks on a button, this button starts a planning function...
    BUT before the planning function starts, I wan't to check, whether all dropdown fields are filled or not. If the user has forgotten to choose a value from one ore more fields, the planning function should not start and the template should give the user a message, which dropdown box  has the be filled.
    So I'm not in the sap-context, this is a simple javascript problem. But I don't know how to implement this javascript solution in wad, to check the values of the dropdown boxes and give back a message to the user...
    Regards
    Tim Jaschik

  • Check fields at save

    Hi cprojects experts,
    My requirement is to check if a project role contains one or more BP when the user clicks the save button (if not i'd like to display an error message). I've tried badi DPR_ATTRIBUTES (methods  VERIFY_ATTRIBUTES, CHECK, CHANGE_CHECK) and DPR_EVENTS (with filter ON_IF_DPR_COMMON_CHANGED). Unfortunately the badi implementations get triggered each time a field is changed.
    Is there another badi which only gets triggered at click at the save button? Or is there a possibility to find out if the save button was clicked using the above mentioned badis?
    I appreciate any hint!
    Kind Regards
    Wolfgang Brunneder

    Hi Wolfgang,
    a customer own subsystem should be  the 'modification free' soluation for your case. Please take a look th example codes
    CL_DPR_DEMO_SUBSYSTEM, which you can abort the save and raise error.
    I think, for your case the method IF_DPR_APPL_PLUG_IN_SUBSYSTEM~PREPARE_TO_SAVE is relevant.
    Regarding how to create a customer subsystem.
    I think, what important is to create a Z class, which implement the both interface IF_DPR_APPL_PLUG_IN_SUBSYSTEM &
    IF_DPR_APPL_BOOTSTRAP_MEMBE, and adjust the parameter SR_INSTANCE with your own class name. After then the program will search all the active class, which implemented the interfaces and call one after another.
    Kind regards,
    Zhenbo

  • Check field symbols plzzz

    hiii i'm new to field symbol .  can you pleaseee look at the code below and advise if it's ok after append do i need to unassign field symbol like when using work area i need to clear after every append
    note: the i_data_file will be use elsewhere
    refresh i_data_file.
    LOOP AT i_file_upload ASSIGNING <fs_upfile>.
    Retrieving the first row of the excel file
        IF v_firstrow IS INITIAL.
          v_firstrow = <fs_upfile>-row.
        ENDIF.
      Reset the values for the next row
      and inserting each record in table
        IF <fs_upfile>-row NE v_firstrow.
          APPEND <fs_datafile> TO i_data_file.
          v_firstrow = <fs_upfile>-row.
        ENDIF.
        CASE <fs_upfile>-col.
          WHEN 1.
            <fs_datafile>-werks = <fs_upfile>-value. "Plant
          WHEN 2.
            <fs_datafile>-matnr = <fs_upfile>-value. "Company code
          WHEN 3.
            <fs_datafile>-bwdat = <fs_upfile>-value. "Date
          WHEN 4.
            <fs_datafile>-losgr = <fs_upfile>-value. "Qty
          WHEN 5.
            <fs_datafile>-kst003 = <fs_upfile>-value. "Price total
          WHEN 6.
            <fs_datafile>-kstar = <fs_upfile>-value. "Cost element
          WHEN OTHERS.
        ENDCASE.
      ENDLOOP.
    Inserting the last record of the excel file
      APPEND <fs_datafile> TO i_data_file.

    hi
    good
    check this link which ll give you detail idea about the field symbol,
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb387a358411d1829f0000e829fbfe/content.htm
    thanks
    mrutyun^

  • Check fields when approve or deny

    Hello,
    Can any one please check for me if there is something wrong or if I miss any thing in the statement below which causes it to not working right. User fills the form and submit it to the manager, when the manager approve/deny then he/she should fills the other fields. If they miss one then a pop up message will tell them that they need to fill that field which is highlighed.
    if 
    (AWS_ACTION.rawValue == "Deny" && (form1.Wellness_Page1.denied_reason.rawValue == null || form1.Wellness_Page1.denied_reason.rawValue == "" ) ){
    app.alert("Please select deny, enter your name and today's date for denial. ");
    form1.Wellness_Page1.denied_reason.mandatory
    = "error"; // make the comments field mandatory
    form1.Wellness_Page1.SupDeny.mandatory
    = "error"; // make the fields mandatory
    form1.Wellness_Page1.sup_signature.mandatory
    = "error"; form1.Wellness_Page1.SupDate.mandatory
    = "error"; xfa.event.cancelAction
    = true; // This line will prevent submitting the form
    else {(AWS_ACTION.rawValue == "Approve" )
    app.alert("Please select approve, enter your name and today's date for approval. ");
    form1.Wellness_Page1.SupApprove.mandatory
    = "error"; // make the fields mandatory
    form1.Wellness_Page1.sup_signature.mandatory
    = "error"; form1.Wellness_Page1.SupDate.mandatory
    = "error"; xfa.event.cancelAction
    = true; // This line will prevent submitting the form
    Please advise.
    Thanks, Han

    This might be just the formatting of the post but the line;
    else {
    (AWS_ACTION.rawValue == "Approve" )
    should be
    else {
    if (AWS_ACTION.rawValue == "Approve" )
    That is you'll need the "if" keyword.
    Hope that helps
    Bruce

  • Check field in a select-opton

    Hi, is there anyone that can help me to solve this problem?
    I have 2 seach field in a report,
    Filed 1 and field 2
    The user put in a value in field 1, the search in field 2 i dependet of what the user have put in into field 1, so, when the user press PF4 in field 2, different value will show up (dependent of value in field 1).
    That is no problem if the user press enter between or run the program but if he/she fill in value in field 1 and then directly press PF4 in field 2, there is no value in the SO-table from field 1.
    How to check the value?? Please help...
    BR//

    Hi,
    I don't see a real need to create a search help in this case. Here's the sample code which demonstrates the usage of the above Function Module. Besides, the FM itself has very good documentation. I would encourage you to go ahead and read that.
    REPORT  ZANAND_TEST.
    parameters: p_1 type n,
                p_2 type i.
    data:  field_value type DYNFIELDVALUE.
    at selection-screen on value-request for p_2.
      perform read_field using    'P_1'
                         changing field_value.
      message i398(00)  with FIELD_VALUE .
    *&      Form  read_field
    *       text
    *      -->P_FIELD_NAME   text
    *      <--P_FIELD_VALUE  text
    form read_field  using    value(p_fieldname)
                     changing p_field_value.
      data: dyname like d020s-prog value 'ZANAND_TEST',
            dynumb like d020s-dnum value '1000'.
      data: begin of dynpfields occurs 3.
            include structure dynpread.
      data: end of dynpfields.
      move p_fieldname to dynpfields-fieldname.
      append dynpfields.
      call function 'DYNP_VALUES_READ'
           exporting
                dyname               = dyname
                dynumb               = dynumb
                translate_to_upper   = 'X'
           tables
                dynpfields           = dynpfields
           exceptions
                invalid_abapworkarea = 01
                invalid_dynprofield  = 02
                invalid_dynproname   = 03
                invalid_dynpronummer = 04
                invalid_request      = 05
                no_fielddescription  = 06
                undefind_error       = 07.
      read table dynpfields index 1.
      move dynpfields-fieldvalue to p_field_value.
    endform.                    " read_field
    You might want to comment out the PERFORM statement and observe the current behaviour of your report.
    Regards,
    Anand Mandalika.

  • Check fields after 'COMPLETE' in iw32 Tcode.

    Hello Experts ,
    I push in button 'COMPLETE' in iw32 tcode  , and i get screen with some fields  like  "VIQMEL-AUSVN" and "VIQMEL-AUSBS"
    and i want to check this fields , i didnt find user exit that suit to this target , can any have idea how can i do this ?
    Thanks for the help,
    Avi.

    This form image was created using a Toshiba MFP and had form fields added with Acrobat. There appears to be a font problem. I saved the form in Acrobat Pro Extended 9. When I opened the form in Reader 9 I was asked to install Japanese fonts since the form uses the KozMinPrN6-Regular font.
    After dismissing the install request, the form fields behaved predictibly in Reader 9 (with the exception of requesting 10MB of Japanese fonts).
    Steve

  • Which table could check 'field description' for one IDOC segment.

    Hi,
    Let's take am example of IDOC segment E1EDL20. If i put 'E1EDL20' in T-code: SE11.
    Then i could display its structure with full field list.
    But you could find that there is 'Blank' in 'field short description'...
    May i know which table could check the field short description???
    Thank you!

    Hi,
    Probaly the name is not maintained in your logon language. Nevertheless you can check the name of all the tables in the table DD02T.
    Regards,
    Marcin

Maybe you are looking for

  • My contacts are in iCloud, but not on Mac

    I made a visit to the Apple store yesterday, primarily for a battery replacement on my Macbook Pro. In passing I also mentioned to the 'Genius' that upon opening Garageband since my upgrade to Mountain Lion, I am unable to create files, or access exi

  • CS Live Icon not updating due to Adobe Story

    This is terribly annoying. The icon in Photoshop will not update, even though I have already signed in and used Adobe Story, despite it being completely useless to me in my line of work. What do I have to do to get it to recognize I have seen the ser

  • Can we expect a fix soon for iPods killed by the 1-10 updater?

    My hardware is a 40 gig 4th Gen iPod. I have spent 40+ hours working with mine with every hardware analysis tool I can get my hands on. This is NOT a hardware issue. The disk drive has been tested multiple time with multiple software tools, both with

  • Problem during updating itunes 11.4

    I try to download the new version of Itunes(11.4), every tiem I reach the intalling part, a message appears and tell me to find the update document in my laptop but it doesnt work even when i find it. How can i fix this? This is a screenshot of the e

  • Adobe Update changed default printer.

    The latest Adobe update made the pdf printer the default and it won't let me change it back to my network printer.  How do I fix this?