SAP BI datasource enahancement EKBE and 2LIS_02_SCL

Hi Gurus,
I am enhancing MC02M_SCL structure for purchasing 2lis_02_scl, I added the fields MENGE (quantity) posting date (BUDAT) and transaction value type VGABE.
Transaction event type has the values 1 to 8, I am comparing the keys EBELN and EBELP from structure.
There is no other common key between MC02M_SCL and EKBE. My problem is I am getting the records only with transaction type 1 (in RSA3) not getting remaining records with transaction type 2 to 8. BELNR is key in EKBE but it is not present in MC02M_SCL. If I use BELNR my problem will solve... Let me know u r thoughts.
this is my select statement,
Select EBELN EBELP ZEKKN VGABE GJAHR BELNR BUZEI MENGE BUDAT CHARG MATNR ELIKZ INTO TABLE I_EKBE FROM EKBE
FOR ALL ENTRIES IN C_T_DATA
WHERE EBELN = C_T_DATA-EBELN AND
EBELP = C_T_DATA-EBELP.
reading the data with below statement,
READ TABLE I_EKBE INTO WA_EKBE
WITH KEY EBELN = WA_MC02M_0SCL-EBELN
EBELP = WA_MC02M_0SCL-EBELP
CHARG = WA_MC02M_0SCL-CHARG
MATNR = WA_MC02M_0SCL-MATNR
ELIKZ = WA_MC02M_0SCL-ELIKZ.
IF SY-SUBRC = 0.
WA_MC02M_0SCL-ZZMENGE = WA_EKBE-MENGE.
WA_MC02M_0SCL-ZZVGABE = WA_EKBE-VGABE.
WA_MC02M_0SCL-ZZBUDAT = WA_EKBE-BUDAT.
WA_MC02M_0SCL-ZZCHARG = WA_EKBE-CHARG.
Thanks.

Hi,
this forum is for the SAP BusinessObjects BI Solution architecture. I would suggest you post your questions into the SAP BW forum.
Ingo

