LO extractor - Adding field in the extractor

Hello ,
Suppose i added new field in the extractor on R3 side .
Now i need to add that field in the communication structure , so the order is required while adding the field .
Or when we add the field in the communication structure and activate automatically the field be put at required hierarchy .
Thanks ,
Rahul .

Hi Rahul
If you adding new fields on comm structure ,add them as a last field. Do not add in the middle or first position.
You dont need any order for the new fields,
Regards,
Chama.

Similar Messages

  • Adding field in the standard report

    Hi ,
    i have added the one field in the standard transaction VL06 , in the outboud deliveries report according to the Note 605460. I have to add the field in LIPOV structure.
    after adding that field(include structure), in output i am not getting that added field.
    please help me .
    regards,
    ajay reddy

    >
    Ajay reddy wrote:
    > hI,
    >
    > i got the one more note to display added field in the report . (Note : 128154)
    >
    > thanks for your tme
    >
    > regards,
    > Ajay  reddy
    Hi Ajay,
    I have the same problem. I have added the field in the field catalog and the field in the final internal table also.
    But sometimes its displayed and sometime not.
    Looking forward for some help here.
    Varun

  • Adding fields to the standard Report

    hi ,
    could u plz tell me what r the guidelines we have to follow
    while adding fields to the standard Report. (Ver ECC 6.0)
    in QA32 Tcode, after executing it will generate a report there i hv to add it.
    I could find structure of that main final table, i hv appended desired field also,
    Now im looking into Enhancement spot for it, is there any method to do it.
    Plz hv eye on it.
    Regards
    Vivek

    Hi ,
    this is the exact answer for your question.
    Go to the inclide RQALVF14 in this there is a perform  call_listviewer_f14, in this the output is displaying using REUSE_ALV_GRID_DISPLAY function module . before this do like this ..
    modify the output table p_object_tab like this .
    the output table is of structure QALS_D02 you can extend this by appending a structure with the custom fields and there is an enhancement ( i have checked it) in this routine call_listviewer_f14 in RQALVF14. Create an enhancement in this routine at the start of the routine and modify the output table using your custom code in it , then you wil get the data as well as fields into fieldcatalog,.
    Regards,
    Venkat Appikonda.

  • Adding fields to the standard datasource

    Hi All,
    The custmer wants to add some fields to the Material master. I have found that those fields are already there in the standard extractor but are not being mapped to any infoobject.Do I need to create new info objects to map them or will there be a standard info object for all the fields in the standard datasource?
    Thanks a lot,
    RPK.

    Hi CP,
    Thanks for your reply. The fields are available in datasource but are not mapped to any infoobjects in the Trans Structure. If I have to populate them in BW then I need to map them to some info objects. I am clear upto this. Now my doubt is...since the standard datasource already contains these extra fields which I need to add, will there be standard info objects already created for these fields or do I need to create some Z info objects to map them with? How can I check if there are some standard infoobjects for these fields.
    Thanks,
    RPK.

  • Newly added field in the data Source not getting populated

    Hello All,
    We have added few fields in the Data Source. The Data Source is based on the InfoSet. We have included the field in the Infoset and have updated the code to fetch the value for the newly added fields.
    When we perform the test extraction for this Data Source in RSA3, the newly added fields are not getting populdated with the value. In the system generated query's selection list, the newly added fields are not selected.
    Please let mw know how to get the newly added field selected in the system generated query of the infoset.
    Regards,
    -Purnima

    Hi,
    As you said you have added the filed in Info Set. Have you included the same in data source? try if not.
    If you are trying to create a query in source system to check the data. I guess in R/3 (ECC) then you have to include the new field in slection critera (ther is an option available on top menu).
    I would suggest before creating any query go to RSO2 select the data source. Display the field structure and check if the filed is there or not. You maysee Infoset level data directly by data display from top menu. Try that optionas well to check.
    I hope it will help.
    THanks,
    S

  • Adding fields to the selection screen of IW38

    We have added some fields to the CI_AUFK include, they have also been added to the RIHAUFK_LIST structure. Currently the new fields appear in the ALV when the report is run.
    What I need to do is add them to the selection screen.
    Has anyone done this? I have been looking for a user exit etc, no luck.
    Thanks, Mike

    Why not use the new enhancement framework?
    Goto the main program in SE38 and click on the Enhance button - spiral icon (Shift+F4) and try to add new selections at the appropriate by implementing the appropriate enhancement.
    I am sure you can achieve it using enhancement spots.
    cheers,
    Aabhas

  • Error! Adding fields to the field catalog

    Dear Sap Support,
    I just added to the field catalog the field "Short Text" which stands for product description. The thing is that this field was needed in the tab "Discount" of the Marketing Planner.
    This field was then added to the table CUS_002 (usage PR), and table CUS_003 (usage FG)
    After that change, when I go to the marketing planner and try to insert a new condition, the program throws an error just right after a choose the product to be discounted. The error says: "FIELD_CHECK/DEFAULT_VALUE_SUGGESTION for BAdI /SAPCND/ROLLNAME for filter COMT_PRSHTEXTX is missing"
    Where can I find that Badi? and how does it have to be implemented?
    Best regards,
    Mariana

    Hi Mariana
    How did you slove the problem
    Thanks
    Ron

  • CL20N can not display added fields in the search result ?

    Hi,
    In needs of displaying storage location for each material in the transaction CL30N , we use the user exit CLCLRS01 and CLCLRS02 to add new field. But after that the added field is not displayed
    Have you ever tried this ?
    thanks

    Hi,
    Please find below the code for adding the fields. This code is present in the FM 'EXIT_SAPLCLRS_001'.
    If the field added is from database, then the field needs to be added in table 'LT_ONLY_THIS_FIELDS'(see below FM). Else, the fields needs to be added in the table 'ET_FIELDS' as shown below.
          CALL FUNCTION 'CLRS_GET_FIELDS_OF_STRUCTURE'
               EXPORTING
                    I_STRUCTURE         = 'MARC'
                    I_LANGUAGE          = I_LANGUAGE
               TABLES
                    IT_ONLY_THIS_FIELDS = LT_ONLY_THIS_FIELDS
            IT_EXCLUDE_FIELDS   =
                    ET_FIELDS           = ET_FIELDS
                    ET_FIELDS_TEXT      = ET_FIELDS_TEXT.
          CALL FUNCTION 'CLRS_GET_FIELDS_OF_STRUCTURE'
               EXPORTING
                    I_STRUCTURE         = 'DRAW'
                    I_LANGUAGE          = I_LANGUAGE
                    I_FIRST_CALL        = 'X'
               TABLES
                    IT_ONLY_THIS_FIELDS = LT_ONLY_THIS_FIELDS
            IT_EXCLUDE_FIELDS   =
                    ET_FIELDS           = ET_FIELDS
                    ET_FIELDS_TEXT      = ET_FIELDS_TEXT.
      ENDCASE.
    Here a field which are not from a database table is added
      ET_FIELDS-FIELDNAME = 'JUST_TEST'.
      ET_FIELDS-GROUPKEY  = 'C'.
      ET_FIELDS-DATATYPE  = 'NUM'.
      ET_FIELDS-LENGTH    = 2.
      ET_FIELDS-DECIMALS  = 0.
      APPEND ET_FIELDS.
    Regards,
    Rajesh

  • Adding field to the Planning cube

    Hi Experts,
    We use BPS and we have cube to phase data. We read some data from CRM and use this as a source data for phasing opportunities. We would like to add another field to the Cube and populate that field the same way as other fields in the cube. Can anyone help me with this since iam new to BPS and CRM,
    Thanks,
    DV

    Hi DVMC,
    This can be done without disturbing the existing business scenario.
    As usual create the CRM infoobject ,Create a new multiprovider ,by selecting the existing real time info provider and the newly created infoobject ,further planning on the new multi provider  for attaining the new reporting strategy with out altering the old one.
    Hope this helps,
    Regards,
    Rajesh.

  • Adding field in the WEB UI

    Hi All,
    The field Batch that is available in the sales order UI under Item. I want to add the same field in the Claims UI in the item level. I'm aware that I can use AET and EEWB. Here is the scenoria.  How do I tie the batch field of the sales order to the claims using AET or EEWB. Should I do additional coding or this can be achieved by the tool  itself.
    Sujatha

    Hi,
    I do not think you got the target view correct, please check that. It would not be a view set.
    After that you need to enhance the component, view and the context node of the view. This will create a Z-context node class.
    In the z-class add getter-setter methods manually, you can do that by copying any standard getter-setter method and later renaming it.
    This will add the attribute to the node. After that add the attribute to the config. Let me know when you are done upto this.
    Regards
    Prasenjit

  • Adding field in the selection-screen of a zprogram

    hi gurus,
    i have to add field in the selection-screen of oppurtunities. in database i have a field salesvalues, some of oppurtunity guids have this field value. first i need to add in selection-screen in this alv report. and fetch the data from ztable into required field . if the input fields of the salesvalues field id filled, then filter the global  guids(from global table which had the guid values already) with this guids related to salesvalues. and if one single guid mathes to 2 values of salesvalues then concatenate 2 values with comma and display in single field. if select-options are blank then fetch all opportunity guids which have salesvalues. pls give solution.

    Hi Srini,
    Thanks for your Reply
    I have kept 01 against the field BSEG-AUGDT and selected the preselect check box also.
    But still that field is not visible in the dynamic selection screen.
    Thanks
    Ajay.D

  • Dynamically adding fields to the form when button pressed

    Hi all,
    In my application, there is a form from which I need to be able to insert data into 7 to 8 tables...
    Creating a view and inserting data into 5 table sis fine but there are 2 table whose structure is as follows.
    server_app_rel : server_id, app_id
    server_jack_rel : server_id, jack_id
    Here each server can have any number of applications and any number of jacks...
    I am not able to create a view ( to create a form on this view).. since the number of appllication and jack columns are not fixed. The user should be able to associate all the applications and jacks to the server in the same form...How can I insert multiple rows into tables from a single form when I dont know how many application and jacks(app/jack columns) the user will associate to the server..
    Also, How can we add fields dynamically to the form?
    Our requirement is by default we have to show only one application field and one jack field in the form..And when the user clicks on 'Add more Jacks' or 'Add more Apps' button, respective fields should appear on the form to add data..( this is like 'Add column' button when we create table)..
    Can someone please give me inputs on how to proceed..Am stuck with this from 2 days..It would be really very helpful if someone can give me atleast the links where i can find this info..
    Thanks,
    Nehal

    Here is what I mean
    http://www.drinknation.com/barbook.php?op=multi

  • Problem in Adding Field in the View

    Hi Friends,
            I want to add one field in the view of Interaction Center Webclient.
    I copied the view to the Custom BSP and when i try to Add the attribute in context node the Required Attribute is not available in BOL Entity.Please Help me How to Proceed this.
    Thanks & Regards,
    Ashok.

    Hi,
    Create ITAB as follows:
    Fetch all the data from all the columns SME001 to SME016 in the respective columns in internal table itab.
    Make use of field-symbol to add the value of the corresponding columns as follows:-
    <FS1> as line type of ITAB
    <fs2> type any.
    Assume period selected is 007
    LOOP AT ITAB ASSIGNING <FS1>
    DO.
    IF PERIOD = 000.
    exit.
    ENDIF.
    Concatenate 'SME' period into LV_VARIABLE.
    Assign component LV_VARIABLE of structure <FS1>
    to <FS2>.
    if <FS2> is assigned.
    sum = sum + <FS2>
    endif.
    period = period - 1.
    ENDDO.
    ENDLOOP.
    So now sum will contain the sum of the values of SME001 to SME007.
    I hope it is clear.
    Regards,
    Ankur Parab

  • Adding Fields in the MB51 Report.

    Is it possible to include the customised field captured in MIGO in customised table in MB51 report. And if I want to include such customised field in the output screen of MB51, what i need to do. Please suggest.
    Also is it possible to include such customised filed in the selection screen of MB51.

    Hi Mathew,
    Report RM07DOCS could show all fields of the MM documents. That means the required fields should be EITHER in database table MKPF MM document header OR MSEG MM document item.
    Please have a look at the  note 357187. There you will find a description how to activate further data fields to be processed in transactions MB51.
    In the case these fields are components of an other table the SAP standard has no possibility to process these fields in MB51 after changing the corresponding customizing settings.
    Regards
    Mauro
    Edited by: Mauro Bianchi on Mar 3, 2011 4:02 PM

  • Reg: Adding field in the msci report

    Dear All,
                   In our business process, we are using msci report with user defined say example S966, our requirement is to add the new field in the existing report,
                  I have found that field in mc18
                 Incorporated  that field in key figures in mc22,
               But it is not showing in the report,
      Please tell me what else to do to get that field updated in the report.
    Regards,
    ram

    Hi all,
              Any contributions plz........
    regards,
    ram

Maybe you are looking for

  • How to get stock details as on date

    Dear All How to get opening stock and closing stock   details as on date . Tell me any function module is there  to get as on date. Moderator Message: FAQ. Please search in the forums before posting your question. Edited by: Suhas Saha on Nov 4, 2011

  • My iTunes doesn't open!! Please Help!!

    The message 'iTunes has stopped working' repeatedly shows, on start up. no other suggestions work. This seems to be a common problem, its increasingly frustrating.

  • Change search engine

    When I type a search query in the browser line (not the search window on the right) the search engine used is Ask.com. I have set Google as my default search engine for the search window on the upper right. How do I change Ask to Google for queries t

  • Org Data from activities

    Hey Pros, I just have one short question. I search for the Table where the organizational data of an activity is stored. Also I seach for the connection between the crmc_orderadm_h and the specific org data. Thanks for your answers. Greets Christian

  • How can i import .vcf file to iPhone ?

        contacts .vcf