Fields Missing In Maintenance TAB of LBWE

Hi Friends,
               I have appended the data source 2lis_02_scl , I see my fields in the data source in rsa6, but in LBWE, in the maintenance TAB, when I try to pull my fields from Right to Left , I dont see my fields on Right hand side, Please clarify this, and also my question is do I have to write my CMOD and then pull the fields on Maintenance TAB??
Thanks and Early response will be appreciated.

You cannot see the enhanced/appended zfiled in LBWE. You have to write code to ppopulate data to that filed.
Follow the below steps:
1)Go to RSA6 and find the data source you need to enhance.--> Display
2)Double click  on the Extract structure.
3)Now click on the append structure button to add the required field on to the existing structure.
4) add your required fields with ZZ appended to your field.
5) Save & Activate the append structure. Then go back and make sure you activate the extract structure also.
6) Now again go back to RSA6 and select your Data Source. But this time go to change Data Source to remove the hide option to the enhanced fields. By default they’ll be in hide mode. If you don’t remove the hide field then this field will not be seen in BW side.
7) Now go to SE38 to write the logic to populate the data into the enhanced field. Program name to write the logic is ZXRSAU01.
8) Check + Save + Activate.
9) Check in RSA3 if data is populated as per your requirement.
10) Replicate your Data Source.
11) Now go to Data Source/ Trans. Structure screen. Now you can see the enhanced field on the right hand side.
Enhancements:
BW Side:
Go to CMOD.
1.     To create new project—give the project name create give Description  Save
2.     Select the radio button Enhancement Assignment and give the Enhancement name you want and press Enter.
3.     If the Enhancement is already assigned to some other project it will display the same message saying it is already assigned it some other project.
4.     If the Enhancement is not assigned to any project Click on save.
5.     Give RSR00001 (For Variable Exits)
6.     Activate the Project.
7.     Now go to Display  and click on the components button.
8.     Now Double click on EXIT_SAPLRRS0_001. In that you can see an include ZXRSRU01.
9.     Double click on that include, it will say program name ZX…… are reserved for includes of exit Functions groups.
10.     Just Press Enter.
11.     It’ll Pop-Up a window saying Include ZX…. Does not exits  Create Object.
12.     That is where you have to write the code for the variable exits.
13.     RSR00002  BW: Virtual Chars and Key Figures.
14.     RSR00003  BW: Moving Characteristics.
R/3 Side:
Follow the above steps and the enhancement will be RSAP0001:
1.     ZXRSAU01  Transaction Data
2.     ZXRSAU02  Master Data (ATTR).
3.     ZXRSAU03  Master Data (TEXT).
4.     ZXRSAU04  Hierarchies.
Also check the below links
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/59069d90-0201-0010-fd81-d5e11994d8b5
also please see these threads
Enhancements
Re: enhancements
Good Luck

