Re: Need help on NFS configuration
First make sure NFS is installed. After that review your /etc/exports file (for editing you need elevated permissions); you would want something like the following: /home...
View ArticleRe: BusinessObjects 4.0 Drag and Drop Cross Table
Yeah! This was something that was happening in 3.1. But with 4.0, you need to click again to drop the Report Element. That's how they have configured it. Don't think you can change it without making...
View ArticleRe: Java Stack - PI 7.3.1
Currently you bypass adapter engine and directly communicating from sap system(local integration engine ) to the PI (central) integration server. This way you have increased performance to some extent...
View ArticleRe: RFC failing with SNC enabled option
Hi, maybe missing authorization. Try to run authorization trace (ST01) to see if you user is missing any authorizations. ST01 also has RFC calls trace. I would try that one as well. Cheers
View ArticleRe: Prebook functionality not working in hcm_learning , page gets refreshed.
Hi Frn, I just provided wait statement with 2 sec in LSO_check_booking Badi incase of Prebooking...and it's working now . Thanks..Priyank
View Articlewf step to process multiple entries one by one
This is a duplicate thread - please don't reply. Chris, please close.
View ArticleRe: Regeneration of SAP_ALL
Hi, 1) It's good that you don't assign SAP_ALL to dialog users. Generally, it's good to start from zero access/authorization and add required authorization/access. Assigning SAP_ALL is exact opposite...
View ArticleCreate delivery from sales order via DI API fails
We are trying to create delivery from sales order via DI API. If we don't use BaseLine, BaseEntry, BaseType then we can create delivery, if we want to link delivery to sales order via BaseLine,...
View ArticleRe: create multiple instances of workflow
Hello, Do you want to create subworkflows or events to trigger workflows?In parallel or sequentially? regardsRick
View ArticleLock abap user with status INACTIVE
Hi guys! I've a job with the attribute MXREF_MX_PRIVIELEGE = {D}<PRIV:%$rep$NAME%:ONLY> this job have a SQL Query Builder with the filter EMPLOYEE_STATUS, but I would like to know how can i lock...
View ArticleRe: Unable to reflect UI changes
Hello Shankar, Thank you for your reply. The entries i maintained are 1 for UI and 3 for logical actions(create,change,display) I created (CBA)adaptation for the change and display logical action....
View ArticleError during Key mapping in MDG Material
Hello All, I am facing a logical system error while creating a key mapping in the MDG. Below is the screen. Need hints. Thank you,Shaila.
View ArticleRe: How to get flex Text element to wrap content in custom view stylesheet?
Thanks for that Faraz, it looks very promising. I'm going to check it out ASAP and report back!
View ArticleRe: LC10 to start/stop livecache is not calling lcinit scripts in version 7.7...
Hello Venkat,It's recommended to start the liveCache in LC10. The ABAP LC10 liveCache administration code released with SAP basis SP.When you started the liveCache in LC10 & connection to the...
View ArticleRe: Leading zeros mapping
public String padZeros(String input){ String output =""; if(input.matches(".*\\d.*")){ output =String.format("%018d",Integer.parseInt(input)); } else { output =...
View ArticleRe: -24994,ERR_RTE: Runtime environment error
Hello,Check the error message in KnlMsg file. You could connect to DB using database studio & check the logs, initialize the database and change the parameters at param init step, if it will be...
View ArticleRe: Netweaver Developer Studio Download
Hi Arun, As far as I know you need to have a valid SAP Developer licence to use it. You can download it from here after you logon: https://nwds.sap.com/swdc/downloads/updates/netweaver/nwds/nw/731/...
View ArticleRe: How to get flex Text element to wrap content in custom view stylesheet?
Ladies and gentlemen, we have a winner! Many thanks to Faraz for shedding light on this murky area of the Nakisa tooling and to Luke for his prompt and helpful input. And now for my little rant: For...
View ArticleRe: BPC NW 10: error on validating transformation file with *MVAL
We had the same issue so we move this logic to Start_Badi... and written in ABAP
View ArticleRe: Why different Budget/Planning Ledgers in BPEG table
Hi Zakir,when you releasing the budgeting, the budget value is always being stored in both CO area currency and object currency. Database update is done for table BPGE (overall total) In this table,...
View Article