Similar Messages

  • Issue with EKBE and 2lis_02_scl enhancement

    Hi Gurus,
    I am enhancing MC02M_SCL structure for purchasing 2lis_02_scl, I added the fields MENGE (quantity) posting date (BUDAT) and transaction value type VGABE.
    Transaction event type has the values 1 to 8, I am comparing the keys EBELN and EBELP from structure.
    There is no other common key between MC02M_SCL and EKBE. My problem is I am getting the records only with transaction type 1 (in RSA3) not getting remaining records with transaction type 2 to 8. BELNR is key in EKBE but it is not present in MC02M_SCL. If I use BELNR my problem will solve... Let me know u r thoughts.
    this is my select statement,
    Select EBELN EBELP ZEKKN VGABE GJAHR BELNR BUZEI MENGE BUDAT CHARG MATNR ELIKZ INTO TABLE I_EKBE FROM EKBE
          FOR ALL ENTRIES IN C_T_DATA
          WHERE EBELN = C_T_DATA-EBELN AND
                EBELP = C_T_DATA-EBELP.
    reading the data with below statement,
    READ TABLE I_EKBE INTO WA_EKBE
          WITH KEY EBELN = WA_MC02M_0SCL-EBELN
                   EBELP = WA_MC02M_0SCL-EBELP
                CHARG = WA_MC02M_0SCL-CHARG
                  MATNR = WA_MC02M_0SCL-MATNR
                   ELIKZ = WA_MC02M_0SCL-ELIKZ.
          IF SY-SUBRC = 0.
            WA_MC02M_0SCL-ZZMENGE = WA_EKBE-MENGE.
            WA_MC02M_0SCL-ZZVGABE = WA_EKBE-VGABE.
            WA_MC02M_0SCL-ZZBUDAT = WA_EKBE-BUDAT.
           WA_MC02M_0SCL-ZZCHARG = WA_EKBE-CHARG.
    Thanks.

    Hi,
    this forum is for the SAP BusinessObjects BI Solution architecture. I would suggest you post your questions into the SAP BW forum.
    Ingo

  • Creating Logic and modeling for SAP BW datasource in SAP HANA views and SLT

    Hi to all,
    I have small question.
    We have BW system and SAP ECC as source system and to get data from SAP ECC source system we are using SAP ECC Standard data source.
    Now we required to, create modeling in SAP HANA by use of HANA View and get data from SAP ECC source table via SLT.
    So we can replicate same modeling,as we done in SAP BW system.
    But  my question is that, as SAP ECC standard data source hit multiple table and do run-time calculation, before sending to SAP BI.
    How we can derives such calculation and logic, in our HANA studio, because as we know in SLT data transformation can be done in limited way also
    in view we can not drive such logic via SQL script ?.
    Is there any way we can do such modeling and logic in SAP HANA ?
    or
    is there any standard document for this type of case, which we can use ?
    Note: We don't want to use SAP DS or DXC for data loading to HANA, as  we want it in more real time.
    Regards
    Pavneet Rana

    Thanks for reply,
    As SLT is based on ABAP, so we can write complex logic in it.
    But if we talk about SAP ECC standard data source, they have complex logic, based on multiple table.
    So we need to write code from scratch in SLT to derive same result. but it will be huge time consuming , and required good ABAP skills, also it will lead to bug in code.
    Also it will reduce the real time performance of SLT, due to complex logic.
    Second option is procedure via SQL script, which is again huge effort in term if logic and can lead to error/bug in logic.
    Does we have any other way or architecture to do this is very simple way, with high performance and less error issue.
    Regards
    Pavneet Rana

  • DB Connect DataSource PSA records and DSO records are not matching...

    Dear All,
    I'm working with SAP NetWeaver BW 7.3 and for the first time, I have loaded from Source System DB Connect. I have created a DataSource and pulled all records and found 8,136,559 records in PSA. When I designed and created DSO with Key Fields 0CALDAY, Item No and Company Code, it has transferred records about 8,136,559 and added records about 12,534 only. Similarly following InfoCube has about 12,534 records into its Fact table. When I tried to reconcile the data/records with source DBMS for a month, the records/data could not matched?
    1. What could be the reason behind the issue? why I am unable to load the records/data correctly?
    2. Have I not mentioned the Key Fields of DSO in a correct manner?
    3. Is it possible to load the records/data into DSO without giving any field as Key Fields?
    4. How should I resolve this issue?
    5. Is it could be of DSO Overwrite and summation function utilization if yes, then how to utilize it?
    Many thanks,
    Tariq Ashraf

    Dear Tariq,
    1. What could be the reason behind the issue? why I am unable to load the records/data correctly?
    Ans:  Check transformation once. Is there any start routine you have used or direct assignments. What kind of DTP settings you have done.
    Check the messages at the DTP monitor. You will surely find some clue. Any duplicate records are being detected or not check once if you are using semantic keys in your DTP.
    2. Have I not mentioned the Key Fields of DSO in a correct manner?
    Ans:  The transformation key and the DSo key are they same in your case?
    What kind of DSO is it? Like for sales order DSO you take Order number as a key field., So you have to define the key fields according to business semantics I suppose. Do you agree?
    3. Is it possible to load the records/data into DSO without giving any field as Key Fields?
    Ans:  I dont think so as the keys you defined will help in having unique data records isnot it?
    4. How should I resolve this issue?
    Ans: Please check the above as in Ans:1 please share your observation.
    5. Is it could be of DSO Overwrite and summation function utilization if yes, then how to utilize it?
    Ans: DSO overwriting of key figures is useful when you have full loads in picture. Are you always going to perform full loads ?
    For reference would you like to check this thread:  Data fileds and key fields in DSO
    Lets see what experts give their inputs.
    Thank You...

  • 2LIS_02_ACC , 2LIS_02_ITM and 2LIS_02_SCL

    Hi Experts,
    Currently we are activating Business content for Purchasing infoCube 0PUR_C01. The current requirement is that the client wanted to see company code as well in the cube.
    The DS 2LIS_02_ITM and 2LIS_02_SCL does not have company code field, but 2LIS_02_ACC has.
    I wanted to know what is the difference between 2LIS_02_ACC and 2LIS_02_ITM, 2LIS_02_SCL DS. I know I can modify the ITM and SCL to include company code information, but I dont want to do that.
    Wanted to know if 2LIS_02_ACC is same as 2LIS_02_ITM and 2LIS_02_SCL. If not how I go about having Company code info in 0PUR_C01 cube.
    Thanks for your help.
    We are in ECC 6, BI7.0 version.
    Regards,
    Rachandr

    You can have more information about 2lis_02_acc datasourcein the following url.
    http://help.sap.com/saphelp_nw70/helpdata/en/5c/8ea0e626e442efb109232830faded9/frameset.htm
    Also if you need only company code, you can add it to the SCL and ITM extractors as well.
    I believe for the two extractors the Company Code field(MCEKKO  BUKRS) is directly available in the Pool, you have to simply bring it in and you dont need to write any code even.
    Regards.

  • Dataflow targets for SAP BW Datasource have different names in Dev/QA/PRD

    I am using BODI to load from flat file into a SAP BW Datasource.
    All is working fine in Development and I have transported my BW development to the QA environment.
    In QA my loads don't work anymore.
    The reason is that BODI refers to the 'Transfer Structure' of my data sources in BW.
    These Transfer Structures have a different suffix in each SAP system (DEV, QA, PROD).
    To have different suffixes for Transfer Structures is a standard SAP BW behaviour.
    I was expecting SAP would use the unique combination Source System / Datasource as identifier for the target of a dataflow, not transfer structure.
    I assume there is a work around for this, but I can not think of anything except either
    - reconfigure the SAP BW implementation or
    - re-develop my BODI DF's for each environment
    Both options are high risk and will take a lot of extra work.
    I have raised a SAP service message, because I think this is not working correctly, but I was wondering if anybody has dealt with this and knows an easy work-around?
    Many thanks for your suggestions,
    Jan.

    THe only tricky thing is the configuration of the BW publisher. But you can find enough information about this in the referenced posting. The rest of the installation configuration is the same as when integrating a single SAP BW system with BOBJ. Ingo has created the following blo, which can guide you through this:
    Install Part #1
    /people/ingo.hilgefort/blog/2008/09/17/businessobjects-and-sap--installation-and-configuration-part-1-of-4
    Install Part #2
    /people/ingo.hilgefort/blog/2008/09/17/businessobjects-and-sap--installation-and-configuration-part-2-of-4
    Install Part #3
    /people/ingo.hilgefort/blog/2008/09/17/businessobjects-and-sap--installation-and-configuration-part-3-of-4
    Install Part #4
    /people/ingo.hilgefort/blog/2008/09/17/businessobjects-and-sap--installation-and-configuration-part-4-of-4
    SAP Authentication
    /people/ingo.hilgefort/blog/2008/09/19/businessobjects-and-sap--configure-sap-authentication
    Publishing part 1
    /people/ingo.hilgefort/blog/2008/09/23/businessobjects-and-sap--publishing-of-crystal-reports-part-1-of-3
    Publishing part 2
    /people/ingo.hilgefort/blog/2008/09/24/businessobjects-and-sap--publishing-of-crystal-reports-part-2-of-3
    Publishing part 3
    /people/ingo.hilgefort/blog/2008/09/24/businessobjects-and-sap--publishing-of-crystal-reports-part-3-of-3
    Regards,
    Stratos

  • Where is the TR between 2LIS_02_SCL source and 2LIS_02_SCL infosource?

    Hi gurus,
    I activate the infocube 0PUR_C01 for recive purchasing information using BI Cont 7.04 level 007.
    The new method of extraction information to this cube is using the 2LIS_02_ITM and 2LIS_02_SCL sources.
    I used standard transformation between 2LIS_02_ITM and 0PUR_C01. Using a DTP I will load this source to the cube.
    But when I try to import the standar transformation between 2LIS_02_SCL and 0PUR_C01 it doesn't exist. I apreciate that it exist a 3.X infosource and a update roule, but I can't find the transfer rule of 2LIS_02_SCL surce.
    How can I connect this source and this infocource using BI content? There is another connexion?
    Someone can help me?
    Thanks!!!

    For 2LIS_02_SCL and InfoSource 2LIS_02_SCL, make use of Update Rules, instead of Transformation.
    Change the DataSource 2LIS_02_SCL from 7.x to 3.x using transaction RSDS.
    This will enable Update rules and transfer rules for this.
    That would fix the issue.
    Thanks
    System BW 7.01 Sup Pak 9
    BI Content 705 Sup Pak 2

  • Not getting transfer rules for 2LIS_02_HDR , 2LIS_02_ITM and 2LIS_02_SCL

    Hello Bi experts,
    Actually i am implementing standard Purchasing module in BI system.
    While implementing , i have installed cube 0PUR_C04 with data flow before options.
    After installation , i am not getting transfer rule for 2LIS_02_HDR , 2LIS_02_ITM and 2LIS_02_SCL .
    I am getting transfer rule for 2LIS_02_S011 only.
    0PUR_c04 contains these 4 dataspurces - 2LIS_02_HDR , 2LIS_02_ITM and 2LIS_02_SCL , 2LIS_02_S011 .
    So how can i get these transfer rule. and if we want to implement std Purchasing module in BI , which Cubes are required or necessary.
    In metadata repository also , for Cube 0PUR_c04 , it does not showing transfer rule HDR/ITM/SCL. there also it is now showing transfer rules.
    I will be also very thankful if anybody just give me overview of purchasing.
    Thanks,
    Sada.

    Hello Mani,
    Thanks a lot.you are the first one who has answered my que. which i expect .
    Look at following floe in infoprovider in my system. and please tell me what exactly i should do?
    Cube->Purchasing Groups                                                                                0PUR_C04
               Update Rule->0PUR_C04 2LIS_02_HDR                                                                       AY0XVMCJPXXXXXXXXXXXXXXXX
                                    Infosource->Purchasing Data (Document Header Level) as of 2.0B      2LIS_02_HDR
               Update Rule->0PUR_C04 2LIS_02_ITM                                                                         4YSO2PF9XXXXXXXXXXXXXXXXX
                                     INfosource->Purchasing Data (Document Item Level) as of 2.0B          2LIS_02_ITM
               Update Rule->0PUR_C04 2LIS_02_S011                                                                      CSB3FHGQXXXXXXXXXXXXXXXXX
                                     Infosurce->Purchasing groups                                                               2LIS_02_S011
                                                      Transfer Rule->from 2LIS_02_S011 for SC4 Client 600        2LIS_02_S011                  SCXCLNTXXX
                                                                             Datasource->Purchasing groups                    2LIS_02_S011
               Update Rule->0PUR_C04 2LIS_02_SCL                                                                        4ZZ0DMZXXXXXXXXXXXXXXXXXX
                                     Infosource->Pur.Data (Document Schedule Line Level)                         2LIS_02_SCL
    Mani i am expecting answer from you.
    Thanks,
    Sada

  • Generic Datasource with Delta and functionmodule

    Hi together,
    who can help me ??
    Ihave created a generic datasource with function module and
    delta.
    the extractor runs well while i use full update and also initialization.
    If i start the delta extraction, the extractor crashed with short-dump.
    the message is SAPSQL_INVALID_FIELDNAME
    What can i do, and what is wrong.
    regards
    thorsten Weiss

    Hi Roberto,
    here is the code from the function-module:
    FUNCTION zbw_mm_get_eket.
    ""Lokale Schnittstelle:
    *"  IMPORTING
    *"     VALUE(I_REQUNR) TYPE  SBIWA_S_INTERFACE-REQUNR
    *"     VALUE(I_DSOURCE) TYPE  SBIWA_S_INTERFACE-ISOURCE OPTIONAL
    *"     VALUE(I_MAXSIZE) TYPE  SBIWA_S_INTERFACE-MAXSIZE DEFAULT 1000
    *"     VALUE(I_INITFLAG) TYPE  SBIWA_S_INTERFACE-INITFLAG OPTIONAL
    *"     VALUE(I_READ_ONLY) TYPE  SBIW_BOOL DEFAULT SBIW_C_FALSE
    *"  TABLES
    *"      I_T_SELECT TYPE  SBIWA_T_SELECT OPTIONAL
    *"      I_T_FIELDS TYPE  SBIWA_T_FIELDS OPTIONAL
    *"      E_T_DATA OPTIONAL
    *"  EXCEPTIONS
    *"      NO_MORE_DATA
    *"      ERROR_PASSED_TO_MESS_HANDLER
      INCLUDE lrsalk01.
    DataSource for table EKET
      TABLES: zv_mm_eket.
    interne Tabelle für Bearbeitung
      DATA:   itab_0 TYPE TABLE OF zstr_eket WITH HEADER LINE.
      TYPES: BEGIN OF typ_categ,
              j_4kbwef    TYPE atnam,
              /afs/bwel   TYPE j_4kbwef,
             END OF typ_categ.
      DATA: l_s_data_eket  TYPE zstr_eket,
            ld_cat_struct  TYPE j_4kcsgr,
            lt_cat_fields  TYPE TABLE OF j_4kcif001,
            ls_cat_fields  TYPE j_4kcif001,
            ls_mara        TYPE mara,
            l_tabix        LIKE sy-tabix,
            itab_cat       TYPE TABLE OF typ_categ ,
            ls_cat         TYPE typ_categ,
            h_feldsize1(8)        TYPE c,"wegen Typ-konflikt im FB
            h_feldsize2(8)        TYPE c."wegen Typ-konflikt im FB
    Auxiliary Selection criteria structure
      DATA: l_s_select TYPE rsselect.
    Maximum number of lines for DB table
      STATICS: s_t_select     LIKE rsselect OCCURS 0 WITH HEADER LINE,
               s_t_fields     LIKE rsfieldsel OCCURS 0 WITH HEADER LINE,
    counter
              s_counter_datapakid LIKE sy-tabix,
    cursor
              s_cursor TYPE cursor.
    Select ranges
      RANGES: l_r_ebeln       FOR zv_mm_eket-ebeln,
              l_r_ebelp       FOR zv_mm_eket-ebelp,
              l_r_bsart       FOR zv_mm_eket-bsart.
    Initialization mode (first call by SAPI) or data transfer mode
    (following calls) ?
      IF i_initflag = sbiwa_c_flag_on.
    Initialization: check input parameters
                    buffer input parameters
                    prepare data selection
    Check DataSource validity
        CASE i_dsource.
          WHEN 'ZDS_V_MM_EKET'.
          WHEN OTHERS.
            IF 1 = 2. MESSAGE e009(r3). ENDIF.
    this is a typical log call. Please write every error message like this
            log_write 'E'                  "message type
                      'R3'                 "message class
                      '009'                "message number
                      i_dsource            "message variable 1
                      ' function modul was created for DS ' &
                      'ZDS_V_MM_EKET"!'.
            "message variable 2
            RAISE error_passed_to_mess_handler.
        ENDCASE.
        APPEND LINES OF i_t_select TO s_t_select.
    Fill parameter buffer for data extraction calls
       S_T_SELECT-REQUNR    = I_REQUNR.
       S_T_SELECT-DSOURCE   = I_DSOURCE.
       S_T_SELECT-MAXSIZE   = I_MAXSIZE.
    Fill field list table for an optimized select statement
    (in case that there is no 1:1 relation between InfoSource fields
    and database table fields this may be far from beeing trivial)
        APPEND LINES OF i_t_fields TO s_t_fields.
      ELSE.                 "Initialization mode or data extraction ?
    Data transfer: First Call      OPEN CURSOR + FETCH
                   Following Calls FETCH only
    First data package -> OPEN CURSOR
        IF s_counter_datapakid = 0.
    Fill range tables BW will only pass down simple selection criteria
    of the type SIGN = 'I' and OPTION = 'EQ' or OPTION = 'BT'.
          LOOP AT s_t_select INTO l_s_select WHERE fieldnm = 'EBELN'.
            MOVE-CORRESPONDING l_s_select TO l_r_ebeln.
            APPEND l_r_ebeln.
          ENDLOOP.
          LOOP AT s_t_select INTO l_s_select WHERE fieldnm = 'EBELP'.
            MOVE-CORRESPONDING l_s_select TO l_r_ebelp.
            APPEND l_r_ebelp.
          ENDLOOP.
          LOOP AT s_t_select INTO l_s_select WHERE fieldnm = 'BSART'.
            MOVE-CORRESPONDING l_s_select TO l_r_bsart.
            APPEND l_r_bsart.
          ENDLOOP.
    Determine number of database records to be read per FETCH statement
    from input parameter I_MAXSIZE. If there is a one to one relation
    between DataSource table lines and database entries, this is trivial.
    In other cases, it may be impossible and some estimated value has to
    be determined.
          OPEN CURSOR WITH HOLD s_cursor FOR
          SELECT (s_t_fields) FROM zv_mm_eket
          WHERE
          ebeln      IN               l_r_ebeln           AND
          ebelp      IN               l_r_ebelp         AND
          bsart    IN             l_r_bsart.
        ENDIF.                             "First data package ?
    Fetch records into interface table.
      named E_T_'Name of extract structure'.
       FETCH NEXT CURSOR s_cursor
                  APPENDING CORRESPONDING FIELDS
                  OF TABLE e_t_data
                  PACKAGE SIZE i_maxsize.
        FETCH NEXT CURSOR s_cursor
                   APPENDING CORRESPONDING FIELDS
                   OF TABLE itab_0
                   PACKAGE SIZE i_maxsize.
        LOOP AT itab_0 INTO l_s_data_eket.
          l_tabix = sy-tabix.
    Lesen Erstellungsdatum aus EKKO
          SELECT SINGLE aedat FROM ekko INTO l_s_data_eket-sydat
                         WHERE ebeln = l_s_data_eket-ebeln.
    Lesen Partner aus EKPA
          SELECT SINGLE lifn2 FROM ekpa INTO l_s_data_eket-plief
                         WHERE ebeln = l_s_data_eket-ebeln AND
                               ebelp = l_s_data_eket-ebelp AND
                               ekorg = l_s_data_eket-ekorg AND
                               werks = l_s_data_eket-werks .
          IF NOT l_s_data_eket-matnr IS INITIAL .
    *A Lesen material für Kategoriestruktur j_4kcsgr(F001 oder R002)
            CLEAR ls_mara.
            CALL FUNCTION 'J_3A1_LESEN_MARA_SINGLE'
                 EXPORTING
                      i_matnr         = l_s_data_eket-matnr
                 IMPORTING
                      e_mara          = ls_mara
                 EXCEPTIONS
                      param_not_valid = 1
                      OTHERS          = 2.
            IF sy-subrc NE 0.
            ENDIF.
    *E Lesen material für Kategoriestruktur j_4kcsgr(F001 oder R002)
    *A Aufsplitten Bestandskategorie
            REFRESH lt_cat_fields.
            CALL FUNCTION 'J_4KG_SPLIT_CAT'
              EXPORTING
                client                            = sy-mandt
                csgr                              = ls_mara-j_4kcsgr
                cat_appl                          = 'S'
                cat_value                         = l_s_data_eket-j_4kscat
      NECESSARY_SPECIFIED               = ' '
              TABLES
                cat_fields_tab                    = lt_cat_fields
              EXCEPTIONS
                no_category_structure_found       = 1
              OTHERS                            = 2.
            IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
            ELSE."sy-subrc <> 0
    Verarbeitung der Ergebnisse
              LOOP AT lt_cat_fields INTO ls_cat_fields.
                IF ls_cat_fields-j_4kbwef EQ 'BW_CAT_SCONFIG'.
                  l_s_data_eket-zz_bwel_sconfig = ls_cat_fields-j_4kcatv.
                ENDIF.
                IF ls_cat_fields-j_4kbwef EQ 'BW_CAT_CONFIG'.
                  l_s_data_eket-zz_bwel_config = ls_cat_fields-j_4kcatv.
                ENDIF.
                IF ls_cat_fields-j_4kbwef EQ 'BW_CAT_COUNTRY'.
                  l_s_data_eket-j_3abwel_country = ls_cat_fields-j_4kcatv.
                ENDIF.
                IF ls_cat_fields-j_4kbwef EQ 'BW_CAT_COUNTRYGRP'.
                  l_s_data_eket-zz_bwel_coungrp = ls_cat_fields-j_4kcatv.
                ENDIF.
                IF ls_cat_fields-j_4kbwef EQ 'BW_CAT_STOCKTYPE'.
                  l_s_data_eket-zz_bwel_stktype = ls_cat_fields-j_4kcatv.
                ENDIF.
                IF ls_cat_fields-j_4kbwef EQ 'BW_CAT_ORDER'.
                  l_s_data_eket-zz_bwel_order = ls_cat_fields-j_4kcatv.
                ENDIF.
                IF ls_cat_fields-j_4kbwef EQ 'BW_CAT_QUALITY'.
                  l_s_data_eket-j_3abwel_qual = ls_cat_fields-j_4kcatv.
                ENDIF.
              ENDLOOP."lt_cat_fields
            ENDIF.
    *E Aufsplitten Bestandskategorie
    *A Aufsplitten MAtrix
            IF NOT l_s_data_eket-j_3asize IS INITIAL.
              CALL FUNCTION 'J_3A_SPLIT_SIZES'
                   EXPORTING
                        matnr              = l_s_data_eket-matnr
                        j_3asize           = l_s_data_eket-j_3asize
                   IMPORTING
                        j_3akord1          = l_s_data_eket-j_3abwel_color
                        j_3akord2          = h_feldsize1
                        j_3akord3          = h_feldsize2
                   EXCEPTIONS
                        no_grid_determined = 1
                        OTHERS             = 2.
              IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
              ELSE.
                l_s_data_eket-zz_bwel_size1 = h_feldsize1.
                l_s_data_eket-zz_bwel_size2 = h_feldsize2.
              ENDIF.
            ENDIF."not l_s_data_eket-J_3ASIZE is initial
    *E Aufsplitten MAtrix
            MODIFY itab_0 FROM l_s_data_eket INDEX l_tabix.
          ENDIF."not l_s_data_eket-matnr is initial
        ENDLOOP.                                                "itab_0
      An Ausgabe-Tabelle übergeben
        APPEND LINES OF itab_0 TO e_t_data.
        IF sy-subrc <> 0.
          CLOSE CURSOR s_cursor.
          RAISE no_more_data.
        ENDIF.
        s_counter_datapakid = s_counter_datapakid + 1.
      ENDIF.              "Initialization mode or data extraction ?
    ENDFUNCTION.
    regards
    thorsten

  • I want to make a delta for datasource of 0hr_pa_1 and 0hr_pa_0

    i want to make a delta for datasource of 0hr_pa_1 and 0hr_pa_0,because our transction data are not maitain on time, so the full update which depend on the time will lost many data, could you give me some suggustion pls? thanks
    allon

    Hi,
    Please search for the related threds in SDN, I think the following links will help you.
    Re: Any other option to accomplish Delta load mechanism?
    http://help.sap.com/saphelp_sem320bw/helpdata/en/29/02b43947f80c74e10000000a114084/frameset.htm
    Thanks
    reddy

  • Excel Download of a Web SAP BW Report asks userid and password.please help

    Dear BW folks,
    Issue: When I run a specific SAP BW Report from Web and download the same into excel & csv.
    When I open the excel file downloaded, it asks me user name and password to enter. csv file downloaded doesn't ask.
    The report has 0cust_sales hierarchy and SBU hierarchy.
    Is there any thing to do with these hierarchies that the excel download is asking user name and password?
    Please help me out!!!!! This report needs to be downloaded into excel sent to my manager.....
    Regards
    Pavan

    Hi Pavan
    It is possible,please refer the below link
    Report execution without prompting user id
    Providing un-secured access to a web report.
    Also, for the time being, you can run the query and save a workbook and sent across
    These will resolve the issue
    Thanks
    Pavan Agarwal

  • Integration of sap R/3 (4.7) and Microsoft active directory (2003)

    Hi All,
    I would like to know integration of sap R/3 (4.7) and Microsoft active directory (2003) and also SAP EP and Microsoft active directory. I have been working as a ep consultant with a local bank. I am new for this integration work, So please kindly provide me the steps for integrating these both directories.
    Pls help me with this issue.
    Thanks in advance,
    Regards,
    Raghav.

    Hi,
    First You should read:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bc72b890-0201-0010-3a8d-e31e3e266893
    Regards,
    Jarek

  • SAP R/3 4.7 and EWM of SCM 5.0 Integration

    Hi,
    Has anyone integrated SAP R/3 4.7 and EWM of SCM 5.0? It has got lot of issues in the following areas.
    1. Master Data - Business Partners - Customers are transferred to EWM as locations with location type 1010. But it is not transferred as business partners.
    2. Transactional Data - The QRFC is not working for inbound and outbound deliveries and the IDOC interface is not creating the delivery request at EWM.
    3. Internal warehouse processes - The simple thing like physical inventory document is not created. For physical inventory document, the system is asking the business partner, responsible person to dispose, shipping office, etc...
    The documentation is not that clear and it doesn't give any specifics.
    The integration points are not well defined and there are lot of gray elements in the configuration.
    Has anyone faced the similar issues?
    If you have any inputs, please let me know.
    Thanks for your input.
    Regards,
    SP

    Hi SP,
    I have not worked on any implementation projects as of now. Anyways, I am attempting to answer the questions posted by you as I work on EWM. I hope my answers help you.
    1. Master Data -Business Partners - While CIFing the customers from R3 to EWM, choose the option "2 - Create Both" in CFM2 or CFM3 are then activate the model.
        The option 2 will CIF the created customers as both Business Partners and as locations.
    2. Not much idea on Idoc's. Can you please provide more info about the status of the inbound and outbound deliveries? This can help checking the QRFC.
    3. Some settings to keep in mind while working with the internal Warehouse process - Physical Inventory
       - Craete a PI area and assign the permitted document types.
       - Assign this PI area to an activity area
       - In the customizing Specify Physical-Inventory-Specific Settings in the      Warehouse" - uncheck owner, part entiled to dispose and maintain the calender, fiscal year, currency.
    I hope this is what you wanted as an answer.
    Thanks & Best Regards,
    Divya

  • SAP R/3 4.7 and JRE 1.5

    Hi ,
    On our SAP r/3 4.7 server currently JRE1.4 is installed .
    We recived a request to upgrade it to 1.5
    Can you let us know if there is any dependecy between sap r/3 4.7 and JRE 1.5
    Will it run without any issue.
    Regards
    Madhav

    Hi Sunny ,
    Thanks for the info .Just one more question does  SAP Java connector 3.06 is supported by R/34.7?
    I am unable to find any information  regarding the same anywhere .
    Only thing i found was that
    SAP java connector Supports R/3 3.1I and higher (and other SAP Components that have BAPIs or RFMs).
    It does not say anything about the version of SAP java connector.
    Regards
    Madhav

  • SAP R/3 4.7 and ECC 5.0

    Hello MM gurus!
    i would like to know differences between SAP r/3 4.7 and ECC 5.0, and what makes the client to opt of the 4.7 or ECC 5.0.
    Thanks in Advance gurus.
    Regards,
    Pieadad.

    I am sorry for posting the question without searching properly. i got the answer for my question.
    Regards,
    Pieadad.