Similar Messages

  • ECS and SEcess field missing in Excise Invoice Tab in MIGO

    What config settings in SAP 4.7 do I need in order to get the ECS and SEcess field in Excise Invoice Tab in MIGO.
    Went through few threads but was unable to get a solution......

    HI,
    In SPRO-Logistic general-Tax on goods movement-India -Basic setting-Maintain excise registration
    here check your for excise registration number  you have mark check for for cess and AT1
    it should be there
    second check you have maintain 100% setoff condition in your PO for same condition
    Regards
    Kailas Ugale

  • Crystal Report VS2005 - Table fields missing in Database Expert

    Hi,
    I am having a problem with the Crystal Report comes with Visual Studio 2005. I am trying to develop a customized report for SAP Business One. When I try to add two tables using the Database Expert, there are certain fields missing in the LINK page. This is a big problem for me because I need to link that field with another table. Oddly, it doesn't seems that there are anything wrongs with the missing fields. If I click OK and check at the Field Explorer, the missing fields are there!!!
    In other words, it is missing only at the Database Expert --> Link Tab. Anyone having the same problem? Is this a known issue or any patch that I can apply to resolve this issue?
    Thanks in advance for your help.
    Regards,
    Harianto

    Try this link to resolve your issue:
    Full Outer Join option for SQL Query and BW Query grayed out
    Thank you
    Don

  • How to disable some of the table fields in Table Maintenance Generator

    HI,
    I am creating one table which contains 10 fields.
    But i wanted to disable some 2 fields in Table maintenance generator.
    So can any one plz tell me how to disable those 2 fields.

    Generate a maintenance view for the table,
    Goto- Table/Join Conditin Tab-- Put the name of your table 
    Goto-viewfield tab--- Put the fields whatever you required. 
    Then generate table maintenance for the view created.
    pls chk
    Thanks
    Anurag

  • How to hide fields in BP search tab of CIC  Winclient ????

    Hi All,
          In IC winclient my requirement was to hide the IBase fields from BP search tab. I have done that by changing the html file  in SMW0 and assigning it in profiles for search strategies.
    But, now when I search for BP in CIC0 it doesnt get searched. I mean after search, the result fields dont get filled with any data. If I revert my changes everything works properly.
    Are there any other changes required to be done ????
    Am I  missing some step(s) in between ??
    Any suggestions would be of great help !!!!
    Regards,
    Ashish

    Hi Anirban,
           That is exactly the code I have deleted.
    I have carried out the following steps :-
    1) Copied HTML obj. - CRM_CIC_EMP_SEARCH to ZASH_BPSEARCH. Deleted exactly the code you've specified.
    2) In define profiles for search strategies
    - Copied ISM_BPSEARCH to ZASH_BPSEARCH
    - Copied CRM_ISM_SUBCREATE2 to ZASH_CRM_ISM_SUBCREATE2
    - In search attributes->General tab-> Changed HTML for BP Search to ZASH_BPSEARCH.
    3) In Customer specific system modi->Define customer specific search control-> Copied the following entries
    O_ISM_BPSEARCH     CCMIBCOMPFIELDS     DESCR     X
    O_ISM_BPSEARCH     CCMIBCOMPFIELDS     DEVICEID     X
    O_ISM_BPSEARCH     CCMIBCOMPFIELDS     GUID_COMPC     
    O_ISM_BPSEARCH     CCMIBCOMPFIELDS     IBASE     
    O_ISM_BPSEARCH     CCMIBCOMPFIELDS     INSTANCE     X
    O_ISM_BPSEARCH     CCMIBCOMPFIELDS     OBJECT_FAMILY     X
    O_ISM_BPSEARCH     CCMIBCOMPFIELDS     OBJECT_ID     X
    O_ISM_BPSEARCH     CCMIBCOMPFIELDS     PRODUCT_ID     X
    and changed O_ISM_BPSEARCH to ZASH_BPSEARCH and removed the X flag from all entries
    4) In define IC winclient profile
    CONTACT_SEARCH_CONFIGURATION = ZASH_BPSEARCH
    Regards,
    Ashish

  • Additional custom field on the assignments tab KO01

    Hi Geeks ,
    I have  a requirement to add a new custom field to the assignments tab of the tcode KO01. This new field is not available in the structure CI_AUFK . Is it achievable via enhancement COOPA003 ? If yes , then how ? . A <removed by moderator> response would really be appreciated.
    Thanks,
    Preetinder singh.
    Edited by: Thomas Zloch on Nov 4, 2011 11:28 PM

    Proceed as follows:
        You can use the CMOD transaction to create an enhancement project for the COOPA003 enhancement.
        You can use the SE11 transaction to create the CI_AUFK structure as described above. Transfer three fields into this structure and activate it:
    Field name Data element
    ZZMATNR MATNR (Material nummer)
    ZZKUNNR KUNNR (Debitor)
    ZZTEXT30 TEXT30 (30-character text)
    It is recommended that you reactivate the COAS and AUFKV views separately.
        Copy the following objcts from the KOXM function group to the XAUF function group, using the SE80 transaction (Workbench Organizer). There, display the KOXM function group, position
    the cursor on the source object, and copy it to the corresponding target object.
    Caution
    When you copy, the target objects are overwritten. If the target objects already exist, then insert the source code for the source object into the target object.
    Object type Source Target
    Screen SAPLKOXM 0100 to SAPLXAUF 0100
    Include (Top include) LKOXMTOP to ZXAUFTOP
    Include (PBO) LKOXMF04 to  ZXAUFU04
    Include (PAI) LKOXMF05  to ZXAUFU05
        The ZXAUFTOP still requires changes to the source code. Use the SE38 transaction (ABAP Editor) to process this include. Detailed instructions are contained in the source code as
    comments.
        Activate the enhancement project. The fields should now be available in the master data maintenance, and should be saved.
        Function/Program:
            EXIT_SAPMKAUF_002: Function callup for customer fields: PBO data SAP -> Customer
            EXIT_SAPMKAUF_003: Function callup for customer fields: PAI data customer -> SAP
    Include ZXAUFU04 (part of EXIT_SAPMKAUF_002)
    *&  Include           ZXAUFU04
    write imported data in global structures
      MOVE-CORRESPONDING I_AUFK TO GLOBAL_AUFK.
      MOVE-CORRESPONDING I_KAUF TO GLOBAL_KAUF.
    decide wich subscreen is to be displayed
      IF ( GLOBAL_KAUF-PAR_LAYOU <> 'ABCD' ) AND
         ( GLOBAL_AUFK-AUART  <> '1234' ).
        SUBSCREEN = '0100'.
      ELSE.
        SUBSCREEN = SPACE.
      ENDIF.
    *&  Include           ZXAUFU04
    This include is part of the example programm for
    customer exit COOPA003.
    To activate the example, copy it to the include ZXAUFF05.
    Remove the asteriks indicating a comment line in the first column.
    Make sure ZXAUFF05 doesn't exist yet! Use cut-and-paste instead.
      INCLUDE LKOXMF05                                                   *
    give only customer fields back to SAP-Programm
    *C_USER_CI_AUFK-ZZMATNR    =  GLOBAL_AUFK-ZZMATNR.
    *C_USER_CI_AUFK-ZZKUNNR    =  GLOBAL_AUFK-ZZKUNNR.
    *C_USER_CI_AUFK-ZZTEXT30   =  GLOBAL_AUFK-ZZTEXT30.
    Edited by: ZAHID HAMEED on Nov 5, 2011 12:37 PM

  • Issue for Production Price list field missing

    Hello all,
    I have a strange issue with a field missing in the issue for production window. When an issue for production is created, the Price list field is missing. Please see the attached screenshot. Does anyone know how to show this field? I have checked form settings and it's not an option there.

    Hi Chris
    Following is the SAP Note No: 1720071
    Symptom
    When opening "Issue for Production" from "Production Order", "Price List" field is missing.
    Reproducing the issue
    1. Login to SAP Business One.
    2. Go to Production->Production Orders, open a "released" production order document.
    3. Right-click a row whose "issue method" is "Manual", and choose "Issue Components". (If all the rows have "Backflush", you need to change one of them.)
    4. "Price List" field is missing on the left top of the new screen.
    5. If you click "Attachments" tab, the field will be showing correctly.
    Solution
    Current workaround is to click "Attachments" tab to make "Price List" showing.
    The issue is planned to be fixed in SAP Business One 9.0.
    With Regards
    Balaji

  • Fields missing in Infoset.

    I have an infoset that contains 3 master data objects.  Some of the attribute fields do not show up in the infoset.  Does anyone know why some fields show up and other do not?
    Thank you
    Aaron

    Hi Oscar,
    The field missing is not set to attribute only.  I checked other fields that do show up in the infoset and they are not marked as attribute only.  Any other ideas?
    Thanks
    Aaron

  • FIELDS MISSING

    Hi,
    When i replicated CO-PA data into BI. It created two DS's:
    0COPA_RCTY AND 1_CO_PA_XXXXXXX
    I created an Infosource and transfer rules for 1_CO_PA_XXXXXXX but there are a few fields missing that i do see in the operating concern such as:
    ARTNR=0MATERIAL
    KNDNR=0CUSTOMER
    BZIRK=0SALES_DIST
    Why are these fields not in the Infosource since they are in the operating concern?
    Where would they be?
    Thanks

    Delete the data source and then need to re-create using KEB2 transaction. While re-creating the data source use the same old name so that there won't be any changes in the BW side when you need to assign the data source to info-source. Just replicate the new data source in BW side and map the new field in info-source.
    (you can also try, goto KE24 and edit the dataaource and add your fields not 100% sure of it works)
    how to select fields refer doc:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/fb07ab90-0201-0010-c489-d527d39cc0c6

  • Fields missing on FB60

    Hi,
    I have a couple of questions.
    1. I see there are a few fields missing on the line item level on FB60. It's not the case for development or testing environment. But in Production it's happening. Does anyone know how to get these fields back?
    2. Is there a transaction where I can clear multiple documents at once instead of one like FBRA?
    Thanks

    Hi!
    Field is missing in FB60 screen, please brief which field you are missing and whether its comes earlier, if so please check is there any variant create, u can see this variant at end of the line item screen in top position. when u put your cursor there it will show u the configuration, click there and see if any variant is used, if so remove that and put tick on use as standard setting and try.
    FBRA is not for clearing the document, but it reset or reset and reverse the clear document.
    for clearing of vendor tcode is f-44
    for clearing of g/l       tcode is f-03
    for clearing of customer tcode is f-32
    Rakesh

  • Fields Missing in datasource

    Hi friends,
              Please help, I have some fields missing in my data source , but they are available in the extract structure of that data source..what do I do now, to see the same fields in my data source also?? should I ahve to append the data source??
    thanks alot in advance,

    Hi
    I think you didn't appended the fields to the append structure.
    Try to append the fields in the append structure and save ands activate it. and again activate the extract structure.
    then you can see in RSA6
    Hope this helps
    shiva

  • Additional Field in standard maintenance view

    Hi Experts,
    I would like to add an additional field plant in maintenance view V_TKZU3_CO (SPRO PATH: Controlling --> Product cost controlling -->Product cost planning --> Basic settings for material costing -->Overhead -->Define costing sheets ).
    What I'm planning to do is to modify the standard maintenance view V_TKZU3_CO and regenerate the table maintenance generator so that the new field will be added and populate a ztable a copy of table TKZU3 + plant...
    However what I'm afraid of is when I regenerated the table maintenance generator using the standard function group OCOE, it might impact some other standard object included..
    Do you have any idea on how can I add the additional field without modifying the standard? Or if I will apply the standard modification I'm planning.. what are the possible impacts?
    Thanks in advance!

    Hi
    U can create a new table view like V_TKZU3_CO, insert your new fields and create the maintenance view program for it.
    Max

  • How to hide a field from table maintenance view?

    Hi,
    How to hide a field from table maintenance view? 
    The field is used for data created date. I need to hide it from display.
    Thanks

    Chk this link.
    http://help.sap.com/saphelp_nw04/helpdata/en/66/33f52010dd11d6999300508b5d5211/frameset.htm
    Maintenance Attributes
    You can assign a maintenance attribute P to individual fields in the maintenance view definition in the Dictionary (SE11). It can be  H (hidden)
    H (hidden)
    A field flagged H is not displayed on the screen. This field must also be filled in the background by a routine at an event.
    The system writes R and H fields to the database like all other fields when a new data record is saved.

  • Some fields missing from the Information interface

    On iTunes 12 I can’t find the "Description" field that was in the Video page.
    The field still shows in the list of songs, but it doesn’t appear on the new "Information" interface. And I don't think this is the only field missing compared to the previous Information interface. Can anyone help? Thank you.

    ... before you click Get Info.
    tt2
    YES!
    Thank you turing! That really helped.
    (it seems a bit of a complication to me, the system was just fine as it was, but what do I know?)

  • Add Fields in Operations Maintenance Order

    Hi Experts,
    I want to Add field in Operations on tab Enhancement for 200 Characters Field. Is that possible?If that possible, what user exit can be used?
    Thank you for the helpful answer.
    Best Regrads,
    Bernardus Jalu

    Dear Bernardus
    If you want to add user fields @ operation level, just a work around: Use General TL concept.
    In TL configuration u can maintain User fields @ operation level and you can maintain your own user fields for each operation.
    Hope this helps.
    Reward if helpful...
    Murad

Maybe you are looking for

  • I am trying to use a F

    lexmotion PCI-7344 with LabView for use as a Parabolic Antenna controller. The Problem is feedback from each axis (AZ & EL). Each axis uses 2 Synchro's (1:1 & 36:1 for Course & Fine 90V / 60Hz) for feedback. I have no choice in using synchro's as fee

  • How to change event color in calendar?

    I cannot find "other" from "get info" of icalender, what happened? I'm using osx10.8.5 system.

  • Portal Logoff Customization

    Hi, I have a requirement like when user clikcs on log-off link, it shouldnt ask any pop-up for confirmation. with out confirmation box, it should logoff. is there any possibility with out writing any code? another thing is wehn user close the interne

  • IPod Touch not recognised

    My ipod touch has lost all my music and videos - the apps. and photos are still there. It is not recognized in itunes and I am told to restore it. I have just updated itunes and the ipod to the latest updates. It took me a long time after I did the u

  • How to make a session bean interact with a entity bean?

    hi, An entity bean has been created and tested successfully. Values entered into the test app are successfully entered into the pointbase db. Now trying to create the same feature through session beans. when the method is invoked, it appears ok, but