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

BDC WITH TABLECONTROL

Hi Experts,            am designed the above screen in module pool. i have  to browse the file in my system after that when i clicked on bdc the datas of my file have to stored in my customized table..when i clicked on display button it will display ...

Resolved! String templates

I just played around with the string tempülates now available in one of our updated systems. So i tried  type_descr = cl_abap_typedescr=>describe_by_data( s ).  CASE type_descr->type_kind.    WHEN cl_abap_typedescr=>typekind_time.      r = |{ s time ...

Resolved! ALV - selecting row

Hi guysI have a problem with adding row select option to my ALV.Here's my code: CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING    I_STRUCTURE_NAME  = 'ZDEF_INTRASTAT' CHANGING     CT_FIELDCAT  = lt_fcat[] EXCEPTIONS    INCONSISTENT_INTERFA...

Resolved! Not able to copy Data Dictionary reference Label as Column Header for Table Control in Screen Programming

Hello All ,I am creating a Table Control and for data to be populated in the Table Control am declaring a Work Area with reference to Data Dictionary object , so containing all valid Label text for each fields in their corresponding Data Elements.But...

Alignment problem

Hello Experts,I am working on scripts, i am getting all fields value.i have problem in alignment i am not able to drawn table.is there any standard alignment which can help me creating a script.can any one help me this scenario.RegardsPrathmesh Rane

Labels in this area