Re: How to find when was my portal down
Hi Santhosh, Answers to your questions: 1. There are lot of files where you can check the java start up logs. The dev_sever<n>.log file is the best possible log file where you can find the...
View ArticleRe: Exchange rate
The handling of currencies in R/3 is as follows:The currency type which you could enter in the customizing of the document type (Field T003-KURST) is only used in the conversion of the document...
View ArticleRe: Metadata not generating output of data
Hi Manish,Nehow did you create the eervice ?Put a remote breakpoint in your data provider class, in get entity set method. Thanks Krishna
View ArticleRe: Discount % with FMS doesn't give accurate result
Hi Maria Santa Ana, Your query is working without any error and getting correct result. UDF type : Numeric Query Result: In A/R invoice Thanks & Regards,Nagarjan
View ArticleInconsistence between Thread, Point and Reputation.
Dear SCN support, Could you help me to check the below stituation? In my Reputation, I see the log that I have assigned 5 points for helpful...
View ArticleCopy "Followup" functionality on new button click
Did you try specifying the FOLLOWUP event in the ON_CLICK parameter for your new button?
View ArticleRe: Solution Manager Service Desk Support Team Determination
Hi Anton, Check the containerCheck its not empty Regards Dan
View ArticleRe: Solution Manager Service Desk Support Team Determination
Anton this is old Technology, i recommend to use BRFPLUS instead of PFAChttp://scn.sap.com/docs/DOC-20055 Regards Dan
View ArticleRe: regarding withholding tax
Hi Sony, Please go through the following link, http://www.expertplug.com/sap-materials/training/sap-fi-withholding-taxes-configuration Hope this will helpful to you. Warm Regards,John.
View ArticleRe: Unable to fetch data from RFC in Gateway System
Hi Aisurya, I guess you need to check your RFC destination in SM59 -> Remote logon/Connection test... Best regards,Aakash
View ArticleRe: Alerting of message orchestration in transactional situations
There is a sap standard wsdl called AdapterMessageMonitoringWsdl which can be used for the interface monitoring. You can find it in WS navigator. However you do have to build a db table or something...
View ArticleRe: PO version management by TEXT field
HI, If you want PO version changes according to your concept, then design(in PO Smartform which assign to your PO message type in t.code:NACE) PO version changes on change record with t.code:ME22N in...
View ArticleRe: Significance of BAR_CODE field in the structure BAPI2017_GM_HEAD_01?
Susmitha,I have few doubts here.I have worked with barcode (New barcode technology) in smartforms.I am able to scan and get the barcoded data into screen input fields without any issues.Even in MIGO, I...
View ArticleRe: Getting error track in CBS in metadata and used DCs
Hi Evin, We have imported the complete track and all dependencies custom Dc must have been imported. I think Some std SC are missing as i m able to see com.sap in every error.for...
View ArticleRe: Best way to log process chain's meta data deletions in the BW system
Hi , Start the Workload Monitor by calling transaction ST03. 1. Choose the Expert Mode. 2. Choose the period to be analyzed in the BW Workload Tree. 3. Under Analysis...
View ArticleRe: Populate variables or parameters from a database table
Hi Peter, you can get the value through sql query to variables and then you can assign this variable to parameter.for example: $L_Val= select name from test where name ='a'. $P_INPUT = $ L_Val....
View ArticleRe: Mobile connectivity to BO 4.0 SP06
Thank you guys it works fine. all you need to have is .war in the following directory.C:\Program Files (x86)\SAP BusinessObjects\Mobile 14\Client if it is not there then you may have manually deploy...
View ArticleRe: how to tick "Unicode Checks Active" box by coding?
Hi, The check is simply a field UCCHECK in table TRDIR. Simply write a program to update the field for your programs. Regards,Ravi
View Articlehow to tick "Unicode Checks Active" box by coding?
Hi Ming, HInts:- The Unicode Check flag is in table TRDIR.- FM REPS_OBJECT_ACTIVATE can be used to activate ABAP artifacts programmatically.
View ArticleRe: Taxable Base amount on the last item of AR Credit Memo got changed from...
Hi Vindo,What is the formula that you have set for this tax code? If you don't want discount to be considered, change your formula to Quantity * Unit Price and this should resolve your issue....
View Article