Re: Disable Save as rpt file in SAP B1
thank you so mush for your answers , but in my case , I create the report and I imported it into SAP without use the Visual studio , my need it consist to hide the rpt extension when user export it ....
View ArticleRe: Problem with print preview
Hi julien,I am not sure whether it will help u, but i think there is some code for Output, which runs only in Updte Task or Background Task. pls check, if it helps you. Thanking You All.
View ArticleRe: getItems() of sap.m.Table
Maybe you you trying to retrieve the count before the model has data in it. Remember, the model needs to make a call to the backend services to get data. Just my 2 cents worth -D
View ArticleRe: Business Role Parameter on URL WEB IC
Hi.There is a parameter "sap-role=" which you can pass with the URL with business role name.RegardsGururaj
View ArticleHow to find out the given date contain this week are not?
Hi all, i have one requirement give the soluiton? s.no date 1 20141103 2 20141105 3 20141109 4 20141112 5 20141117 Name date abc 20141107...
View ArticleRe: How to find out the given date contain this week are not?
hi achuth, You can try the following code. AT SELECTION-SCREEN ON abc_field. CLEAR v1. SELECT SINGLE date FROM table INTO v1 WHERE abc = abc_field IF v1 IS INITIAL....
View ArticleRe: Unable to import files in Content Server using Authoring Tool
Hi Abhishek, I was looking at your posts. We are also using the SAP Content Server. Can you pls guide me as to how did it work. Can you share your contact details so that I can call you.
View ArticleChecks after phase MAIN_SHDRUN/CMDFILE_UPG were negative!
Hello All I am getting following error during theCRM upgrade at the Preprocessing phase. Checks after phase MAIN_SHDRUN/CMDFILE_UPG were negative!Last error code set: Calling 'S:\SUM\abap\exe/tp'...
View ArticleRe: Unable to login to tomcat and B1i has an error.
now it get thisSAP B1iP detected an error: Emitted HTTP-Code: 401 - Unauthorized Internal Reason: XCL199 Authentication required; further details: Recommendation: Check for the correctness of your...
View ArticleRe: DTW to Migrate Data from SQL - Hana
Hi, No,It is not possible to migrate via DTW from SQL to HANA, because SQL is diffrent database and HANA is diffrent, first you have to migrate the whole database from SQL to HANA by using...
View ArticleRe: SLT Replication between 2 HANA Systems
Hi Joydeep, SyBooks Online Regards,V Srinivasan
View ArticleRe: Relevance of delta field in ROOSOURCE table
Hi Shashank, Yes, NEWE will also supports delta and the data is compatible for loading data to cube. Thanks,Shathi Raj Natarajan.
View ArticleRe: Tree background color
Hi, Are you looking like this?In below link you will find tree node with background color red(using css) and another node icon in red color using tree node property icon. I have changed it with CSS,...
View ArticleRe: Administration Mode
Hello Aruna If you are still getting the error message, you need to login into SDK (Software Development Kit /SAP Business By Design Studio) with your user. Then you need to go to Administration menu...
View ArticleRe: Tree background color
Hi, This is a good step to the solution, however I can't create a css file like this, because I don't know beforehand which node should be colored Red.Is it also possible to do this dynamically?...
View ArticleRe: Customs document is incompleteness and no message in communication
Hi Manohar, In the "Communication" tab, please check the message determination log. It's the "scroll" icon below the word "Communication" in your screen-print. Regards,Dave
View ArticleRe: CRM Generic Delta fetching 0 records
Check the fields assigned to numeric pointer. The field assigned to the numeric pointer should always be increase ( Document Number, order number etc). Thanks,Shakthi Raj Natarajan
View ArticleRe: i got an error while execute dtp abap dump error from flat file
Hi Sankar, Issue might be with data type of the info object or the quality of the data in PSA. Thanks,Shakthi Raj Natarajan.
View Article