Re: Parameter help
String prompts can be left blank - you shouldn't see that message. Atleast, that's how it works from the CR Designer. -Abhilash
View ArticleRe: Changing OSS1 Technical settings programmatically
Hi Gita, No offense but I am not sure why you want a function module to change entries in OSS1, although it will take hardly 5 mins to change the settings manually. I am certain that the only way is to...
View ArticleHow to send the array of objects from controller to view?
Hi, well i am working on some simple application by using MVC architecture. I was able to send the data's successfully from view to controller using sap.ui.GetCore() method, but how to send the...
View ArticleRe: Retrieval of Archived data in SAP?
Hi , I think you do have authorization . Please check with security team. Thanks,Brindavan
View ArticleRe: currency change Between thePO and Confirmation
HI Neesha, Please check correct currency and exchange rates are maintained .
View ArticleContents not Visible in Alert Inbox
Hi All, I have configured alerts in our PI system and i could see that the alert is getting triggered and it reaches Alert Inbox in RWB. When i see the contents of the message in that alert i could see...
View ArticleRe: P45 Check in Payresult
Hi Ravi,i have to see, if the P45 forms have been given to the users. My Client is telling that they are not able to generate the P45 forms for employees exited in Oct but I don't access to run that...
View ArticleRe: In Dynamic Recipient Report, having prompt with "Refresh on Open" checked...
Hi NMG, Thanks for responding. Yes, you are correct. Its Optional Prompt.
View ArticleRe: texts with Quotes
Hi Smith, Do the length check prior to adding quotes..pls try with the following code: if (var1.length() > 0)return "''" + var1 + "''" ; else return var1; Regards,Azhar
View ArticleRe: T code SCASE for Credit Limit request
Hi Mark,I am also trying for SCASE workflow to check the credit limt automation approval process.Could you suggest any standard workflow available for SCASE.?Thanks in Adv. Regards,Brahmaji
View ArticleRe: Getting Error while activating Calculation view
Hi Pradeep, Please give details : what are you trying out in the calculation view, so that we can help you. Regards,Sharath
View ArticleRe: SELECT USING PATTERN FOR SELECT OPTIONS
You have to use this:DATA: gv_prctr TYPE cepc-prctr. SELECT-OPTIONS: so_prctr FOR gv_prctr. select prctr from cepc into table t_prctr where prctr in so_prctr. The data has to be filled like a...
View ArticleRe: 0WAGETYPE Loading?
HI, check the data in RSA3 for specific recordreplicate the data source form ECC to BIrun the info pacakge and check the PSA data.after trigger the DTP and check the data in cube. Thanks,Phani.
View ArticleUpdate withholding tax code from abap exit/BADI
Hi all , This is my first post in SCN .Kindly ignore incase of any mistakes.I have a requirement wherein i have to change the withholding tax code based on Expense account and vendor from backend from...
View ArticleError while displaying data using WebRFC
Hi Everyone, I have create a webRFC , It display personnel details by giving pernr number. I was able to get the output in flavors , but in some case , it throwing error if the name is STEFAN...
View ArticleRe: OALI Table & Data Transfer
Hi Luis,I dont think we have templates to import alternative items through dtw, also, there is no option to generate one in dtw.You may have to create these manually in SBO. Thanks,Joseph
View ArticleRe: BAPI/FM for Physical inventory recount
Does anyone have a solution to Sanu's original posting above? I am trying to write an ABAP to replace MI11 for recounts. The FM IVIEW_SM_INV_RECOUNT performs all of the functionality needed (resets...
View ArticleRe: VS 2010 and Access accdb causes login popup when there are no credentials...
I loaded the CodeBuilder-RasConnectionInfo project and built it after a few changes to get it to compile.There is one section that I need to find the data dynamically as all of my (hundreds) of reports...
View Article