Re: function SAPGetVariable
Hi Yong, There is an additional (optional) parameter available which can be used to get value/value as Key.See below screenshot for more info. I guess this should help your cause. Regards,Bharath
View ArticleRe: Clarifications regarding BPL execution
Hi Kishore,If you want to scramble only MATNR , there is a SAP delivered rule Rule_Material_Number which you can use as a reference (or) you can use the same rule for Scrambling. This rule has extra...
View ArticleRe: Discussion on Personnel Development
1: Can we send mail to Group of employees. If it is, then what is process for that. Yes we can send Kindly go through below thread http://scn.sap.com/thread/3480560 2 How we can capture the...
View ArticleRe: Technical and Functional Upgrade in sap bi
Dear Raj Technical Upgrade - These are the upgrade which has only a technical impact. For example a Java Patch level upgrade or SP upgrade where in only the changes happens at ABAP library level. For...
View ArticleRe: BOM change log on plant basis for a year
one of the options would be a sap query based on logical database CMC
View ArticleRe: comparing fields of two distinct internal table.
loop at int1 to wa1.read table int2 into wa2 where c2 EQ c1.wa3-a = wa1-a.wa3-b = wa1-b.wa3-c = wa1-c.wa3-d = wa2-d.wa3-d = wa3-eappend wa3 to int3.endloop. Regards,Sivaganesh
View ArticleRe: IndVal of Wagetype 1RMV : No entry in table T510 for key 40SISI3E1-ENG...
Kindly go through below thread Getting Error:- No entry in table t510
View ArticleRe: Disallow TECO,CNF,CLSD before GMPS for Maintenance Order
Thanks for your replies I have very basic knowledge about ABAP development (Developing ALV Reports). Regarding User Exits, I didn't involve in this topic. If you can guide me or give a source that...
View ArticleRe: comparing fields of two distinct internal table.
hi Anil, very interesting issue .... i'm not more sure but PROVIDE ENDPROVIDE syntax will help you ,Please go throe following link inner join on internal table Thank You, Shri.
View ArticleRe: Need to create new G report ?
Sorry for got add some information. Need a sales report of a company code xxxx from the date range April 1st 2012 to Mar 31st 2013 with the above fields. thanks, Rakesh.
View ArticleRe: Download Risk Analysis Report
Hello Shaily, thanks for your blog,I am also facing the same issue ,as suggested by you in above,i applied SAP Note 1792254.But while download i can see only Excel format.i didn't find the TXT...
View ArticleRe: DYNPRO_SEND_IN_BACKGROUND
hi Reddy,Would you share the transaction code on which you are getting this dump.For meanwhile, Please go have a look at this note. It might be helpful.428489 - VL10: Dump 'DYNPRO_SEND_IN_BACKGROUND'...
View ArticleReport for Tax included in the Material Cost while doing MIRO
Hi Friends, We have a requirement to track the tax amounts that have been included as part of the Material Cost while doing the MIRO, as the same is not refundable or vatable. In other words the tax...
View ArticleRe: Non-XML Structure as a Datasource
Hi Jamie, I want same file as a from url this file is open in internet explorer...
View ArticleRe: BODS jobs related to database tables are not changing the status from...
Hello Arun, Thanks for the reply. All records are getting loaded into target table. But here issue is as data flow status is not changing from PROCEED to STOP there is no 'Completed successfully’...
View ArticleRe: APP with Profit Center
Hi SAP does not support Free Selection in F110 on the basis of PC... Thats a system limitation Br, Ajay M
View ArticleRe: Roles suggestion!
Dear Aditya 1) Please explain the below Why there has to be 3 roles for each of the tabs for each section. IF all the users are going to have 6 section you can have one single role comprising all. 2)...
View ArticleRe: Background task not working at run time
Hello, I would do this by process of elimination. Try hardcoding the number first and see if that works.If yes, then the problem is with the select. If no, then the problem is probably with the...
View Article