Re: adding watch point
Hi Siva, Goto SE38 and do a search for variable GT_ITEM inside the RK2R1000 program (Ctrl+F).It'll show you the line numbers where variable GT_ITEM is used, and you can set break points at those lines...
View ArticleRe: Could I do a field text colunm in an ALV?
Hi Adrian, You can display ALV cell as push button. Check this documentation on how to do it. http://help.sap.com/saphelp_erp2004/helpdata/en/88/387f380c2f2e3ce10000009b38f8cf/content.htm And in the...
View ArticleRe: How to trace the number of nested screen in one session/transcation ?
Thank you, Atul. But the way to counting the number of nested screens has not been covered in that discussion. I still don't know how to get the number. I guess it maybe recorded in a table or variable.
View ArticleRe: Error in Oracle installation
Oracle home is 112_64 I tried same things as on thread. But nothing works.
View ArticleRe: Apple push notification
Are you developing a native app or HWC app?Have you configured your SUP server detail in SM59 of your SAP server? What you found in the logs? - Midhun VP
View ArticleRe: Unwanted Character in excel download
Hi Try with this following function MS_EXCEL_OLE_STANDARD_DAT Regards,Venkat
View ArticleRe: Work Order - Notification link
Thanks Mr. Pete Yes the Planner group is defined, so do I have to involve ABAP programmer to develop a solution. Any other option to resolve this issue.
View ArticleRe: Plant Maintenance Data Load issue
Hi mohmd, These are LO data sources which starts with 2LIS*. you need to follow below suggestions For full loads - You need to delete setup tables(Tx - LBWG) and refill by using respective tcodes -...
View ArticleRe: EOIO Message processing
Hi Pradeep, I would go for:<generate new Queue name dynamically for each message based on the data in the incoming Queue.> Advantage: If the sequence of messages(based on different processes) are...
View ArticleRe: ASSERTION_FAILED
check below notes [OSS Note 1050275 - ASSERTION_FAILED in CL_RSTRAN_FOBU_APPL->GET_CODE|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1050275] (relevant to...
View ArticleRe: Delete my account
refer this link: http://scn.sap.com/docs/DOC-18532#How_do_I_delete_my_account
View ArticleRe: Background job RDDIMPDP could not be started or terminated abnormally. -...
Hello Everyone, Did you find the root cause of this error. We are also stuck in the same situation. Any suggestions! Regards, Vinod Menon
View ArticleRe: UOM0MATE some value is not converting in MT.
Check below pointUOM0MATE is a feature developed by SAP in BI 7.0. If you check your 0MATERIAL InfoObject, you will find the name of this DSO (UOM0MATE) for unit conversion. So, basically it is not...
View ArticleRe: Multiprovider not displaying data from DSO
check whetrher you have identified any key figure or not from that DSO.This should solve your issue once u check any of the KF.Thanks and regardsKiran
View ArticleRe: Setting for Task Based / Role Based costing in Cproject
Hello Morshed, You define task based or role based in the project type (cProject). If it is task based, you can replicate or link to a WBS, phases and tasks. If it is role based you can replicate or...
View ArticleRe: "case col1 when null then..." not working
Hi, Try exceuting, select col1, col2, ( (case when col1 IS NULL then 0 else 10 end ) + (case when col2 IS NULL then 0 else 1 end )) as weight from tab1 Cheers,Pp
View ArticleRe: Valid order types for financial planning integration
Hello Camilo, Automatically from cProjects you can create or WBS or orders these order have order type CPR1.You can change the behaviour ina BADI and create other order type. If you instead of create...
View ArticleRe: Change language mass profiles/roles
Hi,I think standard descriptions and objects should be visible with language selection while logging in.For custom objects you have to maintain object list and piece list.check below links as...
View Article