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

XML format

I have internal table with around 1000 records(it is XML format..i am writing the code in one of the BADIs),it is store of TYPE dmee_output_file...in one of the lines there is <ReqdExctnDt>2011-04-28</ReqdExctnDt>how can i get the value in between th...

IDOC details.

HI,I have around 1000 idoc numbers and i am interested in one particular field of an idoc in all this 1000 idocs( For Ex: Order num).I know if i go individually i cna ge the details.since i have 1000 is there anyway to fetch all the data of an idocs?...

P_ADM_SEC_70

HI,Could some one please advise on some questions that appeared in examination ? I am taking this exam on next friday and I am very nervous.Could some throw some light with some sample questions that they ask?Also for topics - Compliance, Enterprise ...

Resolved! About line width

Dear Experts,I have a program, and it show the report data by WRITE , for example , write:/ 'This is line 1'.write:/ 'This is line 2'.How could I adjust or increase the width between lines?(I don't want to use "SKIP 1." , because I just want to incr...

ITAB TO SPOOL

Dear Experts,There are many threads regarding spool.But here I had given task by functional that I had to develop an object which show a some data list, in which i have to tick mark and send selected list as a mail to particular party.Also same thing...

MC8G , MC8E

I am trying to check authorization for transactions MC8E and MC8G in Ecc 6.0 . is their any user exit that can stop.If any one who has done it can share what was the approach done?I appreciate your answer.Regards,

Resolved! Read BW table with ABAP

Hi experts,I need to extract some data from BW using ABAP.There's a Z table in BW and I need to read it and generate a flat file to FTP to another system.Does anyone know how to do this?I've never worked with BW before!Please help!Thanks in advance,F...

Resolved! BAPI - List SO

Dear experts.Looking for some BAPI that retrieve information from SOs, I found the following function:BAPI_SALESORDER_GETLISTBut I realized that this function don't have a filter based on SO numbers.Anyone knows a different BAPI that retrieve this in...

Call FM Starting New Task

Hello,I have more than some 500,000 records to update using a BAPI thats inside my Z*FMand i am using the parallel processing as below:data: lv_task(10) type c. loop at it_data into wa_data. clear wa_addr. wa_addr-addrnumber = f_bpdet-addrnumber...

Resolved! LOOP AT screen Error

Hello, I created a Module Pool which has two screens. On the first screen there are some radio buttons, and depending on which one you select, another row of radio buttons appear. The way I do that is by using a LOOP AT screen which sets the screen-i...

Labels in this area