To restrict FBL3N display

Hi All,
Please can anyone tell or have idea, how we can restrict the display of FBL3N at profit centre level.
Thanks,
Gill.
Edited by: Sweety Gill on Apr 7, 2009 11:51 AM

Hello,
To understand the functionality, FBL3N is GL Document line item display.
It is not necessary that every GL document should have profit center. Number of documents may not be having profit center, if you do not implement New GL functionality.
Still, if you want to restrict, you can add the K_PCA authorization object manually in the role and get it tested.
Regards,
Ravi

Similar Messages

  • How to restrict the display of report variants

    Hello All,
    I want t know how to restrict the display of report variants.
    I mean, when a user saves a variant for his/her purpuse on some report program, only he/she can refer the variant while other users cannot.
    I know that by setting the attribute of the variant ("Protect Variant ", "Only Display in Catalog"), this would be possible, but I want to know another way, without this setting.
    Thank you for your help in advance.
    Regards,

    Hi,
    Can you just try this
    DATA:it_varid TYPE TABLE OF varid.
    DATA:wa_varid TYPE varid.
    INITIALIZATION.
      SELECT * FROM varid INTO TABLE it_varid
          WHERE report = sy-repid
          and ename = sy-uname.
      IF sy-subrc = 0.
        LOOP AT it_varid INTO wa_varid .
          CALL FUNCTION 'RS_SUPPORT_SELECTIONS'
            EXPORTING
              report               = sy-repid
              variant              = wa_varid-variant
            EXCEPTIONS
              variant_not_existent = 1
              variant_obsolete     = 2
              OTHERS               = 3.
          IF sy-subrc <> 0.
            MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
          ENDIF.
        ENDLOOP.
      ENDIF.

  • How to restrict values displayed using a select-options

    Can someone please tell me how to restrict values displayed using a select-options.
    Example- in my table I have 100 entries. However when the user will click on the required field- I want to be display only 25 options based on a given value of another field in the table.
    Thanks,
    Mahesh.

    get the screen value for the selectd field  using the fm
    DYNP_VALUES_READ.
    for that value filter the internal table values and pass the table to f4 help of the field.
    below code will help u
    write the f4 help for the field.
    At Selection Screen on value request                                *
    F4 help for Corporate
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_CORP.
    Get Corporates for selected division
      PERFORM GET_CORP.
      PERFORM F4HELP_CORP.
    *&      Form  GET_CORP
    Get the corporates for the selected division
    There are no interface parameters to be passed to this routine
    FORM GET_CORP .
    Table for conglomerate
      DATA:
        LT_CONG      LIKE STANDARD TABLE OF FS_CORP,
    Fields of current screen
        LFS_DYNPREAD TYPE DYNPREAD,
    Table for current Screen fields
        LT_DYNPREAD  LIKE STANDARD TABLE OF LFS_DYNPREAD.
      LFS_DYNPREAD-FIELDNAME = 'P_DIV'.
      APPEND LFS_DYNPREAD TO LT_DYNPREAD.
    Get selection screen value for division
      CALL FUNCTION 'DYNP_VALUES_READ'
        EXPORTING
          DYNAME               = SY-REPID
          DYNUMB               = SY-DYNNR
        TABLES
          DYNPFIELDS           = LT_DYNPREAD
        EXCEPTIONS
          INVALID_ABAPWORKAREA = 1
          INVALID_DYNPROFIELD  = 2
          INVALID_DYNPRONAME   = 3
          INVALID_DYNPRONUMMER = 4
          INVALID_REQUEST      = 5
          NO_FIELDDESCRIPTION  = 6
          INVALID_PARAMETER    = 7
          UNDEFIND_ERROR       = 8
          DOUBLE_CONVERSION    = 9
          STEPL_NOT_FOUND      = 10
          OTHERS               = 11.
      IF SY-SUBRC EQ 0.
        READ TABLE LT_DYNPREAD INTO LFS_DYNPREAD INDEX 1.
        IF SY-SUBRC EQ 0.
          P_DIV = LFS_DYNPREAD-FIELDVALUE.
        ENDIF.                             " IF SY-SUBRC EQ 0
      ENDIF.                               " IF SY-SUBRC EQ 0
      REFRESH T_CORP.
    Get the conglomerate for the selected division
      SELECT KUNNR                         " Conglomerate
        FROM KNVH
        INTO TABLE  LT_CONG
       WHERE HITYP  EQ C_HITYP
         AND VKORG  EQ C_VKORG
         AND VTWEG  EQ C_VTWEG
         AND SPART  EQ P_DIV
         AND DATAB  LE SY-DATUM
         AND DATBI  GE SY-DATUM
         AND HKUNNR EQ SPACE.
      IF SY-SUBRC EQ 0.
        SORT LT_CONG BY KUNNR.
        DELETE ADJACENT DUPLICATES FROM LT_CONG
                        COMPARING KUNNR.
    Get the corporates for the selected conglomerates
        SELECT KUNNR                       " Customer Number
          FROM KNVH
          INTO TABLE  T_CORP
           FOR ALL ENTRIES IN LT_CONG
         WHERE HITYP  EQ C_HITYP
           AND VKORG  EQ C_VKORG
           AND VTWEG  EQ C_VTWEG
           AND SPART  EQ P_DIV
           AND DATAB  LE SY-DATUM
           AND DATBI  GE SY-DATUM
           AND HKUNNR EQ LT_CONG-KUNNR.
        IF SY-SUBRC NE 0.
          CLEAR: SSCRFIELDS.
          MESSAGE I531(0U) WITH TEXT-005.
          STOP.
        ENDIF.                             " IF SY-SUBRC NE 0
      ELSE.
        CLEAR: SSCRFIELDS.
        MESSAGE I531(0U) WITH TEXT-004.
        STOP.
      ENDIF.                               " IF SY-SUBRC EQ 0
    ENDFORM.                               " GET_CORP
    *&      Form  F4HELP_CORP
    F4 help for corporate
    There are no interface parameters to be passed to this routine
    FORM F4HELP_CORP .
    F4 help for corporate
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          RETFIELD        = 'KUNNR'
          DYNPPROG        = 'Z_EXCESS_USAGE'
          DYNPNR          = '1000'
          DYNPROFIELD     = 'P_CORP'
          VALUE_ORG       = 'S'
        TABLES
          VALUE_TAB       = T_CORP
        EXCEPTIONS
          PARAMETER_ERROR = 1
          NO_VALUES_FOUND = 2
          OTHERS          = 3.
      IF SY-SUBRC EQ 0.
    Do nothing
      ENDIF.                               " IF SY-SUBRC EQ 0
    ENDFORM.                               " F4HELP_CORP

  • Restrict Query display to TopN with Group BY

    Hello Experts,
    I have a query on a multiprovider that display the following results
    Plant     Product          Date          Qty
    ABC     Mat001          07/03/2007     35
    ABC     Mat001          07/05/2007     20
    ABC     Mat001          07/09/2007     99
    ABC     Mat001          07/11/2007     55
    ABC     Mat002          07/05/2007     45
    ABC     Mat002          07/09/2007     20
    ABC     Mat002          07/11/2007     75
    ABC     Mat002          07/15/2007     49
    Now I want to restrict and display each product that has max Qty as below
    Plant     Product          Date          Qty
    ABC     Mat001          07/09/2007     99
    ABC     Mat002          07/11/2007     75
    If I use TopN condition on Plant, Product, Date I will only get one record but I want Max of Qty for each product like Group By Plant, Product, Date.
    Any advice is appreciated.
    Thanks,
    John Li

    Hi John,
    It is obvious if you are giving N as 1 then only one value will be displayed that is topmost value.
    Since your  the number of records that has to be displayed is not static, create a condition on all the three characteristic as mentioned in the earlier post and use some maximum value for N like 9999999

  • FBl3N Display Restriction

    Hi all,
    As we know In FBL3N report displays Line item wise details.
    when i click partcular line item it will displays respective line details.But i dont want to see respective line items details,i want to restrict that how can i achive in this regard.

    Do you want this for a specific account(s) or should the choice of transaction be the headers and balances only, without the ability to drill down into the document?
    Cheers,
    Julius

  • FAGLL03 or in FBL3N Display of Line items by variant attributes

    Hi Guru's
    In FAGLL03 and in FBL3N, when I select fiscal year and posting period fields from dynamic selection and in Variant attributes under dynamic selection for fields Fiscal Year and Posting Period ,selection type S ..for type Selection variable I selected T i.e T: Table Variable from TVARVC and in Name of Variable (Input Only Using F4) I selected Variable name.
    I want the line items to be displayed for fiscal Year and Period that is maintained in that Table. i.e as per our client our fiscal year is 2012 and Period is 2 , this values are there in tht table but when I select the variant in Both FBL3N or in FAGLL03 , its displaying complete details.
    as a work around I have given fiswcal year and posting period manually..which is not my requirment.
    I want to add this variant to a batch job so tht it will automatically pick the report with current details.
    Please Suggect and help ..
    Thanks in advance
    Goutam

    Issue is Solved.

  • FBL3N Display Issue

    Hi,
    I am having some display issue here.
    I have posted a document to a vendor acct. I can view the corect data posted under the assignment field when i view the document in FB03 and FBL1N. The data is also correctly reflected under the BSAK or BSAS. However, When I view te recon acct of the vendor via FBL3N, the data was not correctly reflected under the assignment field. The date (YYMMDD) is indicated instead of the correct text that was originally entered.
    Please advise why and how to correct this problem.
    Regards,
    Ang.

    Hi Ang.
    Please kindly check the following information in the wiki pages below:
    Can not add "Assignment field" (ZUONR) as special field
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=199819851
    and
    BSEG-ZUONR not changable
    http://wiki.sdn.sap.com/wiki/display/ERPFI/BSEG-ZUONRnotchangable
    I hope this information helps.
    Kind Regards,
    Fernando Evangelista

  • Transaction FBL3N - display field XREF1, XREF3

    Hello all,
    I have a problem with the transaction FBL3N. I can not see the value of field XREF1 and XREF3 in some variants. I can not add the field XREF3 into the table T021S.
    Any suggestions ?
    Marcela

    Hello Marcela,
    Because these fields is a field of table BSID/BSIK but not of BSIS, it
    is offered you in the field catalogue under 'change layout'.
    But to be able to use the field in FBL3N, you should define it as a
    special field.
    These fields need to be setup as Special Fields in T021S. You can do
    this by the following path in IMG:
    Financial Accounting->General Ledger Accounting->G/L Accounts->
    Line Items->Display Line Items with ALV->Define Special Fields for
    Finding and Sorting Data. (transaction OBVU).
    Regarding the Special Fields, please see attached Note 215798.  This
    note will explain that the special fields need to be in table T021S
    as well as in the RFPOSXEXT structure which can be verified via
    se11.  If these fields are not yet in RFPOSXEXT see Note 215798
    (you can verify this in RFPOSXEXT by going to the bottom of the
    structure and see under column 'Component' that special fields are
    denoted by 'U_XREF1').  You may see a field XREF1
    under the 'Component' column, but these fields are NOT the special
    field.  The special field is denoted by U_fieldname.
    Also, to ensure you are using the Special Field in the display variant
    -FBL*N when you select->Current display variant right mouse click on
    the pop-up box and choose 'Show technical names'. The special fields
    will be displayed as follows: 'U_XREF1'.
    This will ensure that it is truly the special field you are using.
    You will notice that there will be a field 'XREF1'.  These
    are NOT the special fields.  You MUST use 'U_XREF1' in
    the display variant to view the data.
    You need to do the same for XREF2 ,...
    Please refer to the following notes too:
    215798  FBL*N: Special fields are not displayed
    984305  Line item: Definition of special fields (T021S)
    BR, Hana

  • FBL3N display of PO no

    Dear All,
    I am running FBL3N report. In which for inventory related transaction i would like get PO number in the report. PO number i able to see in document display but when i select PO number from layout. I get the PO number field as blank.
    Kindly suggest.This problem i am facing in Ecc 5.0 and ECC 6.0

    Hi,
    The handling with the EBELN for G/L accounts is a little bit confused. If you want to see the EBELN number for G/L accounts it is necessary to define this field as 'Special field'. Thats due to technical reasons. In Ts. FBL3N select 'Settings' -> 'Special fields', add the field BSEG-EBELN.
    Now this field is available for display variants. It has the technical name 1-U_EBELN and the description 'Purchase Document'.
    When you create a display variant be aware that you select 1-U_EBELN for G/L accounts and 1-EBELN for customer/vendor accounts.
    Please also see note 215798 how to create Special fields.
    PLease assign points if it useful.
    Regards
    Ravinagh Boni

  • Select options: Restricting Value Display in Search Help Parameters

    Hello friends,
    I have following requirement.
    I have declared one select option. On that select options I'am having different search help paremeters on which I can restrict the search help values display.
    Can I specify the restriction in search help at the time of programming so that it would display only the values that follows the given restriction?
    I can ofcourse do this by AT SELECTION-SCREEN ON VALUE REQUEST, however I am trying to avoid this.
    How can I proceed?
    Points will be rewarded generously.
    Best Regards,
    Navin

    hI
    SEE THIS CODE
    **************DATA TYPES DECLARATION **********************
    TABLES: HRP1001, HRP1026, HRP1000,PCHDY.
    TYPE-POOLS SLIS.
    TYPES :BEGIN OF ST_OUTPUT,
            COUNT TYPE STRING,
            OBJID TYPE HRP1001-OBJID,
            STEXT TYPE HRP1000-STEXT,
            BEGDA TYPE HRP1000-BEGDA,
            ENDDA TYPE HRP1000-ENDDA,
            CANCRT TYPE T77CRT-CANCRT,
            AEDTM TYPE HRP1026-AEDTM,
            UNAME TYPE HRP1026-UNAME,
            LSTEXT TYPE HRP1000-STEXT,
           RINVT TYPE T777V-RINVT,
           END OF ST_OUTPUT.
    TYPES: BEGIN OF ST_HRP1000,
            OBJID TYPE HRP1001-OBJID,
            STEXT TYPE HRP1000-STEXT,
           END OF ST_HRP1000.
    TYPES : BEGIN OF ST_HRP1001,
             OTYPE TYPE HRP1001-OTYPE,
             OBJID TYPE HRP1001-OBJID,
             RELAT type hrp1001-RELAT,
             BEGDA TYPE HRP1001-BEGDA,
             ENDDA TYPE HRP1001-ENDDA,
             SCLAS TYPE HRP1001-SCLAS,
             SOBID TYPE HRP1001-SOBID,
            END OF ST_HRP1001.
    TYPES : BEGIN OF ST_HRP1026,
             OTYPE TYPE HRP1026-OTYPE,
             OBJID TYPE HRP1001-OBJID,
             AEDTM TYPE HRP1026-AEDTM,
             UNAME TYPE HRP1026-UNAME,
             DELET TYPE HRP1026-DELET,
             CANCR TYPE HRP1026-CANCR,
            END OF ST_HRP1026.
    TYPES : BEGIN OF ST_REASON,
             CANCR TYPE HRP1026-CANCR,
             CANCRT TYPE T77CRT-CANCRT,
            END OF ST_REASON.
    TYPES : BEGIN OF ST_SOBID,
             OTYPE TYPE HRP1001-OTYPE,
             OBJID TYPE HRP1001-OBJID,
             RELAT type hrp1001-OBJID,
             BEGDA TYPE HRP1001-BEGDA,
             ENDDA TYPE HRP1001-ENDDA,
             SCLAS TYPE HRP1001-SCLAS,
             SOBID TYPE HRP1001-OBJID,
            END OF ST_SOBID.
    TYPES : BEGIN OF ST_OBJID,
             OBJID TYPE HRP1001-OBJID,
            END OF ST_OBJID.
    TYPES : BEGIN OF ST_LOCATION,
             OTYPE TYPE HRP1001-OTYPE,
             OBJID TYPE HRP1001-OBJID,
             RSIGN TYPE HRP1001-RSIGN,
             RELAT TYPE HRP1001-RELAT,
             SCLAS TYPE HRP1001-SCLAS,
             SOBID TYPE HRP1001-SOBID,
            END OF ST_LOCATION.
    TYPES : BEGIN OF ST_LOCATION1,
             OTYPE TYPE HRP1001-OTYPE,
             OBJID TYPE HRP1001-OBJID,
             RSIGN TYPE HRP1001-RSIGN,
             RELAT TYPE HRP1001-RELAT,
             SCLAS TYPE HRP1001-SCLAS,
             SOBID TYPE HRP1001-OBJID,
            END OF ST_LOCATION1.
    TYPES : BEGIN OF ST_LSTEXT,
             OTYPE TYPE HRP1000-OTYPE,
             OBJID TYPE HRP1000-OBJID,
             LSTEXT TYPE HRP1000-STEXT,
            END OF ST_LSTEXT.
    TYPES : BEGIN OF ST_OBJID_SH,
             OTYPE TYPE HRP1000-OTYPE,
             OBJID TYPE HRP1000-OBJID,
            END OF ST_OBJID_SH.
    DATA : IT_OBJID_SH TYPE STANDARD TABLE OF ST_OBJID_SH.
    DATA : WA_OBJID_SH TYPE ST_OBJID_SH.
    DATA : IT_LSTEXT TYPE STANDARD TABLE OF ST_LSTEXT.              "TOS STORE THE TEXT OF COURCE LOCATION
    DATA : WA_LSTEXT TYPE ST_LSTEXT.
    DATA : IT_LOCATION TYPE STANDARD TABLE OF ST_LOCATION.          " TO STORE THE LOCATION OF COURCE
    DATA : WA_LOCATION TYPE ST_LOCATION.
    DATA : IT_LOCATION1 TYPE STANDARD TABLE OF ST_LOCATION1.        " TO CONVERT SOBID INTO OBJID FOR COURCE LOCATION
    DATA : WA_LOCATION1 TYPE ST_LOCATION1.
    DATA : IT_SOBID TYPE STANDARD TABLE OF ST_SOBID.                " TO CHANGE THE SOBID OF HRP1001 TO OBJID OF HRP1026
    DATA : WA_SOBID TYPE ST_SOBID.                                   " BY USING FOR ALL ENTRIES
    DATA : IT_REASON TYPE STANDARD TABLE OF ST_REASON.              "TO STORE T HE REASON FOR CANCELL TEXT
    DATA : WA_REASON TYPE ST_REASON.
    DATA : IT_OUTPUT TYPE STANDARD TABLE OF ST_OUTPUT.               "OUTPUT FEILDS OF REPORT.
    DATA : WA_OUTPUT TYPE ST_OUTPUT.
    DATA : IT_OUTPUT_1 TYPE STANDARD TABLE OF ST_OUTPUT.               " TEMP OUTPUT FEILDS OF REPORT.
    DATA : WA_OUTPUT_1 TYPE ST_OUTPUT.
    DATA : IT_HRP1000 TYPE STANDARD TABLE OF ST_HRP1000.             "DATA FROM HRP1000 TABLE
    DATA : WA_HRP1000 TYPE ST_HRP1000.
    DATA : IT_HRP1001 TYPE STANDARD TABLE OF ST_HRP1001.             "DATA FROM HRP1001 TABLE
    DATA : WA_HRP1001 TYPE ST_HRP1001.
    DATA : IT_HRP1026 TYPE STANDARD TABLE OF ST_HRP1026.              "DATA FROM HRP1026 TABLE
    DATA : WA_HRP1026 TYPE ST_HRP1026.
    DATA : IT_OBJID TYPE STANDARD TABLE OF ST_OBJID.                  " TO STORE THE OBJID OF HRP1001
    DATA : WA_OBJID TYPE ST_OBJID.
    DATA: WS_FCAT    TYPE SLIS_FIELDCAT_ALV .                         " FEILDCATALOG FOR ALV REPORT
    DATA: IN_FCAT    TYPE SLIS_T_FIELDCAT_ALV.
    DATA: W_LAYOUT   TYPE SLIS_LAYOUT_ALV.
    DATA : LV_COUNT TYPE I.                                           "FEILD FOR SERIAL NUMBER
    ***************************END OF DATA DECLARATION******************************************
    ************SELECTION SCREEN DESIGN************************
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    *SELECT-OPTIONS : S_OTYPE FOR HRP1001-OTYPE NO INTERVALS .
    SELECT-OPTIONS : S_OBJID FOR HRP1001-OBJID NO INTERVALS .
    SELECT-OPTIONS : DATE FOR SY-DATUM NO-EXTENSION OBLIGATORY.
    SELECTION-SCREEN END OF BLOCK B1.
    ***********END OF SELECTION SCREEN DESIGN******************
    *****INITIALIZATION VENT TO ASIGN DEFAULT VALUES TO OTYPE
    *INITIALIZATION.
    S_OTYPE-LOW = 'D'.*
    S_OTYPE-SIGN = 'I'.*
    S_OTYPE-OPTION = 'EQ'.*
    APPEND S_OTYPE.*
    CLEAR S_OTYPE.*
    **************END OF EVENT INITIALIZATION******************
    **********VALIDATION FOR SCREEN FIELDS*********************
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR S_OBJID-LOW.
    IF S_OBJID IS NOT INITIAL.*
        SELECT OTYPE OBJID FROM HRP1000
                     INTO TABLE IT_OBJID_SH
                     WHERE OTYPE = 'D'.
    IF SY-SUBRC EQ 0.
    SEARCH HELP FOR QUALIFICATION.*
        CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
          EXPORTING
                 DDIC_STRUCTURE         = ' '*
            RETFIELD               =  'OBJID'
                 PVALKEY                = ' '*
           DYNPPROG               = SY-REPID
           DYNPNR                 = SY-DYNNR
           DYNPROFIELD            = 'S_OBJID'
                 STEPL                  = 0*
                 WINDOW_TITLE           =*
                 VALUE                  = ' '*
           VALUE_ORG              = 'S'
                 MULTIPLE_CHOICE        = ' '*
                 DISPLAY                = ' '*
                 CALLBACK_PROGRAM       = ' '*
                 CALLBACK_FORM          = ' '*
                 MARK_TAB               =*
               IMPORTING*
                 USER_RESET             =*
          TABLES
            VALUE_TAB              =  IT_OBJID_SH
                 FIELD_TAB              =*
                 RETURN_TAB             = RETURN_TAB*
                 DYNPFLD_MAPPING        =*
               EXCEPTIONS*
                 PARAMETER_ERROR        = 1*
                 NO_VALUES_FOUND        = 2*
                 OTHERS                 = 3*
        IF SY-SUBRC <> 0.
              MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO*
                      WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.*
        ENDIF.
      ENDIF.

  • Restricted data display in RSA1

    Hi Experts,
    I have an issue and I need your help to solve it.
    We are developing "regional" BI Developer roles. In nutshell this role grant access to restricted functionalities for regional team members (like create queries only in certain name range, only display access for roles and user setting and only display access in RSA1).
    These team members are allowed to see data only for their regions in queries, and they should be able to see data only for their region when they display data for InfoCubes, Multiproviders, DSOs, etc in RSA1 (or listcube)
    They have the restricted analysis authorizations assigned to them (restricted: on values for their regions for authorization relevant chareacteristics), but when they try to display data in RSA1 they are not allowed to do so. SU53 is saying they need 0BI_ALL assigned. But this grants them global data access (in queries as well).
    So my question is if there is any way to allow them to display data for Infocubes, etc but only for the data which they are supposed to see.
    Thanks

    Hi Phani,
    these regional users are knowledgable BI guys, they are supporting end users, global developers to resolve issues by end users, therefore they would need see the data in cubes for their analysis, but mangament wants to restrict them to see data only for their respective regions.
    But from the first reply I can see it's not possible
    Thanks for the quick replies anyway!!!
    Edit

  • Restrict Message display

    Hi,
    I have created 5 views and 1 window in my Webdynpro component.
    View Names:
    zView1
    zview2
    zview3
    zview4
    zMainview
    Window Name:
    zmainwindow
    In zmainview i have created 4 viewcontainerUI elements to embed the others views.
    In ZmainWindow i have embedded the zmainview and inside the 4 viewcontainersUI elements i have embedded the 4 views.
    All the 4 views contain messagearea ui elements, so that messages for the corresponding view can be displayed.
    All the 4 views will be visible inside the zmainview. My requirement is if any error message is returned from Function Modules i need to display messages in the corresponing view message area UI element.
    So when reporting error message i am using the view name where the message need to be displayed.
    Eg Code:
    CALL METHOD wd_this->lo_message_manager->report_error_message
              EXPORTING
                message_text = 'Constant data not maintained'
                view         = 'ZVIEW1'.
    I am mentioning the view name in the report_error_message method so that message will be displayed in the corresponing view message area, but the same message is displayed in all the embedded views messagearea.
    zMainView layout:
    Eligibility(Header)
    ViewContinainerUI1(embedded zview1 in the viewcontainer ui element)
    Enrollment(Header)
    ViewContinainerUI2(embedded zview2 in the viewcontainer ui element)
    Education Details(Header)
    ViewContinainerUI3(embedded zview3 in the viewcontainer ui element)
    Job Description(Header)
    ViewContinainerUI4(embedded zview4 in the viewcontainer ui element)
    Help me how to restrict the message from getting displayed in other views.
    Regards,
    Bala Baskaran.S

    >All the 4 views contain messagearea ui elements, so that messages for the corresponding view can be displayed.
    This is not a correct approach.  You should only have one Message Area per Window (even if there are multiple inner views or components).
    From the online help:
    With components that you want to use in several applications you should never use the MessageArea UI element, since each window is allowed to contain only one visible MessageArea at the most.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/b37974eb5c6200e10000000a421937/frameset.htm

  • Restrict F4 display-- Standard T-codes

    Hello Experts,
    We want to restrict display through f4 help.
    here is the example of what we want to achieve.
    In t-code CRQ3, there are 2 input fields plant and work center.
    we want to restrict user from viewing work centers from other plant on which they don't have authorization.
    Thanks
    Harshavardhan Wankhade

    Hi,
    You can use a search help exit to put in additional validation.  There is more info here:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/cf/21ee52446011d189700000e8322d00/frameset.htm
    Your ABAP team will be able to help with this.

  • How to restrict the display of Integrator in Web ADI

    Hi,
    I have developed two Integrators using Web ADI in Oracle application R12.First Integrator is used for download the data and second for
    Update the data in system.
    For both integrator separate two function are created and tagged with single menu.Whenever I want to access Download the excel (via download integrator)
    then Update Integrator is also shown (in LOV) during navigation ,its happening vice versa as well.
    Here my concern about restriction for indivisual integrator, becasuse always integrator is tagged to a perticualar function So in call of perticular Integrator other Integratior should not be available in list values.
    Please help and advise on the same.
    Regards,
    Deepak Sahu

    Hi Deepak,
    the scenario you are describing should not happen. WebADI deals with security entries and this shall be rather restrictive.
    Please check the following:
    - How many entries do you have in BNE_SECURED_OBJECTS referencing your integrator and/or referencing your function?
    => in your case you should have exactly 2 lines, one for every integrator and the function shall be different.
    If this is the case the next step is to check how often the function is assigned to a menu, also here to limit the access you should have two different menus, linked to the two functions. Assuming the menu isn't your main menu, make sure that for the different users always only one of the menus is linked.
    If all the prerequisites are fulfilled, one person with one menu should see only one integrator.
    Please let me know if this approach helps.
    br, Volker

  • I want to restrict the display of  F4 values in the standard tcode

    In the standard tcode F-22 , for the customer display(F4 help values) ,i dont want to display a group or set of customers to be displayed. Which is the best way of doing this?
    Thanks .
    Edited by: peter k on Jan 19, 2009 7:27 AM

    Hi Peter K,
    Hope this will help you https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/707439da-ead9-2910-5c97-af6ca0b6fbb1
    Cheers,
    Pravin S

Maybe you are looking for

  • Error 8, I have tried everything! please help!!!

    If anyone can help it would be much appreciated. Get error 8 when trying to video chat with most contacts. -MacBook fully up to date. -BT Homehub Modem router - all ports forwarded by DMZ to... -Airport Express - necessary ports open -Have tried Mac

  • Display sum in different currency

    Hi BI Guru's, I am having problem with the report I'm creating. I am using a amount in document currency as key figure. The problem is that the sum i showing * . Is there a way to show the results as below                  100 USD                   

  • Push from MobileMe stopped working

    On Saturday, my push email started working only sporatically. Sunday it worked once, and today it isn't working at all. I haven't changed any settings. I haven't noticed any questions posted recently about this - am I the only one with this problem?

  • Locking in oracle

    Here I inserted a single row in USA table. I know It will acquire a TX lock in LMODE 6 & TM lock on LMODE 3. And it would acquire all the child tables in TM LMODE 2. But I see a few tables acquired on TM LMODE 3, other than USA ? Why are few child ta

  • Including the same html code in many JSPs

    Hello there! does anyone knows how can I include some html code into my jsp? I have to include it in all my JSPs, so I was thinking in a kind of "include"-tag written once in a file and being included in all other pages, without having to write it ov