ABAP is the programming language of the SAP R/3 system.

learn more… | top users | synonyms

1
vote
1answer
26 views

Calling an excel macro with paramters from SAP ABAP

How can I call an excel macro with parameters from ABAP? I've found plenty of references for calling a macro without parameters online using the following method: CALL METHOD OF obj_ex_APP 'Run' ...
0
votes
1answer
28 views

Casting from a Packed(8) type to a TMSTMP (DEC15) type in a Unicode system (and back)

Background: I have several tables that are connected for maintenance in a view cluster (SE54). Each of these tables have the standard Created/Changed By/On fields. For created data updating the ...
1
vote
2answers
46 views

How to enhance a standard Transaction, to add a Parameter ID to one of the field in one screen?

Transaction MB1A That is the field I am interested in. When I analyze the field, it has no Parameter ID However I'd like to be able to call this transaction and for that field to be ...
3
votes
1answer
31 views

Writing without clearing the entire screen

I want to write something after a user command in report programming. (when he pushes a button in pf-status). But I dont want the screen to be cleared. It's like I want to append text in the end of a ...
-7
votes
1answer
53 views

How do I display an internal table as ALV? [closed]

I would like to display internal table IT_FINAL (below) in an alv grid: **** DATA Declaration TABLES: mara. TYPES: BEGIN OF ty_mara, matnr TYPE matnr, ersda TYPE ersda, ...
-4
votes
1answer
23 views

Double Record on itab [closed]

I have problem, I have 1 itab like this Do.No. Material Amount 10001 AAA 25000 10001 AAA 25000 10002 AAA 25000 My quest is How I can ...
3
votes
4answers
83 views

Function module to export local table to excel

I am working on a program in Business Warehouse that allows you to map out all of your process chains by following the hierarchy of parent to sub-chains by using the rspcchain table. As of right now I ...
4
votes
3answers
62 views

How to check status of a running program

I assume that I have an ABAP program that takes long time on running. So I want to check what the program is doing at the moment, which line of code is executing or what tables the program is writing ...
1
vote
2answers
133 views

Multiple lines in same excel cell using OLE

I have some SAP OLE code that takes an internal table and pastes it into excel. However one field requires two lines within the same cell. I've tried using CL_ABAP_CHAR_UTILITIES-NEWLINE and ...
1
vote
2answers
58 views

Looking for Non-Printable characters inside internal table ABAP

I have an internal table this is written to file and then pulled into the BW as a datasource. Occasionally a non printable character makes it into the file output and breaks the import process into ...
0
votes
1answer
51 views

Passing data via OLE to existing Excel file - ABAP

I'm trying to export several tables to an Excel file using OLE. Right now, I'm developing the hole file (merging cells, borders, shades, places, etc..). But I already have an empty file. Is it ...
2
votes
2answers
58 views

When to use the Y-Namespace

Is there a generally accepted convention among ABAP developers when to use the Y-Namespace and when to use the Z-Namespace for customer repository objects?
1
vote
1answer
23 views

When are controller methods called in WD4A?

Can someone explain to me when methods are called in WD4A applications? Particularly methods that are defined in the application controller (and not the view (controllers)). I'm looking at some sample ...
-3
votes
0answers
42 views

How can i use primary index, secondary index, view in abap program [closed]

I created views , primary and secondary indexex in ddic . but can anybody please show me a sample program to use views , primary and secondary index in abap program ?
1
vote
1answer
57 views

ABAP ALV grid: sorting by inverted date

My friends, I faced some interesting problem: There was a necessity to output TCURR table (exchange rates) into ALV grid. All went fine but when user tried to sort table by "valid from" date (GDATU ...

1 2 3 4 5 31
15 30 50 per page