Maybe you are looking for

  • Problemas de Comunicação com SEFAZ PE - Urgente

    Boa tarde! Pessoal, Ontem a SEFAZ de PE ficou fora o dia inteiro. Hoje ao acessar o Portal, vimos que a SEFAZ PE está on. Mas no GRC, quando vou verificar o status de serviço da SEFAZ PE código 26, está inoperante. Alguém está passando por isso? Esto

  • Retrieve a phone number from iCloud that I deleted

    Is there a way to retrieve a phone number from iCloud that I deleted a while back from my address book? I had the number in my favorites and all contacts but now I don't know how to get the number back. I'm using Mavericks

  • Is it possible to create this Grid structure ?

    XX1 Pr1 Vr1 Pr2 Vr21 Vr22 Pr3 Vr3 Pr4 Vr4 XX2 Pr5 Vr5 ` Vr6 PS - I don't mean to the group function. I really don't know if it's some Grid feature (the merging rows) or mabe the problem is in my ArrayCollection data , I was trying to do something lik

  • Password protect individual pages, web gallery?

    Hello; When hosted by .mac Is it possible to password protect a single page (or photo gallery)? Also, can we allow people to post on the Blog via password? TIA -T

  • Position of message container

    Is there a possibility to change the position of the message container? I would like to have the container bottom.