ABAP Questions


asked by:
0 pts.

Create .csv file as output from SAP
We need to create a .CSV file as output from an SAP ABAP program. Currently there is a function to download a file in tab-delimited format (GUI_DOWNLOAD), but we cannot find a way create a .CSV (comma-delimited) output format. Any assistance would be appreciated.

Answer Question   |  May 8, 2013  4:35 PM
ABAP, SAP development
asked by:
15 pts.

Mass Deletion of entries in Batch Input Session
Hi. We have too many old entries in BTC sesstion. Is it possible to mass delete the old entries in Batch Input Session? E.g. with older than 1 year. Thanks in advance HAN

Answer Question   |  July 28, 2005  8:30 AM
ABAP
asked by:
5 pts.

What fields displayed in SE16 but not in a report?
Could any one please tell me what type of fields are displayed while using SE16 but not in a report program and the reason for this?

Answer Question   |  July 19, 2005  3:01 AM
ABAP
asked by:
0 pts.

How to edit abap program without Access Key?
How to edit abap program without Access Key?

Answer Question   |  July 13, 2005  3:26 AM
ABAP
asked by:
0 pts.

Equipment And Functional Location
I am developing report to display Equipment and Functional Location Classification details. Which functional modules are available to extract classification data. Or else which tables can I use to display this data. Please help to develop this report. Thanks PPS

Answer Question   |  July 11, 2005  3:40 AM
ABAP
asked by:
0 pts.

How to Execute Batch File (.BAT) from SAP Application(ABAP Program)
Now I create ABAP program I want to run batch file on PC (XXXX.BAT). please help me… thank you.

Answer Question   |  July 11, 2005  11:41 PM
ABAP, SAP
asked by:
0 pts.

dot net and SAP development
Hi, Is there development in SAP using .Net in the Market. I have tried searching online but with no luck. If not now, do you think this is worth looking out for? I have read about NCo 2.0 and seems pretty promising. SJ

Answer Question   |  July 8, 2005  4:56 PM
ABAP, ASP.NET, C, MySAP, mySAP Enterprise, NetWeaver, SAP development
asked by:
0 pts.

Substitutions
Hi Guys, I have a document generated by the system; the line item (in this case line item 2) does not contain reference to the vendor number (4000150). However line item 3 does. Item Vendor G/L Acc Account Assignment 1 – 133143 20050628 2 – 27600 20050628 3 4000150 4000150 20050628 4 – 15400 20050628 [...]

Answer Question   |  July 8, 2005  8:43 AM
ABAP, mySAP Financials, SAP development
asked by:
0 pts.

BADI,s
Hi I call a method in a BADI more than once. The values of the first call is kept and the second call just adds to the previous calls values. i can solve this by clearing all the exporting parameters in the begining of the BADI.Is ther no easier way like just clearing the BADI [...]

Answer Question   |  July 4, 2005  4:52 AM
ABAP
asked by:
0 pts.

SAP JCo-Queries-2
Hi, Im new to SAP.Im using SAP JCo to access SAP tables from my Java Project.Can u tell me whether I have to write queries for accessing specific fields of specific tables of SAP jst like any other database? If yes can u explain the steps to achieve the same. If no then how does [...]

Answer Question   |  June 29, 2005  2:34 AM
ABAP, Development, ERP, J2EE, Java, Lifecycle development, MySAP, NetWeaver, R/3, SAP development
asked by:
0 pts.

LSMW to transfer assets within company code
Hi, I have created an LSMW recording to transfer assets within company code (transaction ABUMN). The recording created two target structure and I created the same number of source fields, configured the mappings and renamed some source fields as necessary. However, when I run the batch job to update in this recording, I get this [...]

Answer Question   |  June 17, 2005  1:56 AM
ABAP, SAP
asked by:
0 pts.

Splitting print files for forward distribution
I’m looking for a solution that will enable us to split, for onward forwarding, print spool files from SAP standard reports. The scenario we are trying to solve is that we need to produce reports that are to be distributed widely within our customer’s organisation. Our problem is that the spool files produced from SAP [...]

Answer Question   |  June 17, 2005  7:33 PM
ABAP, Basis
asked by:
0 pts.

Modifying/copying function group member
I need to create a custom CAPS report. The changes are in two of the include modules in the CAPP function group. What is the best approach to doing this since modifying SAP delivered code is not an option? Do I need to create a new function group and copy all of the SAP delivered [...]

Answer Question   |  June 9, 2005  3:37 PM
ABAP
asked by:
0 pts.

Remote Function call in BW Process Chain
We are new to SAP. We have SAP R/3 4.6C and BW 3.0B. We want to create a Process Chain in BW to call several ABAP programs in R/3 before executing an infopackage in BW. The BW documentation recommends to create a program or an RFC? local in BW to call the R/3 programs, otherwise [...]

Answer Question   |  June 8, 2005  1:48 PM
ABAP, Business Information Warehouse, SAP development
asked by:
0 pts.

sap abap technical
what is differences between call transaction method and session method ?

Answer Question   |  June 8, 2005  1:16 AM
ABAP, R/3
asked by:
0 pts.

Add field to column set in KOB1 in SAP
I’m new to SAP and would like to know how to add a field to a column set. In particular is add personnel name on KOB1. Personnel number is already a choice from the set but the users want to have the name printed. I think this type of request will come up again, is [...]

Answer Question   |  June 11, 2005  3:25 PM
ABAP
asked by:
0 pts.

Sending Email with Attachments from SAP
We need to send an email from SAP with attachments. We found the function module SO_DOCUMENT_SEND_API1. We can make it work with just email sending but we are having problems in making it work with the attachment. Does anyone have an idea how to use it or any other alternative to sending an email with [...]

Answer Question   |  June 10, 2005  10:08 PM
ABAP
asked by:
0 pts.

Show unique values/records from a single table
LS, In the most simple case: I’ve got a transparent table (ZCUST) containing Handling Unit-barcodenumbers (field: BCODEL) with related deliverynumber (field: VBELN). Since a delivery can contain multiple HU’s, the deliverynumber appears the number of times it has HU’s. I now would like to see only the number of times a unique deliverynumber is listed. [...]

Answer Question   |  June 1, 2005  4:52 AM
ABAP
asked by:
0 pts.

“set cursor…” has no effect
I’m writing a list with input fields which are then validated. If an error is found, I want the cursor to be put on the invalid field but no matter how I write the “set cursor” command, the cursor always goes to the first input field. Can anybody suggest what’s wrong?

Answer Question   |  May 17, 2005  7:02 PM
ABAP
asked by:
0 pts.