Hi gurus,
I am currently trying to write an AMDP BADI and for this I need to pass the selection to my BADI and put it in my method. For this I have written the following code in CUSTOM LOGIC. After I manipulate the data in method, I am hoping to pu...
Hi Gurus,Is it possible to trigger a macro during report distribution? If yes, is there an API for worksheet generation or is there anyway we can call worksheet generation?Regards,David
Hi Gurus,We are trying to design a distribution template where we send the reports by PDF through email. The variable member is Cost Center only. Each user is sent one or more Cost Center reports. While sending reports to a user with more than one co...
Hi gurus,I am trying to create a report where the user wants to filter out members of one hierarchy based on the members of the other hierarchy.For Example:ID Desc ParentH1 ParentH2 ParentH31000 desc1 company1 OP1 Dep12000 desc2 company1 OP2 Dep23000...
Hi Gurus,We have a data file with a field that only has the last four digits of the Master Data ID. The Master Data ID has 7 digits and was created when the actuals data was being uploaded. But now the budget data flat file seems to have only the las...
Hi vadim.kalinin Are you saying that I can give the below as the code ? Basically retrieve the selection from the DM?*START_BADI AMDP
QUERY = ON
WRITE = ON
ACCOUNT = %ACCOUNT_SET%
*END_BADI
vadim.kalinin Sorry I am new to this. The user will make a selection and run a package. This package will trigger a BADI through *START_BADI in the logic script. Let us say I give the selections in the lgoci script like Account = BS121, How can I p...
Solved it with the help of internalrelay that our company was using. Populated the address in Environment Parameters, and gave a company user id and it is working now.Closing this question.
Thanks Vadim.Yeah looks like it. Cannot filter based on multiple hierarchies. At the adhoc level it is impossible to derive the common data. A design change may be needed for this.
Hi Priyanka,Can't we use something likedimensionx.property1=*col(1)or write a script logic to convert the values in column 1 into dimensionx's id and run it in the data manager package?orimport it into a temporary table and push it into the fact tabl...