Re: Determining Edit/Display Mode from Within Freestyle Component
Hello Mike, Firstly, welcome to the wonderful world of FPM Well, usually with FPM, you have an Edit (or Read-only) button in the top, underneath the title (Identification Region, IDR). This, being...
View ArticleALV grid in Subscreen
Hi all, I have a subscreen with ALV grid in module pool program. The main screen has two subscreens (one is header and other is items/reports) from the main screen, the ALV Grid subscreen can be called...
View ArticleRe: User cannot receive External Send Output Message manually - ME22N
Hi vivek, Output does not appear in SOST, please read my reply I sent to Colleen.Thank you. Regards
View ArticleSetItem into Child Datawindow Not Appearing in Parent Report Display
I have a composite datawindow with nested reports. After the main report and nested reports have completed retrieving, I am looping through the nested report rows, getting a ChildDW reference, and...
View ArticleRe: Overhead Calculation based on materials
Hi Ajay, I'm able to use the costing sheet when I use the special procurement key to get the cost from 1100 and calculate overheads in 1400 after implementing sap note 1272307 - Costing sheet for...
View ArticleRe: Sending Order acknowledgment to Non SAP system
Hi NR, What I understand from above is -1. Inbound IDoc getting posted in SAP2. Confirmation needs to be send to Non-SAP system which uses JDBC/Database3. They want only Flat Files. To answer above...
View ArticleUser role maintenance (TX PFCG) : S_TCODE cannot be changed
Hello, We have the following problem in the transaction code PFCG, when trying to edit the authorizations of a role: the tree "S_TCODE" appears as "Standard" and can only be changed, if you set the...
View ArticleRe: Update Zfield information on Devlivery header
Hi Vamsi, Thank you very much for quick reply, now the updates will working fine. But instead of BAPI i used ws_delivery_update_2 function module. In that case also the updates are working good....
View ArticleRe: AppBuilder: help! how to post data to Odata Services
First test the Odata POST method from any rest client (Firefox,chrome has), then implement the same in applicaiton. Sample code for POST, Documentation/AdvancedTopics/DataBinding/ODataWrite – SAPUI5...
View ArticleTransport History is Missing
I recently did a system copy to my test system. I have stms up and funtioning properly. However, the transport history is missing from before the system copy. I've tried deleting TPALOGHDR but the...
View ArticleRe: #NAME? Error Local Member
Thanks for letting me know Roberto. It should be visible now. Thanks,Scott
View ArticleRe: Personas - Labels being cleared after most recent Note implementation
I believe we are on the most recent kernel, but I will double check. Can you please send me a copy of your script so I can compare it to what I am doing in my own script? Maybe you have a different...
View ArticleRe: Disabling sound effects
Hello, may be the changes which you do in the SAP GUI is not reflected to the registry file. Try like below ----> go to your registry editor and do the below step as mentioned in the sound settings...
View ArticleRe: Do we need to see our own likes in Activity stream?
Yes, seeing what others liked is very useful, I found some good content that way. Just realized my own replies also appear in the activity stream. Would be nice to filter out my own activities...
View ArticleRe: Sales Quotation Vs Sales Order
Hello Martin Try with following query: SELECT T1.DocNum, T0.LineNum, T0.OpenQty, T0.SWW, T0.OwnerCode, T2.BaseEntry FROM QUT1 T0 INNER JOIN OQUT T1 ON T0.[DocEntry] = T1.[DocEntry] LEFT JOIN RDR1 T2...
View ArticleRe: ABAP: Sales Orders user-exit
Hi The first, take in account the recommendations in SAP Note 178328 - Problems due to incorrect user exits in SD. Read the comments for these subroutines. Go to SE38 for SAPMV45A and you can see all...
View ArticleRe: Impostos Subcontratação
Boa tarde, o problema acima foi solucionado. Existe uma nota de correção, mas o problema estava tbém na tabela T156W, um Fleg que não existia em QAS.As Notas foram aplicadas e o ICMS está sendo...
View ArticleRe: Standard search help in object Links tab
Sure, You copy paste the code from the WDDOMODIFYVIEW method into the overwrite enhancement of the same method. At some point in this code, you'll find the following statements: * Create node...
View ArticleRe: Determining Edit/Display Mode from Within Freestyle Component
From the document you refered to: All free-style UIBB can access information about their current edit mode via method GET_UIBB_EDIT_MODE of the FPM runtime interface IF_FPM.
View ArticleRe: Capacity requirements for Rework operation
Inactivating the rework indicator means its not a rework opeartion anymore that has it's own implications. (not a solution).As Rupesh described no scheduling/capacity planning for Rework. This is the...
View Article