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

to stop repeating

hi guys.....i have a requirement as belowmy output is as per the database example: doc: ' tax1 ' tax2 ' tax3..........'taxn009 ' 1% ' 0 ' 0............'..009 ' 0 ' 2% ' 0............'...009 ' 0 ' 0 ' 3%.........'....the same document number has three...

read_text problem

Hi am using read_text in perform where am passing5 tp 6 values for ID.......for one of the values amongst these 6 which i pass to function moduleis not fetching any output........IN THIS CASE WHEN NO OUTPUT IS FETCHED FUNCTION throws the controlout o...

Resolved! At selection

Hello,I need an advice I have a program that download a file.csv LOOP AT LV_FILES INTO I_DIR. CLEAR IT_FICHERO[]. CLEAR IT_STATUS_F[]. CLEAR IT_TEXTO[]. CLEAR IT_TEXTO2[]. CLEAR TMP_TEXTO[]. PERFORM SELECCIONA. IF FECHA IS...

Resolved! type

Hi all Iam trying to change the sap funtion module as rfc..and in the import parameters when iam using like it says it is obsolete.can i use type structure.Thanks in advanceabap user

need code!

Dear All,I have three table mara (matkl), mseg (kostl, lgort, kostl,dmbtr,waers), mkpf (budat) .I have declared one ITAB in the program. Now I want that all the data of these three tables should come in itab. What will be the select statment.Please g...

Clear Header in ALV

Hi All i want clear header when i excute report header displyed after when i go back header displaying agian not clearing header info,,when i go back i need to come out this programe now header displaying , now its 2 times i am gng back, pls if any ...

Resolved! Modify error

Hi All, LOOP AT lt_outtab. lt_outtab-bktxt = 'Test'. MODIFY lt_outtab INDEX sy-tabix. ENDLOOP. I’m trying to modify value of BKTXT.. before passing to FM While compiling I’m getting error like "The data object "LT_OUTTAB" has no stru...

Resolved! Variant creation

Hi,We have a variant for a SE38 program, which is being used by a batch job to execute the program in the background.We would like to change the variant directly in production, but find in the attributes that the variant is protected.My questions are...

ABAP code

Hi Experts....Can you guys look at this and tell me whats wrong with this code:DATA : LS_9105 TYPE HRP9105.DATA: ls_act_beh_flag TYPE string. DATA: LS_WPLOG_VDATA TYPE string.DATA: LS_cand_id TYPE string.DATA: ls_hrobject TYPE hrobject. SELEC...

Resolved! Re:Select statement

In my td they are giving a select statement to retrive data by using inner join, but i need to write those statement using for all entries and how i will write for that can any one give me the code for this .SELECT MDKPBESKZ MDKPDISMM MDKPDSDAT MDKPM...

Resolved! Need Help!

Dear All,I have three table mara (matkl), mseg (kostl, lgort, kostl,dmbtr,waers), mkpf (budat) and one structure CSKSZ.(ktext).I have declared one ITAB in the program. Now I want that all the data of these three tables and structure should come in it...

BDC program

Hello, I am working with BDC and I am getting error dump...file1.txt consists of the following data with seperated tab...1500-4322 Retail Samples Description CARreport ZCALLTRANSACTION no standard page heading line-size 255.Defining the Source Int...

Resolved! sap to xml

Hi all, iam working on SAp 4.7 version.the source code is going to dump. the purpose of this to convert data to XML file and store in presentation server. but i hv to use FM SAP_CONVERT_TO_XML_FORMAT. (No other options).i'm providing source code also...

Labels in this area