Delta for new fields in 2LIS_02_ACC
Dear all, To capture the delta of new fields in datasource 2LIS_02_ACC, I have put some code in user-exit EXIT_SAPLEINS_001. My code starts as follows: DATA: i_t_ekko LIKE ekko OCCURS 1 WITH HEADER...
View ArticleRe: CRM Product enhancement (via COMM_ATTRSET) extraction
Hi carlos, I hope you are still active in SDN.I am working on Product datasources , in tcode COMM_ATTRSET , used 2 set type and activated them , 2 Datasources got generated .Mapped with BW object ,...
View ArticleRe: Delta for new fields in 2LIS_02_ACC
It seems that (SAPLEINS)T_EKPO[] and (SAPLEINS)T_EKKN[] and (SAPLEINS)T_EKET[] works, but not (SAPLEINS)T_EKKO[].Table T_EKKO is not know. Isn't that strange?
View ArticleRe: Last delta incorrect. A repeat must be requested. This is not possible.
Hi Pradip/ Suresh, I got the similar kind of issue recently. As suggested in the thread response, I just deleted the errored delta request from the target and requested the delta load again after that....
View ArticleRe: Error: The application program for the extraction of data was called up...
Hi, We seem to have found the issue , the datasource entries were missing in the table COMC_CRD_GEN_BWO.
View ArticleRe: Delta Update Explanation: ABR, ADD, AIM, AIE.....
Hi Claudio, Apart Blank Delta Only Via Full Upload (ODS or InfoPackage Selection)A ALE Update Pointer (Master Data)ABR Complete Delta with Deletion Flag Via Delta Queue(Cube-Comp)ABR1 Like...
View ArticleRe: No transfer of values for navigational attributes to cube.
This is a problem with the basic understanding of how Navigational attributes work, Navigational attributes never sits physically in Infocubes or DSO, they act as virtual, they only fillup data from...
View ArticleCancel Indicator X record is not updating to Standard DSO
Hi All, I working on SD--> Deliveries Extractor 2LIS_12_VAITM, we have setup the solution as similar to LSA model. I can see a Delivery 123 has been created and changed in the same day. Delivery...
View ArticleRe: GL Balance mismatch issue in biw
From which table of DSO are you fetching data ,the type of delta in your DSO is AIED, if its not properly sequenced, the data will be wrong, there can be multiple records with same key in one request...
View ArticleHidden field in extractor 0MAT_PLANT_ATTR
Hi all, I have a requirement to get field "MINBE" in datasource "0MAT_PLANT_ATTR". I have searched and found a piece of code which I had applied. REPORT Z_MAT_PLANT.TABLES: ROOSFIELD.SELECT SINGLE...
View ArticleRe: Error: The application program for the extraction of data was called up...
you are missing fields from the datasource or the infoobjects in BW.
View ArticleRe: Hidden field in extractor 0MAT_PLANT_ATTR
Hi, If the field MINBE is hidden by SAP then above code will be helpful.You can go to table ROOSFIELD and see the fields of your data sources.Whether your field have SELECTION - A or not. if its A then...
View ArticleRe: Hidden field in extractor 0MAT_PLANT_ATTR
Thanks for your reply Korrapati. when I am going to RSA6 I am getting this error: "Units field MEINS for field MINBE of DataSource 0MAT_PLANT_ATTR is hidden". Now I want to revert the changes and made...
View ArticleRe: Hidden field in extractor 0MAT_PLANT_ATTR
Hi, Just let it be yoru data source same as P. Your error message saying as along with that field MINBE you need MEINS also.For that you may need to enahnce your data source.Need to enhance your data...
View ArticleRe: No transfer of values for navigational attributes to cube.
Dear Vishnu, Thank you for your suggestion. I checked in the report and failing to see the value, i checked in the cube for the presence of data for the objects. Moreover , i checked the dimension...
View ArticleRe: No transfer of values for navigational attributes to cube.
Is material group created with reference to some other object ? Lets say if mat group is created with reference to an object A. In that case you need to check the navigational attribute ( A_ZMAT_GRP1)...
View ArticleRe: doubt on DSO transportation from DEV TO Q ?
1) why is it asking to include the old datasource to include in the transport ?Probably the datasource version between the dev and prod is not in sync or since a new dso is mapped with the ds and you...
View ArticleRe: Scheduler (Maintain Infopackage) doesn't see server group in Process Chains
Hi Rommel,Refer this link below.http://pic.dhe.ibm.com/infocenter/wtxdoc/v8r3m0/index.jsp?topic=%2Fcom.ibm.websphere.dtx.packsapbw.doc%2Ftasks%2Ft_pack_sapbw_Scheduling_the_Data_Load_hierarchy.htm
View ArticleRe: Schedule LBWE job from BW Process Chain
Hi Simon, I already developed the below program and call RSPC_ABAP_FINISH. The problem is when submitting the program encounters a shortdump (perhaps the datasource struture is changed), it will...
View ArticleRe: Can we have 2 delta's on a datasource ?
Hi, Yes, 2 delts without any selections its not possible. For example our data source sales doc number..1. While doing init on sales doc no - 23000000 - 34000000(selection ranges). by doing like this,...
View Article