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

F4 in ALV OO

Hi to all,i'm trying to get values of field referred to bseg-hkont in a OO grid.I'm working on 4.6c, so i can't display code of BCALV_TEST_GRID_F4_HELP, like some expert suggest in other post.the problem is that the input value is not accepted from s...

Resolved! concated field( urgent)

hi ,this is very urgent.Select AWKEY from BKPF. AWKEY is the concatenated form of BELNR and GJAHR.Input this to RSEG in BELNR and GJAHR.You will get EBELN and EBELP.can any one suggest me any process, how to split that awkey key for chking belnr and...

doubt abut alv

hi ,i am new to abap,i havea doubt in alv ,i have taken tabstrip and in tht i have taken a alv,,and for other tabstrip i hae taken table control,,,but data is not getting displayed in alv,,i have taken table control and alv in subscreens by taking ta...

Resolved! Error in SPLIT statement

I have a piece of code like below:select * from zconfig into table i_zconfig where ZKEY = 'ZI2X11'.if sy-subrc eq 0.loop at i_zconfig.split i_zconfig-zto at "," into table i_ordtyp.loop at i_ordtyp.write:/ i_ordtyp-ordtyp.endloop.endloop.endif.It sho...

Resolved! Optimising inner join

Hi,I need to write a report that will show the next delivery that is due to arrive for a certain article and purchasing organisation.My current SQL query is as follows: SELECT min( eket~eindt ) INTO dDelivery FROM ( ekpo INNER JOIN eket ...

restriction of users

Hi gurus,I have the following requirement.i have 2 users like1) abc2) xyz.and i need to create one role for those users abc_invoice_123.in that i have to restrict the users likeuse abc can access the transactions but not user xyz. i mean to say i hav...

Resolved! App server

Hi Guru'sCan anybody tell me when we write a binary file to appserverit takes less or more space than a text file with same data?Will definitely award pointsplease dont give linksbut explain in brief.Thanks

Resolved! date format

when i m selecting date from database table in internal table it selects in the format as "20080218"but i want to assign this date to a variable as "18.02.2008"so how to change date format while assining from internal table field to variable ??

Resolved! Merge internal table

Hi I have 5 internal tables. I want to move all the records into single internal table. All 5 internal tables (1 header table and 4 item table) are in different structure. If any one have sample code for this please post the logic for the same.Regard...

Labels in this area