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

Resolved! Control Init Error in Data Provider at GUI_DOWNLOAD in a Test Class

Hello community,I have a strange behaviour of the GUI_DOWNLOAD method from the cl_gui_frontend_services class.GUI_DOWNLOAD delivers always FILE_WRITE_ERROR in a test class but in a report it works as expected. So I check the behaviour in the TAC SE80...

Problem adding components to production order using CO_XT_COMPONENT_ADD

Hi experts,I need to add components to production order. Before doing that I delete an existing component using: CALL FUNCTION 'CO_XT_COMPONENTS_DELETE'CALL FUNCTION 'CO_IT_SET_FLG_ITAB_NEW'.CALL FUNCTION 'CO_XT_ORDER_PREPARE_COMMIT'.COMMIT WORK AND ...

Resolved! ARTMAS IDOC Posting error

Hi Guys.. we are trying to post ARTMAS IDOC in our System.The IDOC has been send from thrid Party System via PO.All the required segements are send except MBEW, which is populated in Inbound FM.Eventhough MBEW Segment is suceesfully populated, I am g...

getting split PDF file for each individual invoice while taking SAP dump for multiple invoices through print program

Hi Gurus,my challenge here is i have print program, where can give multiple invoice and download to PDF.here it will generate single PDF with all invoices in multiple pages.i want to generate single PDF of individual invoice. please help to achieve t...

how do i concatenate the select-option or input parameter value with the field catalog seltext (i.e column heading)?

i ve attached images of my screens  i want that what i enter in fiscal year and period in select option it will concatinate with my field catalog seltext value and show it in the column heading .i want it in the heading of columns after unit for eg :...

Method CL_ABAP_EXPIMP_DB->DELETE giving dump in Background job

Hi All,  I have implemented the BADI , CL_ABAP_EXPIMP_DB.and i am importing internal table into POST method from PROCESS_ITEM method with following code.IMPORT t_xekpa TO t_xekpa FROM DATABASE indx(xy) ID indxkey.  IF sy-subrc = 0.    CREATE OBJECT w...

Resolved! Shortest form for "IF condition THEN throw exception" in one line

Hi experts,I've got a silly question. Like everybody, I often use these lines of code:IF sy-subrc <> 0.  RAISE EXCEPTION TYPE zcx_error.ENDIF.I'd like to write it on one line, so that the code is more concise (*), but the pretty printer automatically...

Resolved! sbdst_classname is Unknown

Master's could you help me with this one.I Copy/Paste a code from here SCN Blog but the code doesn't work on me. T_Tconstants:   c_bds_classname type sbdst_classname value 'DEVC_STXD_BITMAP',   c_bds_classtype type sbdst_classtype value 'OT',        ...

Send SMS

Hi Expert.We have generated below code for Send SMS.  But this is not working please check and suggest what i have missed. CONCATENATE 'http://smsidea.co.in/sendsms.aspx?&mobile=serviceprovidemobileno&pass= password' '&senderid= sendid' '&to='wa_mobn...

Labels in this area