Re: 2LIS_13_VDITM enhancement
Hi, Please try below logic. DATA: L_S_MC13VD0ITM LIKE MC13VD0ITM. When '2LIS_13_VDITM'. LOOP AT C_T_DATA INTO L_S_MC13VD0ITM. L_TABIX = SY-TABIX. SELECT SINGLE PERIO FROM FPLA INTO...
View ArticleRe: 2LIS_13_VDITM enhancement
Hi Prateeksha, Try this logic in BADI(SE19) or CMOD as suggested. types: beging of ty_fpla, perio type fpla-perio, vbeln type fpla-vbeln,end of ty_fpla. data: it_fpla type standard table...
View ArticleRe: Enhance Standard Business content extractor using “RSU5_SAPI_BADI”.
Hi, In select statement u have mention the table name.No need to use modify statement, if you are using field-symbol. select EQUNR GROES from BWE_EQUI into table lt_equimpent for all entries...
View ArticleRe: Enhance Standard Business content extractor using “RSU5_SAPI_BADI”.
No your SELECT is using table EQUI_GROES which is not in the system. I believe table is EQUI and field in the same table is GROES. Check this out!
View ArticleRe: Standard reports in ecc and correcponding infocubes in bw 7.3
You can review what BI Content is available for which ECC's areas/module at following link: SAP NetWeaver BI Content – SAP Help Portal Page afterwards you need to analyze your requirement for...
View ArticleRe: Standard reports in ecc and correcponding infocubes in bw 7.3
Thanks for the reply.My requirement is that we have identified standard reports in ECC for MM,SD,PP and FICO reports. Now i need to identify the corresponding infocubes that correspond to those...
View ArticleRe: BI Reporting on Solution Manager
So in that case this link will be relevant for you:BI Reporting - SAP Solution Manager - SAP Library Here's overview of PChains:Schedule Process Chains - SAP Solution Manager - SAP Library...
View ArticleRe: Standard reports in ecc and correcponding infocubes in bw 7.3
For inventory mngt see e.g. DS 2LIS_03_BX which is Stock Initialization for Inventory Management As said already you need to study requirement in more detail do the prototype of data flow to BW and...
View ArticleRe: Standard reports in ecc and correcponding infocubes in bw 7.3
That is not is easy way find what you need.if you need like that way then you can take your functional team help.for your requirements you don't have any functional or technical specs? Based on ECC...
View ArticleRe: Enhance Standard Business content extractor using “RSU5_SAPI_BADI”.
Hi Mateusz, Please apply following code then you shold be good: ---------------- IF_EX_RSU5_SAPI_BADI~DATA_TRANSFORM. CHECK i_datasource = '0EQUIPMENT_ATTR'. DATA: lt_data TYPE TABLE OF BWE_EQUI....
View ArticleRe: Enhance Standard Business content extractor using “RSU5_SAPI_BADI”.
Than you guys! I just changed EQUI_GROES to EQUI and now it is working. Big thank you!
View ArticleRe: Acception/approval for PR
Hi Ron,Please google "CDPOS & CDHDR datasource" you will find a great document.
View ArticleRe: Inventory Management 0MM_IM_BX, 0MM_IM_BF, 0MM_IM_UM, 0MM_IM_STOCK
Hi Harald, Can you please share the How-to Paper for these data-sources and any helpful links in case you referred while installing this data sources? Thanks in anticipation!!!! Bhavin Vyas
View ArticleRe: Inventory Management 0MM_IM_BX, 0MM_IM_BF, 0MM_IM_UM, 0MM_IM_STOCK
Hi Bhavin, my Basic Approach was the 'how to handle inventory Management scenarios' document from 2005, which gave me an Overall Impression. next Thing was to simply check the meta data Details of the...
View ArticleError while Activating DataSource of DB Connect Source System...
Dear All, I'm working on SAP NetWeaver BW 7.3 and for the first time I'm extracting data from Oracle Database. I've created connection between BW and Oracle DB successfully and created source system...
View ArticleRe: Standard reports in ecc and correcponding infocubes in bw 7.3
Thanks Ramanjaneyulu Korrapati and Martin, Thanks for your reply, We do not have any functional and tech specs, and there is no other bw consultant, for this project. I was just told to get the...
View ArticleRe: Enhance Standard Business content extractor using “RSU5_SAPI_BADI”.
Table EQUI, field GROES - they are available in my system. For example from the attached document it is working fine.
View ArticleRe: Enhance Standard Business content extractor using “RSU5_SAPI_BADI”.
Hi, In select statement u have mention the table name.No need to use modify statement, if you are using field-symbol. select EQUNR GROES from BWE_EQUI into table lt_equimpent for all entries...
View ArticleRe: Enhance Standard Business content extractor using “RSU5_SAPI_BADI”.
No your SELECT is using table EQUI_GROES which is not in the system. I believe table is EQUI and field in the same table is GROES. Check this out!
View ArticleRe: Source System(Logical system) issue
Hi Ram, Thank you for our reply! I'm having authorization to change RSLOGSYSMAP. I passed source & target system when i execute the code it is saying no table entries found for specify key. Best...
View Article