Re: Report
Dear JaxiFirst of all Your requirement is not clear , all ready you have asked sames question here Is there a report for standard items versus specials? as per Your understanding please tell me what...
View ArticleRe: Partial retirement in ABSO error AA590
Hi, please check the Base Value Key used in AFAMS and the transaction type in AO75.
View ArticleRe: Is there a link between the Journal tables and the Marketing Document...
Hi, 1. There is link between OINV and OJDT-- Try this link OJDT T0 INNER JOIN OINV T1 ON T0.TransId = T1.TransId 2.There is no link between JDT1 and INV1. 3. There is link between OCRD and OJDT tables...
View ArticleRe: Is there a link between the Journal tables and the Marketing Document...
David.. Try This Select T1.RefDate,Case When T1.TransType=13 Then 'Invoice'When T1.TransType=14 Then 'A/R Credit Memo'When T1.TransType=15 Then 'Delivery Note'When T1.TransType=16 Then 'Delivery...
View ArticleRe: how can I insertRow which has button with press event?
hi Robin,Now I add row below: this.deleteButton = new sap.ui.commons.Button({ text:"delete", press: function(oControlEvent){ var currentcontent =...
View ArticleRe: Implementing security(SSO SAML) for OData services
Dear Prabaharan, SSO configuration is not application specific. Also, it is such a big topic that can't be explained on forum post. In simple, it is a generic configuration that is done between you...
View ArticleRe: How to display a line item in the billing calculation ?
Have you looked at the rate configuration? You can find the answer by looking there and using F1 to display help for the various fields.
View ArticleEncoding non-unicode option in open database stmt
Hi, The Application server file consists of some latin characters or special characters. But the file needs to be of ANSI format for further processing. Hence during open database statement encoding...
View ArticleRe: Application Monitoring Tool for PowerBuilder
Did you see this earlier thread? Performance Monitoring User Experience for PowerBuilder?
View ArticleRe: B12File
Hello Cecilia, I don't know where is this session, but let me know where you're stuck in the process. Kind regards, Leo.
View ArticleRe: Shop on behalf in Shoppin cart Wizard
Hello Bharathi, Please add the codeis_scr_itmchoice-default_scr = 'X' and check the outcome. The BADI controls the links been displayed in the Wizard screen if you write the code as...
View ArticleRe: Which Versions of VS Does Each Version of the SDK Work With?
Interesting... However, this client's code stopped working correctly shortly after they upgraded it to VS 2013. I'm going to dig into it further - it's code that I wrote for them @2 years ago, but...
View ArticleRe: How to migrate an existing DB on MSSQL Server 2008
another thing on my mind Option #3, expand the vdisk then go to disk management then expand the volume.while doing this do I need to bring down the SAP CRP instance offline for the disk to expand or I...
View ArticleRe: We are passing 12345.000 to BDC but SAP saving it as 12345000.000!
May be data types used are the reason. Check in this direction.
View ArticleRe: Cannot right click to close Goods Receipt PO, error msg no matching...
Hi, Thank you for the tips. It was solved when I determined the account code for goods clearing account in item group setup, as our item was set G/L accounts by item group. Thanks
View ArticleHow to change the field attributes dynamically in FPM_FORM_UIBB_GL2
I want to resue one form for both display and edit page of one object. In the display page, all fields are set to read only, and in edit page, fields are set to changable. But i go through the training...
View ArticleDownloading MA, Contract and Attachments data from CLM
Hi, Can someone please let me know how to download MA, Contracts and attachment data from SAP CLM? Meaning, contracts created in CLM needs to be treated as legacy data and then uploaded into another...
View ArticleRe: How to use --ignore=check_min_mem with setup.sh
Hi Ruby, Just use the command ./hdbinst --igonre=check_min_mem and the program will ignore the memory check,But your server don't have enough memory to run the server after your installation....
View ArticleRe: WF stuck
What's the overall status of the workflow (the first work item of the flow)? If you open the first work item in change mode, is there any options that you could use to "relaunch" the workflow? (I guess...
View ArticleHow to Open Dashboard on B1 Mobile App?
Does anyone know how can i display a Dashboard on a Mobile platform, I have a Dashboard deployed on my B1 Cockpit Client on Windows But I want to deploy that same dashboard in the Business One for iOS...
View Article