Re: Query to get the Serial Number selected before posting an AR Invoice
Hi Maria, Header UDF canot be checked from Row (because stand alone invoice). You can update the Header UDF with UPDATE query!! --Rafaee M
View ArticleRe: Custom field creation to use as Material Master replication filter in SRM
Hi Pratap, Kindly refer the below thread: http://scn.sap.com/thread/682863 Hope it might solve your issue. Rgds,Hitesh
View ArticleSynchronization Failed while sharing project to SAP server using Eclipse in...
Hi All, I am using MAC system and Java GUI, i want to share my project to SAP server through Eclipse some files are failed in synchronization screen short is attached below. please help me on this......
View ArticleRe: HTTP Receiver Adapter capable of posting.CSV files as output payload?
Hi Mark, Thanks for the prompt response. My source structure is...
View ArticleRe: KSPP
Hello Please check below 2 notes. SAP Note 41621 - Preconditions for transferring activities.SAP Note 391316 - INFORMATION: CO-OM (Planning) If helpful, please reward some points, Thank you and...
View ArticleRe: Total machine run Hour and breakdown Hour
Referring to this line of yours, you know how to compute the equipment up-time linked to PP work center (VIQMEL-PPSID) Note:I knew the link of PP work center with equipment.But i am not getting...
View ArticleRe: Is it Mandatory to have uuidd for SAP installation ?
Hi Ananda, as you can read from SAP note 1391070 (where Deepak quoted from), the installation of the uuid daemon is strongly recommended for various reasons. Nevertheless, an inactive uuidd should not...
View ArticleRe: How can I use parallel processing in ABAP?
Once you switched your FM to RFC enabled, add an exception like NODATA to the FM to raise an error if no data read and add some code like* Call CALL FUNCTION 'Z_FUNCTION' STARTING NEW TASK taskname...
View ArticleRe: values for SI_SCHEDULE_TYPE in CI_INFOOBJECTS table
Hi Nivas, 'X day of Nth week of the month' - This will give you the flexibility to choose any day in a given month. Here X ranges from 1-31 (days) and N ranges from 1-5 (weeks). 8- Calendar: the report...
View ArticleRe: Upgrade to PI 7.3 from XI 3.0
Hi, There are lot of benefits that can be achieved using PI 7.31 over XI 3.0. you need to understand the scenarios that are been used in XI 3.0 to address benefits specific to your customer. But on a...
View ArticleRe: Generating dynamic columns in ALV Report
hi, thanks for the reply. i tried with your code and its working perfectly but as per my requirement(in e.g2) if the defect5 for the two material is zero then that should not be displayed where as in...
View ArticleRe: With a structure find a table
i have tried what you all told me but it is a bit difficul tbecause i m a very new with abap. Does anyone has a tutorial which show me how to find with st05 or with other ways Thank you
View ArticleRe: SAP Business Workflow - BUS2105
Hi Please check SWEL tcode , if the event is triggered and reciever found. If no, activate the even linkage in workflow. RegardsMinal
View ArticleRe: Execute actual assessment - KEU5
Hi, This would have happened by derivation. Please check your customizing in tcode KEDR regardsWaman
View ArticleRe: R3TRXXXXXX was not imported in this step (transport error RC=12)
have you ever encounter this kind of error? do you have any idea where to check in the backend?thanks
View ArticleRe: Error in DSO when deleting content
Thanks,this works only if i do that manually. But i have to manage this by a process chain and it's neccessary that the whole content of the DSO will be deleted before loading new content. Perhaps...
View ArticleRe: how to pass value to an function exit which does not has an export...
Hi, Try using the memory id concept.
View ArticleRe: Drop Down list in ALV display
Hi Sivajyothi, The dump says that ref_grid object is initial. So check whether there is reference allocated to that ref_grid or not.
View ArticleRe: Error in DSO when deleting content
No, because i get the error message when i try to delete the content.
View ArticleRe: Display status messages in job log during execution
Hi Kenneth, Use MESSAGE with EXIT statement. Examples: 1. MESSAGE 'Invalid Data....' TYPE 'I'. EXIT. 2. MESSAGE 'Invalid Data.....' TYPE 'E' DISPLAY LIKE 'I'....
View Article