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

reports

Hi Experts,This is my sample scenario.report first .write : ' first report'.report second.write : ' second report'.submit first.report third.submit first exporting list to memory and return.call function 'list_from_memory'.listobject = t_listobject.c...

PA40 Exit

Hi Experts, When we execute the transaction PA40, we also provide a reason for action. I require an exit in which that value is caught. Is that value there in PBAS0001? If not any other exit??Thanks and Regards,Ravi

IDOCs

Dear all,Can anybody help me to do the IDOCs in the following area.What is IDOC?Sturucture of an IDOCCustomizing list for IDOCMaster data required for IDOCAnd finally how to create a outbound test scenario for Sales Order.Thanks in advance!Best Regar...

internal table

Hi Experts,I have a dynamic internal table, say p_table and two field-symbols: <ls> and <lv>. Now I do a loop on my internal table.FIELD-SYMBOLS: <ls>, <lv>. LOOP AT p_table ASSIGNING <ls>. ASSIGN COMPONENT 'FOUND' OF STRUCTURE <ls> TO <lv>. ...

Resolved! SHIFT command

Hi all. i am using shift command to delete trailing spaces of a character usingSHIFT IT_DOCU-NO right DELETING trailing SPACE.it is working and deleting trailing spaces successfully. after that i am sending iternal table data to ALV for out put . bu...

BDC Table control!!

For VA02 transaction, we are using BDC table control.If we make a new entry in the table, it gets added at the end and then we sort it according to a key.We are also getting the number of rows/entries currently displayed on screen in a variable.Our r...

Date Calculations

I've been using the FM calculate_date and detected that this FM producers wrong dates in some cases. SAP declares this FM as internal use only and will not fix the problem.I'm now a little bit in trouble of finding an <b>official</b> FM module doing ...

Labels in this area