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

Resolved! Get the current date

Hi experts.i'm trying to get the current date to field in my screen i'm wrote this code in the PBO MODULE *----MODULE set_Date OUTPUT.DATA : LV_Curr_Date like ce3tamb-perbl, LV_month(3), LV_year(4).LV_month = sy-datum+4(2).concatenate '0...

Resolved! Lines in Table Control

Hi friends,I have created a form using Table Control with five lines. Though the form is having 5 lines, I am able to enter the data only in the first line and the balance four lines are in grey color, where I am not able to enter anything. Could you...

iDoc problems

Hi.I have 2 problems with a program creating sales orders using orders05.When changing adress information for ship-to-party I'm not able to overwrite the house number in the adress.Im traying to write to the field e1edka1-hausn, but that does not see...

BDC error

Hi All,I am running a BDC program and trying to create a session.But system gives an errorBDC_INSERT, internal data area for screen .BDC_INSERTSAPLMLSP. too smallwhat does this error mean?Thanks,Pratibha

Plz Help!!!

Hi All,Please tell me which table should i use for creating a link between the document and the business objects???I searched a lot and i cud jus find the structure like s00d4, sood2, BAPIBORID...Iam getting something like-FOLTP FOLFOLYR 25FOLNO 0000...

simple QA

data : z_cnt like s033-magbb, z_cnt_mz like s033-mzubb, z_sum like s033-mzubb.LOOP AT imard ASSIGNING <ls_mard>.clear z_cnt.clear z_cnt_mz.clear z_sum. LOOP AT is033 ASSIGNING <ls_s033> WHERE matnr = <ls_mard>-matnr AN...

Resolved! Help in ALV grid

Hi collegues,I am developing an OO ALV grid. This grid contains editable fields too. If I want to use the help function in these fields, it doesn't work at all times fine. The help for 'material number' is OK, but in all other fields (for instance 'c...

Resolved! select problem

this workSELECT SINGLE SUM( mzubb ) SUM( magbb ) FROM s033 INTO (z_mzubb , z_magbb ) WHERE werks = <ls_mard>-werks AND lgort = <ls_mard>-lgort AND matnr = <ls_mard>-matnr AND sptag BETWEEN date and date_e.<b>and thi...

Resolved! loop at itab

LOOP AT imard ASSIGNING <ls_mard>. LOOP AT is033 ASSIGNING <ls_s033> where matnr = <ls_mard>-matnr and lgort = <ls_mard>-lgort.<b>here i get 4 rows and i want to take the highest date(sptag) mzubb magbb for each matnr</...

Resolved! Index on table

Hello All,i am having one query. How i can find out that what is the current index on the table.Means to say if i am using database table .How should i identify which is the current index on the table.And one more. When working on user exit we can go...

PFCG

Hi All,Which table stores the release groups and codes for roles?Transaction code PFCGAs well release strategies classification (Total Net Order value). Transaction code OMGS.Thanks,Pratibha

Labels in this area