ABAP Questions and Answers

Recent IT Questions

161 - 180 of 186

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 there a way to add a field to...

View Answer   |  May 27 2005  3:25 PM GMT
ABAP
asked by cwc777

  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...

View Answer   |  May 26 2005  10:08 PM GMT
ABAP
asked by raymund

  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...

View Answer   |  May 25 2005  4:52 AM GMT
ABAP
asked by raveric

  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?

View Answer   |  May 16 2005  7:02 PM GMT
ABAP
asked by BrigitteMcDonald

  0 pts.

BAPI (or other means) to change Technical Objects on a Customer Contract via VA42 ?

Hi everyone ! I need to programmatically change (add & delete) Technical Objects (equipment with material and serial number; table = OBJK) on a Customer Contract (tcode = VA42). Does anyone know how I can do this ? Ideally, a BAPI would work best, but I have not been able find one as yet. Most...

View Answer   |  May 11 2005  2:41 PM GMT
ABAP, SAP development, CRM
asked by SDBAPI

  0 pts.

LSMW - 2 source files Associate/Map to target fields

In a MM conversion, having two files (Header/Detail) with each being keyed with MATNR ...it is not possible to link two files to one LSMW structure? Source Structures ITEM Item |_ITEM_INVENTORY Inventory ----------------------------------- Structure...

View Answer   |  Apr 20 2005  2:37 AM GMT
ABAP
asked by abap04

  0 pts.

Simple Object Oriented Code for ALV list

I hv searched programs beginning with BCALV.. for OO ALV list. But they r vvvvvvvvvvv confusing. Do u hv a sample code for Simple ALV list using object oriented approach?

View Answer   |  Mar 29 2005  0:15 AM GMT
ABAP
asked by smartsap

  0 pts.

Message ID and number started to show up with text

In 4.6C..... In a custom program, when I display a message with the syntax MESSAGE Innn WITH text-001, the message id no. and the message no. started appearing along with the text. How do I turn it off? Example: "8:050 Please enter a valid number.", wherein 8:050 is the ID no. and the msg. no.,...

View Answer   |  Mar 14 2005  2:00 PM GMT
ABAP
asked by sysop

  0 pts.

SAP BAPI CommitWork error DCOM Connector

I have a VB program using BAPIs with the DCOM Connector. The BAPI object and session object are exported to an MTS server machine. In the VB program I create a global OSession object and logon to R/3 at the form load event. In one function I instantiate the BAPI Object locally with Set oBO =...

View Answer   |  Mar 10 2005  1:04 PM GMT
ABAP, Visual Basic, SAP development
asked by floridaguy51

  0 pts.

SAP Abap (Smartforms)-2

Is it possible to specify our own page format (Paper size) in Smartforms, I need the page format size as 210 mm x 320 mm. Or please specify how to eject the printer after printing one sheet.

View Answer   |  Feb 28 2005  6:12 AM GMT
ABAP, R/3, SAP development
asked by lavanya

  0 pts.

SAP Abap (Smartforms)

Is it possible to specify our own page format (Paper size) in Smartforms, I need the page format size as 210 mm x 320 mm. Or please specify how to eject the printer after printing one sheet.

View Answer   |  Feb 28 2005  6:10 AM GMT
SAP, ABAP, R/3
asked by lavanya

  0 pts.

Join icons with texts

Hi Sap colleagues: I would like to show a icon in the middle of a text. During my tests, I've seen that only when the icon is at the beginning of the text, the icon graphic is showed but no the rest of the text. In other tests, instead to see the graphical ico, it shows me the internal code,...

View Answer   |  Feb 23 2005  11:04 AM GMT
ABAP, Development
asked by Lopezlu

  0 pts.

Reading in a XML File from Excel into SAP

Has anyone read an excel XML file into SAP. How did you do it? Function module? I don't want to read each line and extract the information. I'm on version 4.6C Thanks in advance. John Longo The Holland Group Inc

View Answer   |  Feb 16 2005  7:38 AM GMT
SAP, ABAP
asked by jtlongo

  0 pts.

Business Transaction Events

Hello. How do I find the BTE I need? For instance: I need to find the BTE that is triggered when transaction MB01 is executed. Best regards, Ileana

View Answer   |  Feb 3 2005  3:46 PM GMT
ABAP
asked by godzilla

  0 pts.

Download to excel file in background task

I have a reqyuirement to develop a program to download the table entries of the table LFBK into an excel file. This program will be scheduled in the background for a weekly reporting. I am currently using FM 'EXCEL_OLE_STANDARD_DAT' which is working fine in the foreground but not in the background....

View Answer   |  Jan 18 2005  3:31 AM GMT
SAP, ABAP
asked by RaghuP

  0 pts.

Using ABAP to link documents in R/3

We are wanting to link word documents to transactions (specifically journal entries) in SAP. It can be done manually using object services. It can be very time consuming to access each transaction and and upload the document. Is there a way through ABAP, BDC, BAPI, or any other method to...

View Answer   |  Nov 9 2004  10:03 AM GMT
SAP, ABAP, R/3
asked by DOCSAP

  0 pts.

Email Notification on IDOC Posting Error

How would I go about receiving an email when a Purchase Order IDOC posts with an Error 51 code in 4.6 SAP? The purpose would be to automate the Purchase Order process by allowing POs to flow freely into SAP from the GENTRAN EDI system without having to check transaction bd87 to ensure that all POs...

View Answer   |  Aug 16 2004  9:34 AM GMT
ABAP
asked by chuckrunkle

  0 pts.

CALL TRANSACTION alternatives

I have to call transaction MB51 from a custom program and SETing the parameter ID's is not sufficient to pass the selections required. Does any one know how to feed a VARIANT thru a call or modify a variant that the transcation can use?

View Answer   |  Aug 12 2004  11:45 AM GMT
ABAP
asked by Nichola

  0 pts.

VENDOR MASTER DATA - EMAIL ADDRESSES

Hi, I am developing an custom transaction in order to collect all email addresses of our vendors. However, I cannot find a field/table that contain this information. Thanks in Advance.. Thanks and Regards, Stelios Sabanis

View Answer   |  Jul 28 2004  8:55 AM GMT
ABAP
asked by SSABANIS

  0 pts.

Email Display

Hi All, Does anyone know the function modules that are used to display incoming email? I have a CRM workflow that is triggered by email coming into the CRM system from outside of SAP. These email are automatically stored as ad_hoc documents and the data is stored in the SOFM - SAPoffice:Folder...

View Answer   |  Jun 1 2004  5:41 PM GMT
SAP, ABAP, mySAP CRM
asked by aprovancha

  0 pts.

161 - 180 of 186