Re: Error while extracting Master Data
Hi Satya, As my guess your data source have some inconsistency. Are you at dev system? if yes then reinstall your data source and replicate into bw side as BI 7.x version if your using bw 7.x version....
View ArticleRe: End Routine - last package identifier
My exact requirement is before the data is written to infocube i want to do some calculation and add few additional records for few cost centers and cost element. What i have seen is records are...
View ArticleRe: Enhancing 2LIS_02_SCL extractor
Hi,I am giving some logic code below,implement the below logic in CMOD.Once try this one. data: ITAB-SCL type std table of C_T_DATA.Field-Symbols <SCL-WA> type C_T_DATA. ITAB-SCL [ ] = C_T_DATA...
View ArticleRe: Error while extracting Master Data
Hi Satya, Follow the RK steps first even you could not find out solution then try below one 1. Initially goto transaction SE38, Run the program RSDS_DATASOURCE_ACTIVATE_ALL. Give your Datasource name,...
View ArticleRe: End Routine - last package identifier
Hi Atul,I think you can do it in the source system in customer exit.Hope it gives an ideaRegardsYasemin
View ArticleRe: End Routine - last package identifier
why didn't you say so in the beginning that you want to loop over ALL records?easiest solution: make sure you only have 1 data package coming in (you can do so by increasing your data package size)...
View ArticleRe: End Routine - last package identifier
Hi Atul, Below code will helps you. Try this data: nfPck type i.data: wa_reqtab LIKE LINE OF reqtable.*read number of datapackages from table RSTSODSREQUESTPGSELECT * FROM RSTSODSREQUESTPG into...
View ArticleRe: Material assigned to Plant or Storage Location
Hy Ramanjaneyulu, I the system i have more plants under the same company code, like 4 of them.I would like to unify them and have only one plant under the company code.This decision we took because of...
View ArticleRe: Material assigned to Plant or Storage Location
Hi, In such cased i would suggest to seek help of your Functional consultant. They are the right people to guide whether to go with materials related to plant or storage locations. Regards,AL
View ArticleRe: Material assigned to Plant or Storage Location
then what's going to physically happen to those other plants... they're just going to vanish?
View ArticleRe: Enhancing 2LIS_02_SCL extractor
Hi, Tried my best to give you the Code, types: begin of ty_EKBN,BANFN TYPE EKBN-BANFN,BNFPO TYPE EKBN-BNFPO,ZEBKN TYPE EKBN-ZEBKN, BADAT type EKBN- BADAT, LFDAT type EKBN-LFDAT, FRGDT type...
View ArticleRe: End Routine - last package identifier
Hi Raf, While posting initial thread i thought it will help me but later realized its not going to help me.that y ... Atul
View ArticleRe: Enhancing 2LIS_02_SCL extractor
Hi Always,you write at the begining data: 2LIS_02_SCL type C_T_DATA. here C_T_DATA is a parameter and containing same structure of our data source (2LIS_02_SCL). Its work on CMOD. For Badi also same...
View ArticleRe: Material assigned to Plant or Storage Location
Hy Raf, The actual status is that more departments are defined as plants. But physically is only one Plant with more production departments. And we want to have only one Plant with production department.
View ArticleRe: BW Stats load issue
Hi, Thanks for the replies. following is the short dump"Short text SQL error in the database when accessing a table. What can you do? Note which actions and input led to the error. For further...
View ArticleRe: BW Stats load issue
Hi, I found a note 1776098 Symptom While running the process chain 0TCT_C0_INIT_DELTA_P01 or 0TCT_C0_DELTA_P01 you might get dump "DBIF_RSQL_SQL_ERROR" in the function module...
View ArticleRe: Request still yellow for a long time: Missing messages or Warnings
Please explain your steps after WE20 in details.
View ArticleRe: BW Stats load issue
If this is for the first time that you are performing then it might do this. So please go through the instructions.
View ArticleRe: BW Stats load issue
But one more clarifiaction did you follow the below steps:1. Start2. Delete Index (Infocube )3. Load Data4. Generate Index (Infocube)And is there a process chain which is performing these steps??This...
View ArticleRe: End Routine - last package identifier
I understand, but i suggested to create a new transformation which executes after the original data load is done.
View Article