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

Resolved! dynamic development: assignment with = if the fieldname should be variable

Dear Developer,I have a challenge in "dynamic development", and believe there are people out there for whom this is absolutely no problem.After calling the function 'DB6_PM_1ST4' I get back an internal table with exactly one single line, but many man...

ALV CellTab issue

Hello Friends,I strucked in ALV Container problem. Not able to figure it out. Please help me to fix this issue.My requirement is as followsI took one container using OO programing to display ALV fields. This is editable screen.My requirement is I hav...

Resolved! Unzip file

Hi all,I have trying to unzip a server file. I have using this code:DATA: BEGIN OF tabl OCCURS 500, line(400), END OF tabl. CALL 'SYSTEM' ID 'COMMAND' FIELD 'unzip -o /usr/sap/tmp/TAS000002_TAS_2010110430.ZIP' ID 'TAB' ...

Resolved! Table Control Issue

Hi Everyone, I am facing one issue while working with a table control. The complete screen is similar to me23 transaction.This means screen has some header details, like package number, package text.Screen also contains a table control which has it...

File uploading error

Hi Friends,i am getting an error, when i am uploading a file. This is because of File Path is more that 1024 char's. I am using Method FILE_OPEN_DIALOG. File name size is 1024.FILENAME CHAR 1024 0 File nameCan you please tell me the ulternate soluti...

USER EXIT for su01

Hi ,I tried using the user exit EXIT_SAPLSUSF_001 for su01 but its not getting triggered..actually whenever i enter some data and press save in the user profie parameters...the respective exit should trigger ..am using EXIT_SAPLSUSF_001 but its not g...

BDC for XK01

Hi All,iam creating & updating Vendor master details through BDC Recording by following syntax DATA :lt_bdcmsgcoll1 TYPE STANDARD TABLE OF bdcmsgcoll. DATA opt TYPE ctu_params. opt-dismode = 'N'. opt-updmode = 'X'. opt-catt...

Resolved! split at dynamic seperator

Hi Community,I have the following problem.I have to split a string at a dynamic separator.I collect the separator from a customizing table. In the debugger I can see the correct separator in the field-symbol, but it does not split the string.When I h...

Labels in this area