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

Resolved! SAP SCRIPT

Hi All,I have this line in the sap script editor.<b>INCLUDE &VBDKA-TDNAME& OBJECT VBBK ID Z011 PARAGRAPH IT</b>Will this line automatically picks up the text from the sales order header or need to code read_text in the print program?Thanks,S

Resolved! Hotspot

*&---------------------------------------------------------------------* *& selecting and display data for basic list * *&---------------------------------------------------------------------* select kunnr name1 ...

Code in LSMW?

Hi,please let me know to write our own code in lsmw?I want to implement the table control in ME51. So, i have to increment the BNFPO field every time...How to write the code for that and where to declare the required variables?

Exception handling

Hi,in a classical userexit we have just one include to put in the coding.I want to call a newly-created function function in this include. The function is a copy of the customer-function where the include is located in.How can we achieve that excepti...

Clemenss by Active Contributor
  • 645 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! Retreive and update

Hi All, I am trying to retrieve the data from the DB and then if any changes made, then it has to be updated in the respective fields in the db. Could anyone pls explain me step by step how I can do this. Eg: I want to retrieve the calssification v...

Resolved! Radio Button

Hi,Can any one help me in getting the text for the radio buttons which placed side by side in the same line.It is showing the radio buttons but not the text.here is the following code which i used.Selection-screen begin of line .selection-screen posi...

Resolved! sy-ucomm CRET and ONLI

Hi, i have a report and to that report is associated an transaction. if i run the report by the se38 if runs fine with no problems at all and pressing the F8 button the ucomm is the ONLI but if i run the report by the transaction code if no records...

Resolved! suggestion with ITAB.

hello abap gurus,in my requirement, i should make sure that an internal table ITAB has some value in one specific field in all records.for example NAME field.i thought of coding like this,LOOP AT ITABIF ITAB-NAME IS INITIAL.EFLAG = 1.EXIT.ENDIF.ENDLO...

Labels in this area