Re: web dispatcher url rewriting
Hi Matthias, A 403 HTTP response means that your request was forbidden: http://en.wikipedia.org/wiki/HTTP_403 It seems you are not allowed to view the content. You see that the request is getting into...
View ArticleRe: No authorization to log on as a Trusted System (L-RC=100 T-RC=0)
It also says, "If different users or clients are used for the trusted scenario, you must create an RFC destination on the client side, and perform an authorization check for the specified logon data,...
View ArticleRe: system copy crm 7.01 - r3load -testconnect fails
Hi, is this really set like this MSSQL_DBNAME = <sid> It should point to the uppercase name of your SID e.g. PRD or DEV. Regards Clas
View ArticleRe: Schedule Line
Hi, Select the Item and goto Environment-->availability and check the stockif the stock is available, then carry out availability to confirm the stock if possible please put the screenshot of...
View ArticleRe: how to pass internal table data without creating z table in smartform ?
DATA : t_itab LIKE TABLE OF spfli. EXPORT t_itab TO MEMORY ID 'ABCD'. After sending the internal table to ABAP memory you need to get that by IMPORT in the called session. in smartforms through...
View ArticleRe: system copy crm 7.01 - r3load -testconnect fails
hi steffen please have a look at http://scn.sap.com/message/8020583#8020583 best regardsmarius
View ArticleRe: Enhancement on FPM component configuration not called at runtime
Hi Julia, Thanks for your reply. Yes I also did some personalizations like hiding the Related Links section. My enhancement contains modifying the Default View to be Directory instead of Map. I...
View ArticleRe: Concurrent users list on hourly basis?
Hi, Really thanks for reply. Could you let me know little more information Actually "CCUNIT" run on SAP system, then how it will help me to get BO concurrent users list hour wise/day wise?
View ArticleRe: Source code for HANA workshop exercises
depends on how youre system is installed. if you work on a HANA box SP5 you should use src="/sap/ui5/1/resources/sap-ui-core.js" else you can always...
View ArticleBI-BO Data mismatch
Hi Friends, I am stuck with a weird issue and I have come across this type of issue for the first time.I have a BEX query and I have created a webi report on top of this BEX query. I am using company...
View ArticleRe: SAP LSO Error In Booking Classroom Training
Hello Umesh, I suggest you start debugging... ;-) Regards, Julien
View ArticleCustomize screen for SAP Business One Mobile App
Hello, I would like to know if there is an easy way to customize what fields should be visible on the Mobile App. As an example, in Service Call module in the Mobile App, the "Remarks" tab and...
View ArticleRe: Recent Objects Management SAP CRM
I've followed your suggestions and wrote the following code:1. In PRDIOOV/ObjectOV in delete_item( ) method I get an instance of CL_CRM_BSP_RECENTOBJECT0_IMPL class. 2. Call ON_ENTITY_DELETED( ) with...
View ArticleRe: Exit when batch characteristic value changes
Complete list for information Transaction Code - MSC2N Change Batch Enhancement/ Business Add-in Description...
View ArticleRe: Changing default date format to UK i.e DD/MM/YYYY
Hi Pavan, If you want to date format dd/mm/yyyy to visible at the prompt level you need to maintain atthe univer level. But at the report level you can use the below functions. Thanks,MOhan
View ArticleRe: Don't want duplication while concatenation
This code allows you to find duplicates: ************************* EXAMPLE*****************************DATA: responsible_person TYPE string VALUE 'A', meeting_attendee TYPE...
View ArticleTwo system landscape necessary for BOE?
Thank you all for your answers, that clarifies my question.
View ArticleRe: Fresh Certified SAP FI looking for Job.
Hi Balaji, You have a good knowledge in your module and also good domain expereince which is going to be useful. Just try to keep on practise everyday and try to gothrough the Interview questions in...
View ArticleRe: Premium/Discount on Bonds
Hello Renatas I also had doubt on the same. I did short transaction future derivate. Transaction Type 400 (open transactions) and Flow Type 1510 (Sale Future). I did at $ 25. Now my last market price...
View ArticleRe: which one is faster bapi or bdc? why?
My two cents for BAPI. As in BDC you need to fill up transactions fields with values and only afterwards underlying transaction functionality is called. therefore BDC is slower. cheersm./
View Article