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

Resolved! regarding Unicode

hi gurus,Can somebody tell me how Unicode is affected in Standard programs or Standard Transactions.we are now in 46C. moving to ECC unicode system. so need to find out if any changes we need to do in std programs or transactions to make Unicode acti...

Resolved! itab calculations

hello abap masters,in my requirement,there are three fields in an internal tabledata: begin of itab1,field1(3) type c,field2(3) type c,field3 type p. data:end of itab1.now i should calculate total of all (only) field3 's for each fied1,field2 comb...

Resolved! MODULE POOL

Hi all,I have some problem in the module pool programming.i have created 3 tabstrips. These three tabstrips have their own sub screens created.on first subscreen i am displaying one editor, on the second subscreen i am displaying some fields data and...

Resolved! internal table fields

Hi,I have two internal tables.itab1 and itab2.The sturcture of both the tables are as:begin of itab1kunnrname1end of itab1.begin of itab2ort01name1land1end of itab2.now, i have data in both the tables using select statement.Requiement is like this :i...

Resolved! SAPJSF

hi ,everybody! Can anyone tell me what SAPJSF is? when connecting SAP system to portal,is SAPJSF in target system neccessary?why should we need the user?what does it provide?thanks a million!

hi all

HI all, I have created one table control in (created through module pool program) I want call it in my BDC. How to call that TBC in bdc What is the Function Module for this thank you in advance,regards,anilreddy

Resolved! get next available dat

hi,i want to retreive the next available date from one internal table based on input from another internal table.itab102/02/2001itab202/04/200602/03/200202/05/2002now for the value in itab1(02/02/2001) i must look up itab2 and get the date closest to...

Resolved! file create

hello abap gurus,in my scenario, i have to check if an entry in afield in an itab is less than 0,i need to write the entire record into an error file.i can check if the field value is less than zero,but how to create and write in the error log file.

NEsted IF

Hi,can anyone correct this statementselect * from zco where co = siitab-id.ENDSELECT.if co = '11' and /cotyp = '14'. j_itab-typ = 'aa' OR 'bb' OR 'cc' OR 'dd' OR 'dd'. J_ITAB-RCOST_CENTER_ID = 'Y' co = 'aa' and cotyp = '10'. j_itab-typ = 'a...

Is RFC Secure ?

We are planning to build an interface from an non-SAP system to SAP. The non-SAP system can talk to SAP using RFC. One of the requirements of this interface is to secure the communication channel or encrypt the data because it is sensitive in nature....

Resolved! accessibility

Hi,in my object i)the data should not be saved if there are any errors.ii) my object should be accessible to only selected users in the client system.How do i achieve these functionalities ? Could anyone help me plz

Resolved! selection screen

hi here is how i am trying to select .how do i get the And vbrk condition correctly.SELECT * FROM vbrk INNER JOIN vbrp ON vbrkvbeln = vbrpvbeln INNER JOIN kna1 ON vbrkkunag = kna1kunnr INTO CORRESPONDING FIELDS OF TABL...

Resolved! ALV

hei,I have a select option for VBELN.select-option: salesdoc for vbak-vbeln.when I dont select any data(selection screen) and simply execute it......my ALV displays grid and also data in it. It works finebut when I select the data in select option in...

Labels in this area