Re: WORK PERMIT MANAGMENT
Dear Raj, I have not aware of this, but in the EHP 5 we will call it as WORK PERMIT MANAGMENT, in all the package EHP 1 TO EHP 5 all functionalities are same. very small changes will be there, like...
View ArticleRe: How to add amount of 2 records with same Key fields in an internal table?
Suresh, Try to sort the table on those fields which you need to add and look into the table wheather it has been sorted on those fields if it does. it will work for 100 thousand records...
View ArticleSales Order and Billing Document Number before updating Tables
Hi Experts: I have a requirement to update a Customized table with below fields while saving the Sales Order and Billing Document Number: Billing Document NumberOrder QtyConfirmed QtyInvoiced Qty Now,...
View ArticleRe: SOURCE_REL_IND with X but SC in Status saved
Do you have any custom code which updates this flag SOURCE_REL_IND? Regards,Sushil.
View ArticleRe: Question about Import Wizard and the Input / Output FRS
I love this option Patrick. Thank you. Does the fact that the new environment is already a cluster have any ramifications? I am guessing I just: Disable node 2 (in new environment)Join one half of the...
View ArticleRe: How to remove HTML tags from my Extended Notification Email Body.
Hi Are you able to find any solution to this?We also have the same issue. Thansk,Dev
View ArticleRe: hi
Errm, you mean eclipse, do you? Just browse trough the content, there is more than one description. RegardsFlo
View ArticleRe: Reg: Context Operator in Crystal Report
Thank you Lundquist. In my case, I need to derive a formula like [Month] [Object 3] [Measure]/[Measure] IN ([Object1]; [Object2];[Month]) For Instance, in Jan month we have...
View ArticleRe: C# RESTful web service, passing parameter (prompt) to a report
Thanks bhushan for your reply I am using BI 4.0 SP 6 but there are no samples available, I need help to pass prompts to the report. Following is the code that works fine but need to add prompts....
View ArticleRe: Logic for Posting - Current period to be assigned
Hi Sowmya,In your code, do not use sy-subrc. Instead handle the exception as Nabheet mentioned.Use the Exception ERROR_PERIOD If it is EQ 10, or ERROR_PERIOD NE '00', handle your code... Regards,Venkat
View ArticleRe: Warning rule in SAP IS
Hi Roli, Are you wanting email notifications for profile task? 1851874 - Email notifications do not work for Information Steward. You'll also need to setup the ISjobservers. 1867181 - Email alerts for...
View ArticleRe: Modeling a Materialized Query Table (DB2 LUW MQT)
Pete In Pd 16.5 the help file says "PowerDesigner models materialized query tables as views with a stereotype of <<Materialized query table>>." Try it - the value appears in the drop-down...
View ArticleResize a picture dynamically
I have spent the last days trying to resize an image whose source is a file, and your name in a field in a database, as I do to change the image size dynamically based on data from the same database...
View ArticleRe: Regarding derived tables in BO 4.0
I would say that the best approach is to trow this universe away and design new one.
View ArticleRe: Concatenation not recognizing backslash "\"
Hi Mahboob, Please use Double backslash in the variable and it should work. Below variable worked for me:=[Year]+"\\"+[Quarter] Thanks,Abhi
View ArticleRe: Concatenation not recognizing backslash "\"
use double back slash and it will print as a single back slash.. Try this=[Dept Code]+"\\"+[Rep Code & Name]
View ArticleRe: How to use Decrement(--) and Increment(++) in abap?
Hi Karthi, Tou can try this code and check solution... PARAMETERS: INNER TYPE I. data n type i.n = inner.DO INNER TIMES. DO n TIMES. WRITE: '+'. ENDDO. WRITE:/. n = n - 1. ENDDO. In...
View ArticleSproxy connectivity with ESR
Hi The Sproxy of SAP is showing "Configuration for accessing ESR is incorrect" we have configured the following SM59 connections in SAP SAPSLDAPI and LCRSAPRFC Also the SLDAPICUST transaction in SAP...
View Article