Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Recent Activity

Task 4 - Implement Criticality feature and create an Object page

This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...

Criticality.png

Task 1 - Create CDS View Entity ( August Developer Challenge )

First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 90439 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! pbo

Hi all it says in the book that'at the begining of the pbo the runtime system reads the statically created and dynamically modifiable attributes of each screen element on the current screen into a system table with the line type screen.....Can anyb...

Resolved! Transports - Unlocking

I have made a mistake by modifying a program I didn'tneed to. I now want to be able to delete the transportbut I get the message that the object is locked.Can anyone tell me how to 'unlock' an object so that Ican remove the transport which is not nee...

ALV-Displaying

Hi I need to display only totals below the list in same screen.Example:I have employee code ,name and gender(male and female)assume i have 3 males and 2 females..Total :5 emplcode 5 names and 5 gender...Now i want 3 males and 2 females to be display...

Resolved! Suppress a subscreen

Hi all, In my custom module pool, I have a tabstip in a subscreen.i want to add a collaspe/exspand button to close/show the tabstrip(in the subscreen), something like the standard enjoy transaction (ME23N for example).Can anyone helo me to achive thi...

Resolved! Diff. between "transport of copies" and workbench transport?

Hi, Can someone help me to understand the difference between "transport of copies" and "workbench transport"? I cannot get it from SAP help I know what transports are and how they are transported. I just want to understand the specifics of "transpo...

Vitaliy-R by Developer Advocate
  • 35647 VIEWS
  • 23 REPLIES
  • 1 Likes

user exits

hi friends.,i have newly joned in a company for sp support teamand for ABAP module. iam new to user exits.please send me if u have any material regarding user sits and the way of creating them.today i got request for generating a user exit for standa...

XD01 SCREEN EXIT

Hi,i have a requirement to add 2 screen fields in a new tab in XD01.what i understood, the process i need to do is:1) create a new structure containing the fields and append the structure to KNA1.2) Design a new screen with type as 'subscreen' giving...

Bapi and RFC

Hi,I have developed a custom function module which calls the bapi: BAPI_GOODSMVT_CREATE.Before calling that bapi I do some verifications and I call the bapiBAPI_PO_CHANGE to change the asset of the purchase order. When I execute the function module (...

Resolved! ALV diplay

Hello, The ' back ' Button is not working in ALV display. Exit & cancel were working here. How to solve this.MODULE USER_COMMAND_0100 INPUT.CALL METHOD CL_GUI_CFW=>DISPATCH. CASE OK_CODE. WHEN 'BACK'. PERFORM BACK . WHEN 'EXIT'. PERFO...

Bapi Interface

Hi,I have a small issue while creating interface for a Bapi.We are creating iVews using Enterprise Portal for PS Module. In that when we click on one button we are opening text editor and entering some text/comments(above 1000 characters) for the pro...

Resolved! Screen, Menu painter

Hi all, Where do we actually pass the sy-ucomm value to the ok_code.I get the following error when i click a menu button."No field defined for the function code"Example progarm.PROGRAM demo_dynpro_gui_status. DATA: ok_code TYPE sy-ucomm, save_ok...

Labels in this area