RSA3 returns dump
Hi, I have a FM which seems to be correct because it compiles fine and returns the rows I want. But if I chech this one in the RSA3 transaction I get the error: When calling the function module...
View ArticleRe: RSA3 returns dump
Hi, Check the data source in RSA3 debug modefind the issue with the help of abaper.
View ArticleRe: RSA3 returns dump
Hi David, It appears that you are trying to create a FM for generic datasource.Could you let us know if you used the sample FM 'RSAX_BIW_GET_DATA_SIMPLE' provided by SAP for this? Basically E_T_DATA...
View ArticleRe: Name in Delivery address tab of ME23N needs to be pulled to BW.
Issue : Field ABDRN2 is not getting populated in datasource 2LIS_02_ITM Response from SAP: Please take a look at table table TMCEXCFS, you will find field GRUND is with STATE "inactive". TMCEXCFS...
View ArticleSAP SD standard reports in BEx (Sales order open -> Sales order close (Status) )
Dear Gurus, We have a requirement to show SAP SD standard reports to client SD Reports requirement : Sales Order or group of sales orders is one called one Project.Starting point is Sales order open...
View ArticleRe: DSO for datasource 0FI_TV_01
Yes, there is no standard data source. You can go with custom dso.As stated by abdul you can use two fields as key field and remaining as data fields. Data source-->dso---> info cubeUpto DSO you...
View ArticleRe: RSA3 returns dump
Hi David, I suggest you use RSAX_BIW_GET_DATA_SIMPLE as the sample FM to restructure your FM and it will then have all the necassary parameters. Below are necessary parameters required to include in...
View ArticleRe: RSA3 returns dump
To find the issue you can debug the testing of datasource in RSA3. Just check the Debug Mode checkbox and then click on extraction. The pointer will reach to debug statement and there you can continue...
View ArticleRe: RSA3 returns dump
Thanks a lot. I will follow RSAX_BIW_GET_DATA_SIMPLE to achieve my target. Regards.
View ArticleRe: RSA3 returns dump
Your welcome David. There is enough material on sdn for the sample datasource so you can use that. Happy working. RegardsAmit
View ArticleEnhancing datasource 0FI_AA_11 with accounting document number
Hi all, For Asset Accounting extraction we like to enhance datasource 0FI_AA_11 with the accounting document number. Any suggestions? Kind regards, Harjan
View ArticleRe: Enhancing datasource 0FI_AA_11 with accounting document number
Hi, If enhancement will suffice your needs then you can ahead and do it. You can add required field to your data source extract structure and maintain the required logic(T -cde -CMOD) to fill the data...
View ArticleRAISE NO_MORE_DATA
Hi, I'm checking a generic datasource, with RSA3, which use a function module. RSA3 returns 0 records but when I enable the debug mode I have realised that the E_T_DATA structure has all the records...
View ArticleRe: RAISE NO_MORE_DATA
I hope you have created the generic extractor by creating a copy of standard FM RSAX_BIW_GET_DATA_SIMPLEPlease share the code so that we can understand what the issue is,else you may search how to...
View ArticleRe: Enhancing datasource 0FI_AA_11 with accounting document number
Harjan, You can enhance your DS 0FI_AA_11 by ANEP-BUKRS & ANEP-ANLN1 and BSEG-BUKRS &BSEG-ANLN1 look up to get the accounting document number. Hope this helps...
View ArticleRe: Loading DSO from an infoobject
Hi, 1. SID Generation - will be off(Never create sids) if your not doing report on DSO. Its depend on your needs. 2. As my guess most of the master data sources would support full load only. so in that...
View ArticleRe: Loading DSO from an infoobject
Hi there, 1. The intended dso will feed the reports indirectly via a multiprovider. Is this still better to go with 'Never create SIDs'? My thinking to go with this option was since SIDs would have...
View ArticleRe: Loading DSO from an infoobject
If your sure about your master data objects already been loaded and sid's are exist then you can go with never create sid's.
View ArticleRe: Loading DSO from an infoobject
Hi,as earlier said by Raman, SID generation should be off if you are not using for reporting. Check whether the data been further moved to cube - if yes then generate the SID otherwise it will increase...
View ArticleRe: Loading DSO from an infoobject
Hi Vinod, Thanks for your inputs. "If any query is running on top of this dso (without sid) the sid will be generated during run time." - If this is true, then I guess I would need to turn on the SID...
View Article