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

Resolved! Spool to PDF with Copies

hi , Requirement is to convert a spool request to PDF. I am using the program RSTXPDF4 to do the same. In my driver program I am setting tdcopies = 004 so that it gives me 4 copies ( +Original , Duplicate , Triplicate ..etc +) But when I con...

Resolved! identifying blank fields

i want to extract blank field form the database table :DATA: BEGIN OF IT_YCSTK OCCURS 0 ,MATNR LIKE YCSTK-MATNR,WERKS LIKE YCSTK-WERKS,CHARG LIKE MSEG-CHARG,GKAHR LIKE YCSTK-GKAHR,FLD2 LIKE YCSTK-FLD2,END OF IT_YCSTK.SELECT MATNR WERKS CHARG GKAHR FR...

Resolved! Routing plan

HelloI have to migrate routing plan for 100000 rows of material master data, What are the advantages and disadvantages of using Direct Input (program RCPTRA02) or Bapi (BAPI_ROUTING_CREATE)?Thanks in advance

Resolved! IDOC status 51: RFC server sapftp cannot be started -1 : RFC Callback calls

Hi All,Here I am facing one problem.I was triggred an IDOC. I was got staus 51 and Error Message : RFC server sapftp cannot be started -1 : RFC Callback calls are not allowed in the ABAP pro.Basic Type : INVOIC01.Messge Type : INVOIC.My sender system...

sort one field

Hi friends,INFOTYPES: 0000, 0001, 0002.START-OF-SELECTION.GET PERNR .PROVIDE * FROM P0000 BETWEEN PN-BEGDA AND PN-ENDDA where p0000-STAT2 = '3'.WRITE: /2 P0000-PERNR, 23 P0001-ENAME, 91 P0001-BTRTL ,114 P0002-GBDAT .ENDPROVIDE.SELECT PLSTX PL...

Labels in this area