Hi all, the correct answer is 16 sessions. The documentation by SAP says 6, but is incorrect. Have a look at the parameter in RZ11, where the maximum value...
Hi all, Do you know how I may define a internal table with a dynamic structure (for example with the structure of a different ABAP Dictionary table)? Can you...
saurabh, SAP knows Join, Projection and Selection Views. See Documentation at http://help.sap.com/saphelp_ ...
Clemens Li
Li@...
Jul 1, 2005 8:46 am
32244
Mini SAP or SAP MiniWEB Application server (MiniWAS) is an SAP training product that comes in two CDs (Kennel CD and Data CD). It can be installed on a PC...
Mini SAP or SAP MiniWEB Application server (MiniWAS) is an SAP training product that comes in two CDs (Kennel CD and Data CD). It can be installed on a PC...
Hi, iam using gui_download to download my internal table to presentation server. But i want to download it as a pipe delimited file. i tried with some of its...
While in R/2 it was possible to save the output of any report run in background automatically in a file on the file server (in addition to the normal spool...
Hi, I think your purpose can be solved using field symbols. bye. Gokul Momchil Hristov Minchev <agknatrix@...> wrote: Hi all, Do you know how I may define...
Hi, Is it possible to use SAPFTP (using FTP_CONNECT etc) to access FTP server outside local network via proxy? If yes, how to do it? If no, is there any...
Grettings Mr. Nanjaya. Please Could you tell me How can I get the two Sap CDs (Kennel CD and Data CD) for Mini SAP or SAP MiniWEB Application server (MiniWAS)....
Hi ABAP'ers, We all know that when you compare STANDARD, SORTED & HASHED Tables, HASHED Tables are the fastest means of accessing data. But I wonder why it is...
Hi Vamsi, In simple words i can say that 1. We cannot have duplicate rows in that internal table (As we specify the unique key in declaration) 2. We cannot use...
Dear abaper's, I am new in this group. I have design a sapscript and also devloped a interface program for that. Problem is that when executing interface...
Hello Praveen, I have this document on BAPI. Hope this helps u.. Regards, Note: forwarded message attached. -=Virendra=- ... Too much spam in your inbox?...
Vamsi, I don't understand it also. Possible reasons: 1. SAP ABAP programs usually don't care for speed. They are developed on a system with a couple of test...
Clemens Li
Li@...
Jul 2, 2005 1:14 pm
32269
Sanjay, you may check SAP's BAPI Programming Guide (CA-BFA), data/pdf/CABFABAPIREF/CABFABAPIPG.pdf at ...
Clemens Li
Li@...
Jul 2, 2005 1:43 pm
32270
Hi Abap's I need SAP 4.6c inistallation Step by step procedure. Please Help me. I have 12 GB Hard Disk, 1GB RAM ... ThanQ n' Regards! Praveen ...
Dear All, I have made a customized report for FI by using BESG table but it takes 4-5 minutes to run the report. The report is not big as much but that tables...
abap 2004
abap2004007@...
Jul 3, 2005 3:12 am
32273
Hi Suresh, Thanq For response. Its not 12 GB 120 GB tping mistake... can u give the step by step procedure... Regards! Praveen ... ...
Yes, BSEG is a big daddy of all tables. You can only access it smoothly when you have all the keys in hand. Try researching FOR ALL ENTRIES in the ABAP YAHOO...
Hi all, Can anybody have any document on BADI i.e. Business Add Ins. I am working on that. so that ur document may help me.? awaits your reply. and thanks in...
Maya Patil
abapmaya@...
Jul 3, 2005 10:14 am
32276
Yes u can do it by using table in smartforms. Use Std Include to display long text . regards Nilesh "Yasin, Sami A" <sami.yasin@...> wrote: ...
nilesh sharma
nilesh_sap@...
Jul 3, 2005 12:41 pm
32277
Thanks for your reply, but I didn’t get the standard include part. سامي احمد الياسين Sami A. Al-Yasin ABAP Developer MDFS Technical Team Bld....
Sohel, a direct access without specifying full key is always time-consuming. First identify the records you really need using one or more of the following ...