Re: Better coding practice - "Pass by value" formal param v/s temporary local...
Option 1 looks cleaner in terms of coding practice.Option 2 would allow copying to sorted table which may give better performance for huge tables.
View ArticleRe: One inspection lot for multiple materials of purchase order line items
Hi,This is what in standard that I know very well. But my requirement is one inspection lot for multiple material assigned in PO item. whenever they want they can check any mateial of the inspection...
View ArticleRe: ALV GRID DATAS to TXT
Hi,Pls look into below code TYPE-POOLS: slis,vrm.TABLES:vbak,vbrk,vbrp. TYPES:BEGIN OF gty_vbakvbap, vbeln TYPE vbak-vbeln, vkorg TYPE vbak-vkorg, audat TYPE vbak-audat, auart TYPE...
View ArticleRe: Regarding the Report's Default Value
Hi Johnson, Correct, but mostly it works without having to set the viewer to the RAS Report Object but just in case you do then I use a flag id RAS has modified the report and set the viewer...
View ArticleAsset Values 5000
Hi, I have now requirement, Asset value is less then Rs. 5000 , Asset is depreciated 100% on the date of book itself. How to Configure the following requirement. Now am create 100% depreciation key and...
View ArticleContextual Options Menu in BI Launch Pad
Hi, I am doing SAP Business Objects BI 4.1 SP4 configuration and I am experience a small hold down. In the "Documents" section of BI Launch Pad, when I "Right-click" on a Webi report Object, I see...
View ArticleCannot Mark Correct Answer on Old Thread
I looked back through some of my old threads and found one with a correct answer that I not marked. I would like to mark it for everyone's benefit, but clicking the Correct Answer button does nothing....
View ArticleRe: Dispatcher test failing - object not found
Vivek, Check your Keys.ini and make sure it's the same between your designtime system and your runtime system if they are on different servers. Matt
View ArticleRe: CR for VS SP9 performance
Hi Patrick There is nothing R&D would do with the code sample. And from what I see, there is nothing wrong with it. However, I do have a question; How is the performance when you run the report in...
View ArticleRe: User add-on terminated
Hi,I have tried running as ADMIN, IN fact I also set mode as Windows XP SP3. The user logs on to the domain as usual, which is her specific profile. I do not have this issue with anyone else.
View ArticleRe: Do we need to maintain end users in Gateway system when SAP UI5...
Although I will not advise it, you can turn off authentication in SICF. Go to the service node for you application, and "hardcode" a service user. Please check if this is compatible with your license...
View ArticleRe: Inactive Customers
Hi Ronit, You could use some code like this: TYPES: BEGIN OF ty_data, kunnr TYPE kunnr, last_date TYPE budat, END OF ty_data. PARAMETERS: p_cutoff TYPE dats. DATA: lt_with_open TYPE...
View ArticleRe: Equipo cliente no reconoce BD al ingresar a SAP B1
Gracias por la respuesta, Ya realice la revisión que comentas, el antivirus no tiene firewall, el firewall de Windows esta inactivo, incluso el de dominio, el servicio TAO_NT_Naming_Service esta activo...
View ArticleRe: Do we need to maintain end users in Gateway system when SAP UI5...
If your problem is the work of maintaining users in both system, you can connect the Gateway to ECC via ALE, and then you manage everything only on one system (ALE takes care of the rest).
View ArticleRe: Inactive Customers
Oops - don't forget to check if anything found in the first SELECT before doing the 2nd SELECT!
View ArticleRe: Certain accounting documents not updating FAGLFLEXA table while they...
HI Shreya. You should identify the documents not posted on the ledger running Tcode: FAGLF03 ( TFC_COMPARE_VZ Program ), after identify the documents run Tcode: GLGCU1 to post it on the ledger that...
View ArticleRe: How to find hazard inducers used in materials
Hello Devdatt, As CB stated above Hazard Inducer are Regulation specific but I was wondering if you would have created DG master using DG fill than this should be part of your DG master too which are...
View ArticleSMP3 - AppDevelopment (Mobiliser): Different Machine Between SMP3 and Mobiliser
Hi, Expert I have a question on SMP3 and AppDevelopment (Mobiliser): Let me explanation an issue, I Have a mobiliser 5.1 banking system and it running normally on server, and a few month later i...
View ArticleEXEC Vs EXECUTE IMMEDIATE IN HANA?
Hi, Could you please explain me the difference between EXEC and EXECUTE IMMEDIATE (possibly with example? Thanks,Sree
View Article