Re: know Table name from structure table name
Check the document....How to find Table name for a Field which is shown structure name on press F1.
View ArticleRe: DB users in SAP environment
Hi Nick, Thank you very much for your detailed answer.Exact requirement is that one of my customers wants to have direct access to DB and I was looking for official SAP document which I should give...
View ArticleRe: Error while transporting the BI Statistics Data sources
Hi All, I just collected only the data source and tried to transport. But still I am getting the same error. Any other setting i need to perform in BIQ, before transport ? Thanks.
View ArticleRe: Add Ship to Party in Order
Hi, You can update using CRM_PARTNER_MAINTAIN_MULTI_OW READ TABLE lt_partner INTO ls_partner WITH KEY partner_fct = 'soldtoparty partner function' IF sy-subrc IS INITIAL. CLEAR...
View ArticleUnable to install or run the application. The application requires that...
Dear Experts, We have developed a application in WPF .Net Framework 4.5 and we are using sap crystal report 13.0.7 64 bitand after deployment this application working fine in 64bit, but not working...
View ArticleRe: Calculated dimension member not added to parent account
Hi Melanie, Yes, I do mean the Account Transformation Rule (in BPC 10 it is renamed to Account Based Calculations). The logic to call it would be...
View ArticleRe: when i drill in the chart "B" the table "A" also gets drilled down...
Check if below mentioned techniques and settings work for you. I always had trouble with report level variables and do not have liberty to play with preferences . If none of the techniques work please...
View ArticleRe: Problems Loading Mobile Execution onto Barcode Reader
Hello Mark, I'm looking for screen copy of the SAP ByDesign Mobile Execution App.We have a project but I need to be sure, it will be ok. Could you please send me a copy of the screen : Goods Movement...
View ArticleRe: Nested Views in SAPUI5 MVC
Hi ChristianYou can find it on github toohttps://github.com/qmacro/sapui5bin/tree/master/nested Actually in the process of updating the app to use routers and events as opposed to nested views, keep an...
View ArticleRe: Release date of a function module?
Hi Thomas, thank you for your answer! Regards,Dominik
View ArticleRe: Item status copied while creating order using copy control
Hi,We are using both standard IC and custom IC as well, we are observing this issue for both standard and custom IC items as well. I will have a look at Completion rule of IC in KB doc and update....
View ArticleBlock planning
Hi Team, Regarding Block planning Crearted CDP class 400 with characteristic values - same class has been attached in resource and product. As per attached screen shot, my expection is order 108163...
View ArticleRe: How workflow works
Hi Deepak So transporting of event linkage resolved your issue!Now for " No administrator Found for the task" - just close all sessions. ....IN a new session execute SWU_OBUF - refresh buffers (click...
View ArticleRe: How to populate records into table based on tvarvc table
Hi Santosh,please mark answer which is helpful and answer which is correct and close the thread. Regards,Ravikiran.K
View ArticleRe: Error in Mapping when using Concat and Constant functions
Hi Farhan, Yes, you can use IP It is worth to try. Regards,Mark
View ArticleRe: Not able to update IBAN in PA30 after upgrade from 4.7 to ECC 6
Hi Abhinab, Will this FM update IBAN in PA30 ? in employee master record ?What is the use of this FM ? Thanks,Sudhir
View ArticleRe: shortage report logic
Hi Mastan, Well, it is because you were asking about routing selection and according to you, the operations in the production order were selected based on effectivity parameter that is assigned to...
View ArticleDPR Reversal Error in transaction FB08
Dear All, We are facing the problem while reversing the DPR. It's providing the below given error. Account assignment 01 for purchasing document does not exist Message no. ME715 Diagnosis Account...
View ArticleRe: help regarded ERS
i have done that now i am facing a another problem which i am posting in pic below... its regarded business area
View ArticleRe: Goods Isuue with Batch Number wise.
Hi Santosh,In report you need only batch managed item issue details?If Yes then try this... SELECT T0.[ItemCode], T0.[ItemName], T0.[BatchNum], sum(T0.[Quantity]) as 'Issued Qty' FROM IBT1 T0 WHERE...
View Article