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
  • 83538 VIEWS
  • 212 REPLIES
  • 39 Likes

GOS in PA20

Hi,we are using GOS in transaction pa20.If the user deletes the personalnumber in the RP50G-field, a specific button in the GOS Toolbar should be deactivated. Unfortunately the Methode "check_status" is not called again, if the user deletes the perso...

dbcnt in a loop.

Hi Experts,In a loop the following select query is there , Now I would like to get this out of loop , when I do that then how can I check dbcnt on a read statement.LOOP AT it_output. SELECT teindt seindt INTO (it_output-eindt , it_output-edt) ...

Resolved! Reference to table in user-exit

Hi,I'm trying to get a reference to a table which was passed to a user-exit function module (EXIT_SAPLMCI1_001, btw). The table is needed in a FORM routine and should be modified there.Currently I'm using the following code: FIELD-SYMBOLS: <...

MichiFr by Participant
  • 2295 VIEWS
  • 15 REPLIES
  • 0 Likes

Bapi For CL20N

Hi Experts,I have a requirment in which they have given me Excel sheet in that they will enter class type as 002 constant , Equipment , Class no., characteristic desc and characteristic value. For this requirement i am using Bapi BAPI_OBJCL_CREATE. I...

CL_SALV_COLUMN F4 help

Hi everyone, im using CL_SALV_COLUMN method SET_DDIC_REFERENCE to set a Search Help for my ALV field.The reference Z table field has search help assigned.SET_DDIC_REFERENCE gives me:DDIC_F4_AVAILABLE = spaceDDIC_F4_SEARCH_HELP = spaceDDIC_F4_VALUE_RA...

MaryM by Participant
  • 703 VIEWS
  • 2 REPLIES
  • 0 Likes

how to trigger the event handler of the refresh button in the gui status

hello,I want to trigger the event handler of the refresh button in the gui status without clicking the refresh button. I add the refresh button by inserting "&refresh" to the gui status. it works fine and it refreshs the alv when I click the button. ...

encryption

you can use your own encryption or decryption or call the OS. But you will have a problem regardless:What do you use to encrypt or decrypt the user ID and password? A key a.k.a. password. And if you want to automate, where do you store THAT? If you ...

Resolved! Method Signature: ANY TABLE

Hi folks,I have defined one parameter of a method signature as 'ANY TABLE', as the table structure differs. The implementation of this methods works fine, but if i copy the result to the exporting table parameter there will be only the first characte...

Resolved! can anyone explain

Please use meaningful subjects for your posts in future. Hi guys, can anyone explain this code in detail.... SELECT mara~matnr meins AS meinh mara~bbtyp filia AS werks INTO CORRESPONDING FIELDS OF TABLE p_t_mat_asort_site FROM mara INNE...

Labels in this area