Re: how to consume view data (temporary data) as a permanent data ?
Hi, If we use Generic Procedure, every time it deletes records from the table and inserts new records? after executing that procedure, we need to call the procedure in sql console manually..is it...
View ArticleRe: how to prevent users from calling un authorized transactions (in module...
Hello Vinay Reddy. You need to use AUTHORITY-CHECK OBJECT statement.Regards.
View ArticleRe: SAP SD
Dear Please find the fallowing details for SD configuration Enterprise Structure: 1. Define Sales OrganizationIMG -> Enterprise Structure -> Definition -> Sales and Distribution -> Define,...
View ArticleRe: Screen validation in module pool
Hi Kabil, Please refer the following link http://www.****************/Tutorials/ABAP/Hide/Index.htm this example is for hiding and showing certain fields. Instead of Invisible property, use 'active'...
View ArticleRe: change the logo
Hi, How to check whether my logo is updated or not.how to see the output. Thanks & Regards,Deepthi.
View ArticleRe: hi
thanks a lot it worksAs I am new to PM module and i am looking for Config document.Can u help me in it.Can u send me config document on my email id s_ekta22@yahoo.co.in Appreciate your help
View ArticleRe: EPMRetrieveData #RFR
For everybody facing a similar problem: I think I found a workaround - might not be very elegant, but it seems to do the trick: I put the code into the AFTER REFRESH function: Function...
View ArticleRe: Taxable Wage type and Carry Farward
What does it mean by carry forward exactly when do you wanted to carry forward elaborate your requirement. RegardsVenkatesh
View ArticleRe: Condition Based Notification
Hi You have use the user exit IMRC0001, and ask the technical person to create special notification when the values entered is above the values specified in the characteristic values Also refer...
View ArticleRe: which DC contain Add New Member button.
Hello yugandhar, My Problem is when we click on add New Member,It navigates to Details Screen of Dependents and it should load state Dropdown as per default country set (i.e USA) but this is not...
View ArticleRe: Cost elements not updating in cj40 & cj42
Hi Siddu, Can you share the screen shot of your Planning profile? Also is the same planning profile being used in Projects where you are trying CJ40/CJ42? Secondly can you check in extras whats the...
View ArticleRe: Updating custom column in Existing workitem after Refresh click in SBWP
HI Soumya I am not aware of the above tcode..... but you can try creating a custom WF and then give a WSxxxxxxxx in the "task" Fields and see if your workflow gets triggered. If it triggers, then...
View ArticleRe: Installing Replication server on primary got an error
Hi Joachim Pfefferle, Thanks to ur answer. i performed both 1 and 2 steps.when am installing SRS in primary server at setup replication server phase i got above error... ThanksK.Sandeep
View ArticleRe: Budget of IO
Dear Ramesh Report S_ALR_87013019 shows the actual amount posted on the order (both Revenue and Expense), where as Transaction code KO23 is displaying only the expense posted against the budgeted...
View ArticleRe: After repair Tomcat and SIA not coming up
Hi Dev, I have a few questions:1) Did you change the installation path during repair?2) Is Tomcat and CMS on same or different boxes?3) Is it the SIA or the CMS service which is not coming up?...
View ArticleRe: Create Dynamic Variant for last 15 Months for table VTTK
For special dynamic variables not available in standard, you can build a small periodic report (to be schedule just after midnight every day) that will update some values in TVARV/TVARVC.Usually there...
View ArticleRe: How to change Cust. enhancement tab name?
Hi,Did you try the Option what is mentioned in the other post.Goto CJ20N. In main menu bar->Settings->Layout detail Screens When I tried in my System I can see the tab title getting changed. I...
View ArticleRe: Convert to xml from string / itab / table
Hello, You can use IXML libraries in SAP which can help you to fill the XML. Below is the link. ABAP Keyword Documentation for ixml These are the classes which will be helpful for you....
View ArticleRe: Bapi to Update Batch field (RESBD-CHARG) of a component of Production order
I got the solution to update the field.use FM CO_XT_COMPONENT_CHANGE to update the field.
View Article