Re: Simple issue with a RRI to ME33K, contract display.
He Benno, leuk maar dat autoriseren is wat lastig... Heppie ook een andere oplossing???
View ArticleRe: No commitment item entered in item 002
Hi, Are you, by any chance, posting an invoice for PO, which was created before FM activation? PO has to be provided with FM assignment in this case (FMCN, FMCT, etc.). Regards, Eli P.S....
View ArticleRe: User exit on save button in ME32L/ME32K
User Exit is the wrong approach as you shoudl avoid triggering workflows directly. Use change documents to raise an event that will start your WF. This is standard practice. You can configure CD events...
View ArticleRe: How to clear table's data in sapui5?
I don't see any boolean value in your model, so how are the checkboxes bound? Can you share your column templates?
View ArticleRe: Deletion of Sales order by MASS transaction
Hi Sir Jose, I have done that process whichever you mentioned above but some sales order are having subsequent documents , that is why it was showing error while doing MASS transaction.So I think...
View ArticleRe: Accordion - Opening all the sections
You could try using panels instead of accordeon?
View ArticleRe: How to adopt users time settings in mails?
Hi Robin, thanks, but unfortunately we don't store the users timezones in HCP.Maybe a good approach, but prerequisites that every single user maintained it correctly previously.Also not easy to achieve...
View ArticleRe: Data Services job server crashed and won't start backup
1986247 - Error "Windows could not start the BusinessObjects Data Services service on local computer" occurs in Data Services 4.1https://service.sap.com/sap/support/notes/1986247 This seem to fix the...
View ArticleRe: getting IUser objects in JSON format
thanks for the answer but this doesnt work because i tried to select just id column and it fills m_props column inifintely as well. i make mapping manually now, thats the only option for me.
View ArticleRe: InfoView - Launchpad
Thanks. I already did the alternate way. It didn't work. I am wondering how CMC is working fine same browser same setting?
View ArticleRe: after configuring SSFS on ABAP server, our JAVA server wont start
Terry, 4 ETW000 [dbsloci.c ,00000] *** ERROR => Connect via SAPUSER not supported for kernel >= 740. 4196 0.056983 The above is a information/warning even though the text contains the word...
View ArticleRe: how to write Routines in a Method
HI Sekhar, If you want to modularize the code ( lets us say 1000 lines of code in single method ) in OOPs, then you should split it into multiple related methods and then finally call all those methods...
View ArticleRe: Transport connector
Phani,I am not transporting any objects as suchI am only collecting the objects in the transport connector and copying all the objects in the file.
View ArticleRe: Syabse DB is not starting
Kimon, Wow Good Catch lets see if this helps to saravana RegardsKiran K Adharapuram
View ArticleRe: Converting the mail body data into proper text
Hi Jaheshm this is quite basic: The hash symbol # is used by ABAP to print or show a charcter which is not printable or displayable. Usually this is a control character like tabulator, linefeed and so...
View ArticleRe: recognize FM parameter in screen code
Hi Occoro, You must create your varaibles in global top include of your function group. Then you would assign, use and acces them in your screen. Regards.Kadir
View ArticleRe: Route depending on material in STO
Hi Praveen, In case your requirement is still open and waiting to be implemented, I would suggest you look at implementing the user exit listed under OSS Note: 303453. This note precisely talks about...
View Article