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

Join conditions

Hi all,I need to JOIN few tables. I will post you my code example and I need any info on corrections of this JOIN conditions because I get too many records in output. Also columns of data that is supposed to be fetched from VBAK table are empty.Here ...

Resolved! Regarding ESS & MSS

Hi there is a custom Report program for the ESS & MSS when I execute the report program, in the output screen I'm getting only the name of the fields which will be displayed inthe output but not any real data.Can any one guide me to execute the progr...

Loop

Hallo TYPES: BEGIN OF ty_vbak, vbeln TYPE vbak-vbeln, END OF ty_vbak.DATA: tes(15) TYPE c, lt_vbak TYPE TABLE OF ty_vbak, wa_vbak LIKE LINE OF lt_vbak.LOOP AT lt_vbak INTO wa_vbak. wa_vbak-vbeln = 100 + 1. IF wa_vbak-vbeln = 100...

smartforms.

hi all, i got some some dout, while i am working with smartforms in that i am created loop node now i want to create inferior nodes in which you display the fields of the read table line. help in this what i can do?thanks a lot.

Resolved! cursor positiong at POV

Hi,my customer's requirement is to move a cursor at the end of PROCESS ON VALUE REQUEST on one subscreen field to another field. Details: during sales order item creation (VA01) the cursor is positioned automatically at the field for Material (progr...

Resolved! Fb01 - enhancement

hi experts, i want to validate and modify the trading partner field (bseg-vbund) during FB01 transaction.please sugget the suiteable method. i have checked the BTE,user-exits and BADI.i am not getting solutions.Moderator message - Duplicate pos...

Resolved! selection screen

im creating a selection screen and when i am entering a value that i chose after i pressed F4 it wont enter the var i wrote parameters: p_matnr like equi-matnr obligatory.and i want after i do this line that the var will have the value i chose thanks

Dunning text

In F150 T-code, after i have maintained parameters and schedule i can modify dunning proposal for each customer.Besides this, i can i add some extra texts(notes) to customer and billings. Is there any transaction where I can view those texts for all ...

Labels in this area