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

Resolved! Userexit

Hi, I am looking for a userexit that can be used with transport orders created with tran me21n or me59 (used to convert requsitions to PO's). We need to set the item overview delivery date equal to the the commitment date that results from an av...

REPORT

Hi Frields,I need to avoid select statements under loop statements. what should i do for avoiding this.see the fallowing code insted of writing select stmt what should i do?LOOP AT g_t_DETREP. RESERVE 4 LINES. SELECT SINGLE * FROM VBF...

value conversion

WRITE v_discount CURRENCY v_waerk LEFT-JUSTIFIED TO out_par-value.in the above statement v_discount has 0.00 value and passing it to out_par-value its changing it to 0,00, i want the same value as 0.00.can any one help me out in...

Code of /SMB40/FM06P

Hi,there is someone could post me the code of the program /SMB40/FM06P (print program for best-practice smartforms Request Order) ?I have lost the source of the code during the upgrade from ECC 5.0 to ECC 6.0.(the version of the ECC 5.0).ThanksFred.

alv container

hi experts,My task is to display 2 radiobutton on the same screen as the alv grid display.on selection of the 1 radiobutton the grid need to display one internal table.. and on selection of 2nd radiobutton the grid sud display second internal table.....

Unicode X type length

HiI have requirement for type conversion in unicode project.I have a struct used in overlay statementOVERLAY B0004 WITH SREP ONLY REPLSET.but in unicode only char type structure need to use for ONLY [pattern].here what should be length of line0, line...

BDC Query

Hello,I am having a problem when i execute the foll code:DATA : l_trfar TYPE HRP1005-TRFAR, l_trfgb TYPE HRP1005-TRFGB. SELECT SINGLE trfar trfgb INTO (l_trfar,l_trfgb) FROM hrp1005 WHERE otype = 'S' AND ...

Modifyfng std prg

Dear Experts, my requiremnt is I need to add some additional fields in the report for standard program 'RIMHIO00', So i copied into zprogram , The standard program is displaying data from object_tab internal table. I collected extra fields in i_f...

Labels in this area