AlphaNumeric Values in CMOD
Hi is it possible to pass alphanumeric values into customer exit variables in cmod.We have a need to use virtual key figures for calculating 2week spend, but this will all be based on invoice ID - the...
View ArticleRe: AlphaNumeric Values in CMOD
Hi Dave, What is data type of invoice id , is it NUMC or CHAR. If it is NUMC , it wont take alpha, it should be CHAR then only it will accept alphanumeric. OR You can try with below range types....
View ArticleRe: AlphaNumeric Values in CMOD
Hi Dave, The error message points into the direction that your Characteristic is of type NUMC (numeric character). I.e. it can only contain numbers 0123456789, nothing else. Can you please check your...
View ArticleRe: DataSource extract logic
Hi Evans, First of all I suggest having a look in SAP Help - BI Content for the respective DataSource. However, it is not always documented in a detailed way and sometimes source table names and fields...
View ArticleRe: AlphaNumeric Values in CMOD
Thankyou both for coming back to me so quickly, alas I wish it was as simpleas just being the info object that is set up as type char. There must besomething else in cmod that im missing, something...
View ArticleRe: AlphaNumeric Values in CMOD
It was a case of types but not the infoobject it was when passing the value to my BADi like a fool I had it trying to pass to a type I object.
View ArticleAvoid COMMIT WORK in Function Module 'RSDRD_SEL_DELETION'
Hi guys, i have the follwing problem: I do a selective deletion on a Standard- DSO by using the function module 'RSDRD_SEL_DELETION'.But, i want to be able to do a ROLLBACK WORK after a successfull...
View ArticleRe: Avoid COMMIT WORK in Function Module 'RSDRD_SEL_DELETION'
Hi, Although you are able to write a custom selective deletion program yourself, I don't advise you to go into this direction. Moreover, there are better ways to delete data from DSOs.I think of a...
View Articlediscrepancy between the confirmation & deletion of qRFC - LUWs
Dear Team, We are getting daily issue related to "discrepancy between the confirmation & deletion of qRFC - LUWs" and message appears in the log as "Problem class important". Due to this error, the...
View ArticleRe: discrepancy between the confirmation & deletion of qRFC - LUWs
Hi Abhishek, This seems to be abnormal system behavior and might be caused by technical infrastructural problems. In my opinion the issue is on a lower layer than the BW application and therefore I...
View ArticleRe: Is a save step neccessary in a Process Chain when loading hierarchies...
Hello Chandu, We are facing the same issue process chain is not triggering the info package.we used to do it manually after the BW system is upgraded to 7.3.I have check the OSS note 652856 is not...
View ArticleFinding which table provides data for custom extractor
Hello Experts, I'm quite new to BW and i'm facing this problem.A field contains faulty data and i want to know from which table and field in the ECC the extractor gets the data.This is a custom...
View ArticleIssue with Export data source
Hi experts, Have an issue with Export Data source,We have generated an export data source based on a real time cube.Its working fine in dev.When we transport the cube, will the system generate and...
View ArticleRe: Issue with Export data source
Hi Vidhatha, For DSO export DataSource will automatically generate when you activate, for others I guess we have to generate manually. Thank you,Nanda
View ArticleRe: Issue with Export data source
Hi ,Thanks for reply.As in our case, Its a cube, We have transported the cube, The export Data source has been generated but it is in Modified/ Does not exist state,we tried to retransport the cube ,...
View ArticleRe: Finding which table provides data for custom extractor
Hi Vander, In the ECC side, go to tcode RSO2 and enter the technical name of the datasource..From there, you can see the name of the VIEW or TABLE used in that datasource.. Afterwards, go to tcode SE11...
View ArticleRe: Issue with Export data source
Hi Vidhatha, You also need to transport the datasource from your DEV to PROD..If the datasource did not appear in PROD after the transport, right click the Source System used or the Application...
View ArticleRe: Issue with Export data source
Hi Loed, Thanks for the Reply,Do you mean that we need to transport the Export Data source too ?Doesn't the target system regenerate the export data source as soon as the cube is imported ? Reg the...
View ArticleRe: Issue with Export data source
Hi Vidhatha, Yes, I think you also need to transport the datasource generated..Did you already try it? Regards,Loed
View ArticleRe: Finding which table provides data for custom extractor
check table ROOSOURCE for your DataSource it will tell you which type of extractor it is (extraction method: table/view, domain, function module, ...) and what the extract structure is also you may...
View Article