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

Resolved! SET LOCALE LANGUAGE

Hello all,I have a problem with SET LOCALE LANGUAGE.I need to change SY-LANGU to get another text with the MESSAGE command, like this:SY-LANGU is 'D'.set locale language 'E'.message id ... type ... number ... into ...set locale language space.That do...

Resolved! cl_gui_alv_grid

hi,the field sel_mode in the alv-structure lvc_s_layo for the alv layout only allows multiple selection, but i want to force the user to mark only one entry.i didn't found any method, or other structure to reach that!do you have any tips for me?thank...

clear field

Hi to all,please go through the <b>BOLD CODING</b> in the below program and please give me an idea..where i have to give the CLEAR the field VCOLOR ...according to my program when ever im creating a document the vcolor should chage...but it is takin...

Resolved! Internal Tables

Dear All,I need to select data from two tables s071 and s060.In my program all the data from different tables is being inserted into Internal table T_KONH.now i need to select the data from s071 and s060 into a single internal table and compare the d...

ORA 4031

ora 4031 is caused by a lot of 'in' and/or 'or' in one sql statement.and not by an (maybe) poor performance statement caused by a not existing index.SELECT LIKE THIS : p_rsize = 3500- LOOP AT i_edidc INTO w_edidc. r_docnum-low = w_edidc-docnum. ...

Resolved! ALE/IDOCs query

Hi friends,I have one more query on ALEs ...My scenario is like if we create a <b>PO</b> in one server it has to be convert as <b>SO</b> in another server.Now im getting the idoc status s <b>51</b> & the error message is <b>shipping condition 10 is n...

FieldCatalog Problem?

Hi Friends,I want to remove decimal places for particular currency say 'KRW'.So while building fieldcatalog i have checked if currency = 'KRW' then decimals_out = 0.It is working fine if execute for KRW alone.If i combine KRW and GBP the decimal is n...

Resolved! SMARTFORMS

Hi, In smartforms, I am doing Invoice form.In my first page , i am defining the main widow,bank details and total window(where i put the net total value and gross total).In my page,also main,total and bank widowsMy question Suppose my line items exce...

Listbox Problem

Hi Guys!I have a very interessting Problem with Listboxes.For Example:There is a Table with Car-Manufacturer. The Key is "BWM" and the Description in the Text Table is also "BWM".Now the Problem: Showing the data in a dynpro-listbox with option "show...

Resolved! re: performance

Hi, Iam using this code. How can i improve this performance. In the first statement i retriving the created po's for each pr and in the select statement i am retriveing the posting date for each po. it_one contains the pr and pr items.loop at it_on...

Resolved! screen modification

Hi,I have a question regarding screen modifications.I have 2 fields on the infotype screen,first is the listbox,second is one input field.Based on value of the list box, if 1 the other field should be disabled(grayed out)and for all other values the ...

Labels in this area