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

Resolved! Validation on select-options high is executing although input doesn't exist

Hi all,I want to validate the select options LOW and HIGH values and I am using the code like this.SELECT iblnr FROM ikpf INTO TABLE gt_ikpf WHERE iblnr IN s_iblnr.     IF sy-subrc = 0.       MESSAGE s001.    " record(s) exist     ELSE.       MESSAGE...

problem in matnr size.

the user is entering a 40 length material number in the selection screen and on display after fetching the data it is displaying an 18 charcter length matnr.eg.s_matnr = f001234567891234rtyu5678deftrgtyumewqdftein the output.it displays :  f001234567...

Resolved! MB1B Enhancement

Dear Members,I have a requirement to enhance MB1B tcode with custom fields can i use MB_Document_Badi for the Enhancement or i have to any other exits or badis.And the custom fields data has to be stored in a Database table what will be better storin...

Resolved! Change in Domain length

Hi,I was trying to change the domain length from NUMC 3 to DEC 2.2. when i did that it ask me to adjust the table(which uses this domain) from se14. while adjusting the table, it gave me an error. so i went back and changed the domain from DEC 2.2 to...

Resolved! open_form

hi all,While saving PO for release using standard sap program SAPFM06P i get 'error in open_form for document 4500000021'.the form routine in use is ENTRY_NEU & the form is ZZ_MEDRUCK.PO output config has been set to dispatch time '4' and trans mediu...

HCM/HR: Infotype 2 - too broad for all types of users vs. technical limitations of SAP

Dear colleagues,have you encountered the following business problem (see below)? I understood it is quite common in some companies (it is also well-known in mine). What do you think could be a possible solution to that today (i.e. with the tools and ...

loading header and item details in internal table from CSV file in Application server

HiExperts,   I need to load an internal table from csv file which is located in application server of SAP. This csv file contains header and item details, now my doubt is how to segregate this header and item details and put in one internal table?  I...

Resolved! Issue with Submit

Dear Experts,I am using submit function as below:FORM user_command USING r_ucomm LIKE sy-ucommrs_selfield TYPE slis_selfield.IF rs_selfield-fieldname = 'ARBPL'.  READ TABLE itab INTO wa INDEX rs_selfield-tabindex.  wa-date1 = so_gstrp-low.    wa-date...

Unescape HTML entities in ABAP

Hi,is there a standard functionality for unecaping of HTML entities in ABAP? I have a string which contains for example "&lt;". I wont convert it to "<" character. There is a method ESCAPE_HTML in the class CL_HTTP_UTILITY, but there is not any metho...

viktoru by Product and Topic Expert
  • 4368 VIEWS
  • 4 REPLIES
  • 0 Likes
Labels in this area