Re: Enhancing datasource 0FI_AA_11 with accounting document number
Harjan, 0FI_AA_11 the FM based extractor is BWFIAA_EXTRACT_DELTA and for 0FI_AA_20 the extractor is BWFIAA_SREP_GET_DATA and also 0FI_AA_20 is part of EHP4(Reporting Financials 2) .Get help with the...
View ArticleRe: Loading DSO from an infoobject
I am looking at the delta option but looks like I can't load data to this dso since the datasource is 3.x. Since no update rules are availabe, the infopackage does not execute when I select only the...
View ArticleRe: RAISE NO_MORE_DATA
Hello David, The problem is with the DO statement. If you remove it the datasource will work just fine. data: i_cont type int4, i_venum type venum, i_matnr type matnr. data: wa_pallets TYPE...
View ArticleLoading DSO via DTP from 3.x datasource
Hi folks, I am looking to load a new DSO from 3.x datasource. The datasource is master data related and has been run several times into an existing infoobject. Upon executing the DTP that links DSO to...
View ArticleRe: Loading DSO via DTP from 3.x datasource
Hi, at dtp which settings you used to load data into dso?is it full or delta mode at dtp level? Thanks
View ArticleRe: Loading DSO via DTP from 3.x datasource
There is no infosource involved in this. DTP is picking up data from the PSA related to the data source. I am trying to understand that why does it only pick up the records from the latest request and...
View ArticleRe: Copying 3.x data flow
I can't touch existing objects so migration is out. I am trying to create new 3.x objects from old ones so looking for ways around that. From your other comment, how will changing the source system...
View ArticleRe: Loading DSO via DTP from 3.x datasource
If your master data infoobject has all the data in it..Then just use it as a source and target as DSO. Crete transformation between them.Create DTP as well. See if this works or not. Regards,AL
View ArticleRe: dataSource enhancement fields are empry on BW
Hi Raman, Thank's for replying. I have activated the dataSource in BW system, and I have triggered an InfoPackage to load data into PSA. In the PSA, all dataSource fields are filled except the fileds I...
View ArticleRe: dataSource enhancement fields are empry on BW
It might be the issue with the code which you have written.Just for testing purpose run the infoopackage with some selections may be put some project no.if you have that field enabled for selection....
View ArticleRe: Loading DSO via DTP from 3.x datasource
Anshu - That will work but loading data from master data would mean running full loads all the time since there are no delta options. Hope this helps.
View ArticleRe: dataSource enhancement fields are empry on BW
Hi Anshu, thank's a lot. Below the code I m using to fill the fields:**************************************************************************************************************** FIELD-SYMBOLS...
View ArticleRe: dataSource enhancement fields are empry on BW
Just try to run the infoopackge with some selection as i suggested in my last reply and see if this works or not. Regards,AL
View ArticleRe: dataSource enhancement fields are empry on BW
HiCheck the enhanced fields whether hidden checkbox is selected in ECC side.Also in BW side - display datasource and check the transfer checkbox. Thank-You. Regards,VB
View ArticleRe: dataSource enhancement fields are empry on BW
Hi, Can you check some selective records data at RSA3 and PSA.Seems like at RSA3 itself won't have data. there is some gap. Take 10 records data at RSA3 and check data at PSA for same records which you...
View ArticleRe: 2LIS_06_INV and table RBCO. How does it work?
Hi, Not much familiar with backend logic of data source. Perform at dev system. if you debug your data source then you may get idea or clue how/what based its pulling data from base tables. First do...
View ArticleAged Debt Reporting ( AR ) - help required
Hi Guys,I need your help in one of the requirement I have at the moment for AR Reporting.My client wish to see the snap shot of the Debt on weekly and monthly basis since the day the system has gone...
View ArticleRe: How to delete Number Range object
I tested in local server in that we can change the status to '0' and we can delete that number range by using Function Module: NUMBER_RANGE_OBJECT_DELETE. which was already told by chandran.
View Articleclass based exceptions in extractor
Hi, We are still creating extractors based on RSAX_BIW_GET_DATA or RSAX_BIW_GET_DATA_SIMPLE, which are using the old school exceptions. This prevents us from using things like the new PROVIDE since...
View ArticleRe: Slowly Changing Dimension
Please view the below video and I am sure it will answer your question Slowly Changing Dimensions (scd type1,scd type2, scd type3) - YouTube
View Article