Call SAP GUI out of UI5
Hi experts, is it possible to call the SAP GUI (not web gui) out of SAP UI5?I want to call a transaction in the installed fat client of the current pc - if no fatclient of sap gui is installed call the...
View ArticleHow to get methods own name
Hi expert, very simple question - how to get a methods own name? Example:I have a method "GET_BUKRS". In my method I want to know the name - something like sy-methodname = 'GET_BUKRS'.(and yes, already...
View ArticleIDOC processing
Hi , Can anyone tell how the IDOC is processed once it is receive? Regards,Akriti
View ArticleRe: Trigger output from SAP Outbound delivery document when there is change...
Hi LakshmipathiUser will change outbound delivery for below fields in the delivery change mode (VL02n), then system should trigger output automatically. (delivery address/delivered quantity/picked...
View ArticleRe: Maintain the acct key and accruals/provisions in the calculation schema,...
Hi, Please check in your freight condition type if you have checked accrual indicator in control data 2. And also check in m/08 if you have have given accrual & account key. If its not working...
View ArticleWork item not in inbox, no agent found
Hello, I have configured workflow for purchase order release and also assigned agents for the workflow, but the work item is not going to user's inbox.I can see the work item in SWI1 and under agents...
View ArticleRe: Error in configuration in LMDB
see the error.. it says sapGW00 is unknown.You need to add this in services file of your managed system.Like this:sapgw00 3300/tcp # SAP System Gateway Port Also make sure the instance number...
View ArticleRe: After execution rest url, it is not displaying code in xml format
Hello, You are getting response in xml.Please remove the Header Content-Type - application/xmlNow check please.Do not add any Header. Keep only the URL and fire. Regards,Ashwin
View ArticleRe: After the BPM built, how can I build the iFlow for this BPM?
You can find step by step guide in the below link. Hope this helps. http://scn.sap.com/docs/DOC-60042
View ArticleSAPUI5 Version Upgrades - Change Management
Hello All, I have been working on SAPUI5 applications development using UI5 version 1.20.3. Recently I have upgraded my local SAPUI5 version to 1.24.3. When I tried running my existing applications on...
View ArticleRe: How to add one extra field in existing table control in module pool
Hi Ram sahoo Add a field is not enough,You have to make change the flow logic and ABAP codePBO and PAI areas and Modify them. Thanks Niraj Sinha
View Articlecl_gui_alv_grid get_selected_rows return empty lvc_t_row
Hi, DATA : rows TYPE lvc_t_row, wa_row TYPE lvc_s_row. gs_layout-sel_mode = 'A'. gs_layout-box_fname = 'SEL'. gs_layout-cwidth_opt = 'X'. gs_layout-zebra = 'X'....
View ArticleRe: function 'SPDA_DISASSEMBLE_QUEUE' failed with code 3 key TIME_OUT: Time...
Hi Sagar 1. Is this any dump in ST22? 2. Could you refer the SAP Note1576955 - cannot create cofile during Upgrade/EHPI/SPAMBRSS
View ArticleRe: function 'SPDA_DISASSEMBLE_QUEUE' failed with code 3 key TIME_OUT: Time...
Hi SS, no dumps in ST22. i have checked with snote 1576955 - cannot create cofile during Upgrade/EHPI/SPAMthe parameter and permissions are there.Thanks,Sagar
View ArticleLoad Report Failed for CR 13.0.11.1467
VS version = 2013CR version = 13.0.11.1467 (Is this version right?)OS = Windows 7 Ultimate (32 bit) with SP1Database = MS Access 2010Databse connection type = OLEDB.NET Framework version = 4.0 Please...
View ArticleRe: Connection Test SAPOSS and Logon Fails with Error
What can i do with saprouttab ,can you be more specific?KT "p:CN=sapserv9, OU=SAProuter, O=SAP, C=DE" 169.145.197.110*KP "p:CN=sapserv9, OU=SAProuter, O=SAP, C=DE" 202.X.X.X 3201P 202.X.X.X...
View ArticleRe: MRP - Forecast based planning
Hi Kiran, Can we control this with some master data / configuration changes?? Will the forecast quantity get reduced when doing goods issue for delivery? Also we do not want MRP element Ord.DS...
View ArticleHow to add Text to Respective Columns at the end of each group
Hi Experts, In my BO webi report i want to show the text of corresponding groups Please find the attached sample excel Eg: 1000-1999 column values under that i have to show Employees2000-2999 column...
View ArticleRe: function 'SPDA_DISASSEMBLE_QUEUE' failed with code 3 key TIME_OUT: Time...
Hi Sagar 1. Just do the full system restart and then try again in the same phase 2. Over all disk space in upgrade folder & permissions BRSS
View ArticleRe: cl_gui_alv_grid get_selected_rows return empty lvc_t_row
Please refer example programs like BCALV_GRID_05 or BCALV_GRID_06. May hope that this helps to find out the problem.
View Article