Re: Back Ground scheduling of BDC for Measuring Documents?
Have you tried for searching any thread or SAP note with that error message??
View ArticleRe: Hierarchy Node text truncated on Excel Add-in
Hi Rohit, What is your SP, some of similar issues got fixed in SP 10 and above. Regards,Kalyan.
View ArticleRe: Doubts about SAP NW Mobile and SAP Mobile Platform
Hi Andy, SAP NW Mobile includes over-the-air device management, application design tools and synchronization middleware that allow occasionally connected mobile devices to interoperate as part of the...
View ArticleRe: Chart of Accounts - Upload - Step by Step
Will be doing the step by step and posting on this forum. No need for two recordings. Make a recording which will capture the maximum fields and in case one is missing in the recording maybe you can...
View ArticleRe: Validation to stop manual posting to GLs through f-02
Dear Prasad, Im doing the Validation at the line item level. I hope I am right?
View ArticleRe: Search String for Electronic Bank Reconciliation
Hi, Yes, those informations are appearing under note to pyee field,if some one can please leat me know how to put search string for below referance.(SKT094) and what are the steps need to be followed....
View ArticleRe: Cascading with a stored procedure in Crystal Reports
Yes if it's not filtering the records it means something is still wrong. Try running the Subreport as a separate report (Get into the Subreport and hit the refresh button). You should be prompted for...
View ArticleUsage of same internal table for two functions
Hi Marina, You can use the same. But one question when already an internal table has been declared in both cases -Overview and Detailed for report, why don't you use the same internal tables? It would...
View ArticleRe: Too many error records - update terminated, What to do with Error Stack...
Just double click your DTP, Extras->Settings for error stack - Table name Get the table name-> Goto T-code Se14 -> provide the table name-> Edit and then click on the radio button delete...
View ArticleRe: running a CR2011 report within CMC with iseries odbc connection
If your Data Source is not listed in the Data Base type. Then Create ODBC connection in the BO server. Ensure that you have installed the appropriate 32-Bit or 64-Bit DB drivers on the Business...
View ArticleRe: Approval process for a white paper in SAP SCN
Great - Don't forget to close the thread if everything's solved
View ArticleRe: Too many error records - update terminated, What to do with Error Stack...
Hi Harshil, Would suggest to change the setting of the update tab in normal DTP as " Update valid records reporting possible " and increase the number of erroneous records there .Then Create an Error...
View ArticleRe: Custom F4 Help not getting displayed
Hi, try try the below code once, data: begin of list occurs 0, val(2) type c, end of list.data : sloc like sy-tabix.data: it_return type bapiret2 occurs 0 with header line.parameters:...
View ArticleRe: Re-use parameter in another query
Like I said in my initial reply, the Dates will prompt twice - there's unfortunately no getting away with that part. In the thread that I directed you to, there's another workaround using the Business...
View ArticleInitializing data nodes with constants in mapping activity?
Hi experts, In a process i have a complex data structure node with 0..n cardinality. How can i initialize it at the beginning of the process with constant values.e.g. my structure is like:ComplexStruct...
View ArticleRe: Reuse routine for different transformation routines
It is always good to move code out of the routines into something more permanent. My routines usually have code something like this: IF me->r_routine IS NOT BOUND. CREATE OBJECT...
View ArticleRe: Pass multiline data from form to workflow container
Hello ! When the fom is filled and submitted, workflow triggers. Is that the data is not passed to workflow from form while triggering ? Regards,S.Suresh.
View ArticleRe: RFC receiver don't delivery message
Hi, Check Queues in your ECC system they might have stucked there. If not you need to check in sm58 in your ECC system. Thanks,Naveen
View ArticleRe: Change User Parameters ID from SU01
Hi Pradip , Call above program once again with New Parameter Id to User "X" , i mean first call to remove all parameter id then again call same but with new parameter id and it's value. like ... MOVE...
View ArticleRe: BEx Query: Is it possible to apply the AND operator between the values of...
Hi Hector, As Suggested by Yasemin,you can do it in the backend in the Modelling Level. The other way is to have filters in the query , so that the number of records Fetch is minimal.Instead of...
View Article