SAP Dynpro (Dynamic Program) ABAP or Classic Dynpro is a legacy framework for constructing rich user interfaces with UI controls (tables, buttons, tabstrips, etc.). Dynpro flow logic is comprises of PBO (process before output) and PAI (process after input) modules.
Questions tagged [dynpro]
151 questions
0
votes
1 answer
ABAP: How to show transparent Image in cl_gui_custom_container?
I would like to show a logo with transparency at the top of my dynpro custom container using the cl_gui_picture.
At the moment I am using the class cl_ssf_xsf_utilities to get an bmp out of the BDS.
The last step is the method load_picture_from_url…

fizzgig
- 21
- 1
- 6
0
votes
1 answer
Restrict entries in Calendar on F4 on date field, to get only year and month?
My requirement is, I have one select-options of type sy-datum on the selection screen.
Whenever a user presses F4 or uses the input help it will show a calendar. After double clicking the calendar, I should get the date in YYYYMM format that means…

Ravi sharma
- 1
- 2
0
votes
2 answers
Send screen fields values to FB60 selection screen
I have created a screen with all fields under BASIC DATA tab of transaction 'FB60'. Using module pool program I have created 2 buttons
TRANSFER
EXIT
Now my question is: when I click TRANSFER the data entered in my screen should transfer to the…

user2365759
- 1
- 1
0
votes
1 answer
SAP classical output report reassigning standard toolbar buttons/scrolling down a page
I have an SAP classical output report that can have a variable number of pages and each page can have variable number of lines. I want to be able to scroll up or down a page at a time. The standard toolbar provides a button for this but this doesn't…

baarkerlounger
- 1,217
- 8
- 40
- 57
0
votes
2 answers
Not able to retrieve dates
I am working with web Dynpro java..
I have created a stateless session bean wherein I have created business methods for inserting and retrieving records from my dictionary table.
My table has two fields of java.sql.Date type
The web service that i…
Ankita
0
votes
2 answers
How to copy pf status between different systems
I need to copy a pf-status of a report. But the programs I want to copy from one to another are in different systems.
Is there any way like download - upload pf-status or something like that ?
Thanks.

Mtok
- 1,600
- 11
- 36
- 62
0
votes
1 answer
Suppress first screen of transaction
I want to call Z-transaction via "CALL TRANSACTION" statement and skip the first screen, but AND SKIP FIRST SCREEN statement doesn't work.
I've read that it has sense only when 'ENTER' function code is used for moving between screens of transaction.…

Suncatcher
- 10,355
- 10
- 52
- 90
0
votes
1 answer
is it possible to open more information about a SAP ERP object (double click) in another window?
Most objects in SAP ERP can be double clicked to get more information in the same window.
Is it possible to open that information in a new window (mode) without replacing your current one?

KurzedMetal
- 12,540
- 6
- 39
- 65
-1
votes
1 answer
How can I validate a foreign key in a table control in abap?
I am learning ABAP, and one of the excersises is to make a table control with a table that has a foreign key in it.
I already did the Table control, but, how can I validate that the foreign key is correct or not?

Marinel Chávhez
- 1
- 3
-1
votes
1 answer
How to find which screen is called from which program?
I have to see which screen is called from which program. Is there any table that contain called screen entries in SAP ABAP.

Harshal
- 41
- 1
- 1
- 10
-1
votes
1 answer
SAP: DATE field on screen but no F4 button
I added a date and value field to a screen (ZFI_ERWEITERUNGEN_KREDITOR, 0100). Everything looks fine except the fact that no F4 button appears next to the date field. Checking other date fields the F4 button is available.
Does anyone have a clue…

bapimueller
- 1
- 1
-1
votes
1 answer
ABAP : Fill an I/O field of a Screen from Database
I have just started writing a program using ABAP, I have a screen (named 9007) that contains an Input/Output field and I want to fill it with a variable from my database.
The beginning looks like this :
PROGRAM ZMCQ.
MODULE USER_COMMAND_9007…

Insaf
- 39
- 1
- 10
-1
votes
1 answer
SAP Flow Logic causing screen to not update
I have a completely customized SAP screen used to create rental agreements. When tax jurisdiction is selected using the Help/Dialog (ie. F4 button) option, it causes the non-editable State and County tax fields to be populated. These two fields are…

Michael Freake
- 1,197
- 2
- 14
- 35
-2
votes
2 answers
custom container
In SAP, can we have a push button on custom container in ALV. Is it possible or is there any other possibilities for that?
Please help me. Thanks in advance.

user162558
- 249
- 3
- 7
- 11
-3
votes
1 answer
Can you embed an html view (e.g. google maps) from a SAP GUI screen?
Say for example we had an SAP Table with the Longitude and Latitude data. Can you use the google API to show the location in an embedded HTML view on SAP Screen WB03?

Adam Harkus
- 2,050
- 2
- 36
- 64