SAP ITS generated webpage in a Fiori(like) app. is it possible?
Hi experts, We have a well established/stabilized ITS web pages working in production. Is it really possible to show these ITS pages in Fiori apps or at least in a Fiori like app?I am thinking it will...
View ArticleRe: Error in BDC while inserting items in Maintenance Plan Object List
This problem is to be solved according to sap note 11842 - Screen for internal area is too large , there are two possibilities : either the batch input data is incorrect (too many data in one screen...
View ArticleRe: Transport issue.
Hi, Setting below parameter in STMS has helped to resolve this issue. SYSTEM_PF with <hostname>\sapmnt\<SID>\SYS\Profile\Default.pfl Login to domain controller and set above parameter for...
View ArticleRe: ALV output with number of subdivisions
You don't have much choice with ALV. But is it ALV for Web Dynpro or SAP GUI? If it's SAP GUI, I only see the colors to differentiate the columns. Did you expect anything else?
View ArticleRe: add quantities based on material nos.
Could you be more explicit about the context? Is it really for one material? (because your question seems very trivial ; it sounds to me like "how to read a database table, how to perform an addition")
View ArticleRe: ALV output with number of subdivisions
Hi Balu B, You can use class CL_SALV_HIERSEQ_TABLE and refer this wiki document for sample code. Best Regards !
View ArticleRe: How to fill a table column with a value from other column of same table
You need a full outer join then. See full outer join in data services | SCN for how to build it.
View ArticleRe: Too much Activity Types in production orders
Hi Ravi, Thanks for your response. These indirect cost concepts (taxes, equipment rental, insurance, etc.) are registered in secundary cost element after Assessment.1. Do "Cost center splitting...
View ArticleRe: use of Macros in BEx-IP planning workbooks
Thanks Federico for screenshot. i moved code to Module1 and now getting below error. any further ideas? I made sure that macro settings are set to "enable all macros" and "trust VB project is selected"...
View ArticleRe: Problems with the syntax of rules,Is there any automated content type...
Use RETURNis_data_dependent([$CompName], [$Web]);
View ArticleRe: Automated HANA User Creation from SLT server - Just started happening?
Hello Matt, I was following the thread ... if there is nothing replicating from ur SLT system how come users are getting locked can u tell me what was th configuration and what was happenin g Amar
View ArticleRe: Crystal Report Database Error
You are using store procedure, so it is better to put all your logic to SP, not directly add any table in CR. Frank
View ArticleRe: Display PM orders with REL status only
Hi shankar balaji ! If you got your answer, you should credit people by marking their answers Helpful and Correct. This is the basic rule of the community. Best Regards !
View ArticleRe: Filename with checksum
Hi Praveen, I converted the java code in ESR but getting function is not declared properly and some 5-6 error. I am poor in writing java code.pls can you help how to write the code in ESR. Starting i...
View ArticleRe: SAP and SABRIX tax rate difference
Hi, A couple of things to check here 1) When using a tax jur to see the tax rate in a tax engine, it will display 3 rates: sales tax, sellers use tax and consumer use tax. So while posting in SAP check...
View ArticleRe: Data declaration in ABAP
Hi abhinav chatterjee, if you found your answer, please mark it as Correct to close the thread and credit the right answer. Thanks in advance.
View ArticleRe: No objects for SGEN/Regenerate after SAP System Upgrade
If you are on Linux/Unix run the command: grep GEN * If you are on Windows just search for GEN and go thru the files. One of them will be SGEN
View ArticleAnalytics applications Fiori correct?
Hi experts, I wonder if this setting correct: If just having data and I can see the analytical application correctly- The Hana and Gateway are assigned roles.- Services are active.- Permission to Odata...
View ArticleRe: Project stock in Inventory
First question, on the Project Definition what inventory indicator have you selected, Valuated Stock, Non-Valuated Stock, or No Stock? For the Account Assignment on the PO there are 2 choices for using...
View ArticleRe: vl10n -> create delivery items -> sort delivery items with some criteria?
Maybe method PUBLISH_DELIVERY_ITEM in BADI LE_SHP_DELIVERY_PROC could be used for this. Do a SORT on the table there
View Article