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

Resolved! Some Questions

Hi Experts,I have some queries & they are as follows:1. What is the purpose of making table client dependent & independent??2. Where is the log file generated? Who will generate it and what is the advantage of log file.3. What is buffering and advant...

transaction variant

i have created transaction variant zzva01 for tcode VA01,and created variant transaction ZVA01 for the same,i hide some fields on first screen and provide some default value for sold to party and PO,but when i execute ZVA01, it works on first screen...

Runtime error

I am facing time_out error.Wht exactly I dont know,but I am facing time_out error at this select stmt.TYPES: BEGIN OF TY_DELIVERIES,VBELN TYPE VBELN_VL,POSNR TYPE POSNR_VL,NTGEW TYPE NTGEW_15,WADAT_IST TYPE WADAT_IST,UECHA TYPE UECHA,LFIMG TYPE LFIMG...

Modify table RT

Hi experts,I'm trying to modify the payroll results (table RT) using the macro rp-exp-c2-r* but it doesn't work.This is the code I've written:cd-key-pernr = p_pernr. rp-imp-c2-cd. LOOP AT rgdir WHERE fpper EQ period AND srtza EQ 'A'. MO...

error in subroutine

Iam calling a subroutine which is in a include program. I added the include program inside the main program and calling the subroutine. It is giving an error message saying now that " Incorrect nesting: Before the statement form the structure introd...

STRUCTURE

What is the difference between TYPES:begin of ty_bseg,bukrs type bseg-bukrs,belnr type bseg-belnr,gjahr type bseg-gjahr,end of ty_bseg. ANDDATA:begin of it_bseg,bukrs type bseg-bukrs,belnr type bseg-belnr,gjahr type bseg-gjahr,end of it_b...

STRUCTURE

Why is the difference between TYPES:begin of ty_bseg,bukrs type bseg-bukrs,belnr type bseg-belnr,gjahr type bseg-gjahr,end of ty_bseg. ANDDATA:begin of it_bseg,bukrs type bseg-bukrs,belnr type bseg-belnr,gjahr type bseg-gjahr,end of it_bse...

Labels in this area