Appending fields to LIS

Hi,
I am new to SAP. I have to fetch data from billing tables for which i am using LIS structures. But there are few more filed on which i need to report on which are in delivery and sales tables. Can I append these fields to the LIS strucuture using Sales Document Number as a KEY.
Rgds

Roberto,
please try your suggestion with a recent PI/PI_BASIS release. You will get the error message R8525 ("DataSource 2LIS_12_VCITM does not allow append structures").
This is true for all recent PI_BASIS releases and all Cockpit Data Sources.
Furthermore, if you would try to enhance an extract structure without the LO cockpit knowing it, you will face the following major risk:
If SAP in a future release decides to deliver a field as part of the extract structure you enhanced, that has the same name than one of the fields you appended, then the upgrade will fail with an activation error. Please have a look at my OSS note 489259, reason 1 in the solution part.
Of course this is not a risk, if you only append ZZ* fields.
Best regards,
Bernd Sieger

Similar Messages

  • Appended field is not available in BI

    Hi Gurus,
    I have appended a field in the datasource, removed a hidden tick so that it will be available in BI system but after replication of datasource I still could  not get this field in transfer structure. When I was checking I found that in display datasource window under "Fields" tab for that particular field "Transfer" column is uncheck, due to which the field is not available.
    Now my concern is that how should I make this available in BI.
    any Help will be heavily appreciated.
    Thanks,
    Saurabh.

    Hi,
    I am on BI 3.5 system.
    and I didn't mean that my datasource is not in ROOSFIELD table, it is there but what you are saying is not applicable in my case. in ROOSFIELD, for the appended field  the OLPTSrc version is "A" and Field Attribute is "P" which is what the ABAP program stated above will do and I was very well aware of the program.
    My, ROOSFIELD output is,
    2LIS_XX_XXX                      A               ZZXXXX                      P
    This field was not hidden earlier as well, i could get this field for selection in RSA3 and even in infopackage also.
    But, the only concern is what I posted in my 1st question.
    How will I get that checkbox ticked?
    Thanks,
    Saurabh

  • Appended field in the datasource as selection in infopackage

    Hi,
    I have appended a field in my datasource, say for example, country (ZZCOUNTRY). I set ZZCOUNTRY as selection in the datasource so i can filter by country in my infopackage.  When i check my datasource, ZZCOUNTRY is there. But when i use it in filter, the system is ignoring it.
    Example, if i load all data, i get 5 records. 1 is US, and 4 for CA. when i filter by country US and load my infopackage, i am expecting to get only 1 record, but i still get 5 records.
    do you know if it's possible to use appended field as infopackage filter?
    Thanks
    jti

    Hi
    if u want to enchance your datasouce u are suppose to  maintain the DS in RSA6,and then enable the fields for selections.
    i suppose if the fields are appended fields you can't enable those for selection.
    please check if these fields are enables before u proceed.
    hope this helps
    --- Rashmi

  • Table for checking the appended fields in the standard extractor

    Hello,
    Please let me know the table name for checking the appended fields in the standard extractor.
    Thanks in advance

    Hello,
    From Rsa6 , goto your extractor from there you may get the name of your strucutre
    Go to DD03L and enter this name
    And you get to see all the fields there..
    waiting for your feedback.
    Regards
    Nitin Bhatia

  • Appended Field is not visible repectively listet in the DataSource

    Hi,
    I've ran into a problem which I'm unable to solve. Maybe you can give me a hint.
    I've appended a DataSource (0EC_PCA_3) in SAP R3 4.7 by using RSA6 clicking on the extract structure and using the append structure function.
    After that the appended field is listed (in a different color) in the extract structure.
    In the next step I've activated the extract structure.
    When I went back to RSA6 and took a look at the DataSource the new field isn't listet in the field list.
    At this point I don't know what went wrong. So please let me know if you got an idea to solve this issue.
    Regards
    Axel

    Hi Gaurav,
    thanks for your hint to deactivate and activate. Maybe it led us to the right track for the solution.
    I'm not able to reactivate my BADI-Implementation.
    When I search the internet according to the error message:
    Field "C_T_DATA" is unknown. It is neigther in one of the specific tables nor defined by a "DATA" statement.
    Every answer says that the implementation should be activated anyway, what works for the implementing class, but not for the implementation itself.
    I've done the implementation according to this manual:
    [url] http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3001894b-b1fb-2910-77ba-e80b6f2053b7?quicklink=index&overridelayout=true
    I don't know how to fix this error either. The source code I used is the same used in this manual (simple approach page 11) but with differnet table and fields.
    Edited by: Axel M. on Aug 19, 2011 3:34 PM

  • Append fields to Standard extractors

    Folks,
    Can some one tell me the step by step procedures to change/append fields to Standard extractors.
    I tried searching the forums, but I couldn't found. Please send me any links or documents.
    Thanks in Advance,
    Kumar

    Hi,
    1.Create a stricture which consists of new fields which u wnat to add
    2. Then go to RSA2 display the data source whcih u want and there click on extract structure.
    3. it will take to strcuture screen there top u will find append strcuture tab click and give the structure name which u have created with new fields.
    4. then save and activate .
    5. Then go to user exit and write ur code to populate those fields.
    Apparao

  • Cannot see the appended fields on BW side

    Hello all,
    I appended the extract structure of a datasource (added two fields), I can see those field in RSA6 and can see the data in RSA3. Then I replicate it on BW side and am trying to create transformation between that datasource and DSO but I cannot see the added fields in the transformation rules so that I can map it to the infoobjects in DSO. When I see the fields tab of datasource (in datasource tab in RSA1) I can see those two fields but I am not getting now how do I map it with DSO objects.
    Can someone throw some light please.
    Thanks,
    Kiran

    hello all,
    I tried same thing completely by using 3.x method transfer rules and update rules and it works good.
    I finally can see the appended fields. I did the whole process as the 3.x method, transferred the fields in transfer structure, added my infoobjects in communication structure and then did the transfer rules. So now finally I am able to see the fields in datasource and now I am able to map the source fields to the target fields (Z infoobjects) in DSO.
    I can see the data in PSA, so I just went ahead and did a direct assignment so that data will go to the target infoobjects but for some reason still those columns are blank, so basically there is data in PSA but its not getting to DSO.
    Do we have to anything different in this new version like write a routine or something in transformation rules?
    Are these steps right for the new version NW 2004s, or is there any additional step in this new version.
    Thanks,
    Kiran
    Message was edited by: Kiran Mehendale

  • 0WBS element (external format) as append field in generic extractor?

    Hi Guru's,
    we use an generic extractor for our CO-PA data, as a join of different tables. Now I get the issue with this internal format of PSP element. It is of NUMC 8 and my basic data PSP element is CHAR 24. As they are not matching I want to add the POSID as an append field. But how to do this?
    In table PRPS I found the Include PRPS_INC an thought about using this in my extract structure? Is this possible? How do I need to go on and to simply have my additional field - with content! - in my extract structure?
    First I used an append and put in my include. As there are no fields extracted to BI I think this is wrong!? How can I delete my append?
    Thanks

    Hi Siggi,
    I have not created an special Append on the VEKP. I created an generic extractor on the VEKP. All fields of VEKP are available and I can hide or choose selection-field for all of these fields. No problem.
    i created an append on the extract structure via RSA6 - enhancement. I know that after generating the generic extractor with RSO2 all settings done in former times in  RSA6 are lost. But, my problem is: <b>I can not see any of the fields I put into the append. They are not there.</b> Not in ROOSFIELD and following not in RSA6. And that's the problem.
    Thanks for your support.
    OJ

  • Safe update of append fields

    Hi experts,
    I got an append field on the qmel table which I have to update. Of course I can update the field manually, but since the qmel table is a pretty critical one, I wonder if there is a "safe way" to do that, like a SAP FM, BAPI or whatever?
    Thanks in advance.
    Regards
    Tobi

    Hi,
    Eithr the FM or the BAPI will not do validations.
    Manual Validation hs to be done before passing the value to the BAPI or FM.
    Thnaks and Regards,
    Daz.

  • Infs Structure append fields

    Hi .
    how to append fields to info structure say s911 .
    Regds,Ö

    HI
    GOOD
    FOLLOW THIS PROCEDURE
    Use
    With this procedure you append nodes to an entry structure, thereby building a navigation hierarchy.
    Prerequisites
    You are editing the entry structure and are on the Edit Structure  screen.
    Procedure
    Select a node in the entry structure.
    Choose Info object ® Insert ® At same level or Info object ® Insert ® As subnode.
    In the next dialog box choose Create new info object.
    In the next dialog box, create entry structures for navigation with info object class Topic (IWB0NOD) or info object class General info object (IWB0GEN).
    Enter the required data and choose Continue.
    When you insert a node of info object class Topic, a document is opened in MS Word whose first paragraph contains the name (or title) of the info object. Enter further contents for the info object and save them.
    Insert further hierarchy nodes in the entry structure as required.
    Save the entry structure.
    THANKS
    MRUTYUN

  • MM46 - Append fields

    Hello,
    i want to change customer append fields with the transaction MM46.
    1. I implemented the BADI - BADI_ARTICLE_MASS_RT->MASS_SAVEDATA_RETAIL
    (as per description in the interface documentation)
    2. I implemented the BADI - ARTMAS_BAPI_EXTEND->MODIFY_MMD_DATA
    (Analyse the "X" of the clientextx fields and fill the relevant values into a workarea and append this fields to maw1_ueb)
    The problem is, it does not work. All the customer append fields will not be changed in the table MAW1
    Can anyone help me ?
    thanks,
    Jan

    Did you try BADI MASS_SAVE_ARTICLE_USING_BAPI method CUSTOMER_FIELDS ([Note 539423 - MM46: mass maintenance of articles w/ customer-specific flds|https://service.sap.com/sap/support/notes/539423])
    Regards,
    Raymond

  • Can not see the new appending fields in RSA6

    Hi,
    I add one appending structure to existing datasource, after that I can not see the new field in RSA6, RSO2. However I can see it from RSA2 and SE11 (for extract structure).
    Any idea?
    Thanks
    Victor

    Victor,
    can you tell me how u have done this. you have a DS in RSA6 created from RSO2. then you created a append structure right? then click on your DS on the RSA6 screen. click on change icon on the application tool bar or function key CTRL + SHIFT +F1, maintain the datasource.
    can you able to see the fields here or not (i'm asking for change mode)?
    Nagesh.

  • View creation and populating key figure to datasource appended field

    Hi
    the data we want is like in 4 tables
    J_3GVERSI  +  EQUZ + ILOA+ ANLC
    HOW should i create a view on these four tables .
    j_3gversi _ equnr
    equz - equnr, iloan
    iloa- iloan(key), comp code,asset no,asset subno
    anlc- comp code asset no asset sub no
    my two key figure values are in J_3gversi , and 1 more keyfigure i will append it to my datasource on this view and the value for this  will be obtained if i give 5 field values( from ANLC(table), compcode,asset no ,asset subnumbr, fiscal year and depreciatio area in where condition for select statement in cmod .)
    to give these 5 values in the where condition in my cmod code for my datasource I tried to make this view.
    i have linked
    j_3gversi  with equz - using equnr
    equz with iloa- using ILOAN ( since my asset no and asset sub number in this table is linked to equipment number  using ILOAN field)
    ILOA with ANLC- using ( company code, asset number and asset subnumber)
    though the field names are different for my asset number and subnumber in both the tables , they have same data element(component) -
    IS it fine to join two tables with fields having different field names but same component.
    asset number field name is  in ILOA-anlnr and ANLC-anln1 though component type is same - anln1 for both
    similarly asset subnumber has like  ILOA- anlun and ANLC- anln2 with same component type-anln2
    now in cmod for the function module i am writing select statement like this
    code in cmod for transaction data
    when mydatasource
    loop c_t_data into lv_ctdata3
    1.     SELECT SINGLE * FROM anlc WHERE bukrs EQ lv_data3-bukrs AND 
    2.                                     anln1 EQ LV_DATA3-anln1 AND 
    3.                                     anln2 EQ LV_DATA3-anln2 AND 
    4.                                     gjahr EQ Lv_data-gjahr AND 
    5.                                     afabe EQ  '01 ' . 
    6.     IF SY-SUBRC EQ  0 . 
    7.       CALL FUNCTION  'FI_AA_VALUES_CALCULATE' 
    8.         EXPORTING 
    9.           i_anlc = anlc 
    10.         IMPORTING 
    11.           e_anlcv = l_anlcv. 
    12.     ENDIF. 
    lv_data3-nbw =l_anlcv-nbw.
    modify c_t_dat from lv_data3
    end loop
    Edited by: krishnav3.5 on Jul 8, 2011 2:07 PM

    Hi ,
    IS it fine to join two tables with fields having different field names but same component.
    1.Yes we do this many times .We combine fields having different names but functionally they are the key values to match .
    No issue with that untill they are in same format and you want to match data based on those fields .
    HOW should i create a view on these four tables .
    2.For view you can create view on 2-3 tables with matching fields and for complex logic you can populate additional fields via CMOD code .
    Regards,
    Jaya

  • Appended field Vendor Group in LFB1 does not display in FK03

    Hi ,
    I had a problem with FK03 transaction I was not able to view the field I appended in table LFB1 which is Vendor group for spanish log-in in the system but for english log-in I was able to view the field I appended is language. Please advice what I am suppose to do in order to view the field in spanish log-in. Hope to hear ideas..Thanks ahead.
    --Ekit

    Hi,
    Login into spanish language and go to transaction  SE11. Check whether the new field is coming in LFB1 table. Also check whether the translation is maintained or not.
    Also check whether the account group field status in customizing allow this field to be displayed.
    Regards,
    Gaurav

  • Screen enhancement on PO tcode ME21, 22 and 23N w/o appending fields struct

    Hi Experts,
    I have a requirement to enhance the screen of PO ME21N, ME22N and ME23N adding a fields on Header and Line Item. I know how to do using append structure of additional fields in EKKO and EKPO. but this requirement should save on customize table. It was decided because it was more than 20 fields to be added. It might affect the performance of standard table if we would add this in standard table.
    PBO for ME22N and ME23N i am only populating the EBELN and EBELP then extracting the data to customize table to display in the screen.
    PAI for all transaction EXPORTING the data
    after PAI populating the data again and again.
    Is this effective or possible? any idea or solution?
    thanks in advance.
    Best regards,
    Etrafanob

    Use extension MM06E005 "Customer fields in purchasing document", you do not have to append more than one field to standard tables, but you will have to manage the update of customer database yourself. (use some PERFORM AT COMMIT in the PAI FM of the exits)
    The only field is required so that structure CI_EKPODB or CI_EKKODB can be activated and used as parameter of the exit(s) (e.g. put a single field 1 char like "customer data exists" or the fields that should be the most useful to select data from database, and put/get the other data from/to your specific database table(s)
    Regards,
    Raymond

Maybe you are looking for