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

Resolved! ALE Scenario

Below is the i/b idoc scenario:Sender of Idoc sys1Receiver of Idoc sys2 I have maintained base logical system in sys2 as 'LS1' and assigned it to client 201.Now, when i define a logical system for sys1(sender) in sys2(receiver), do I have to assign i...

Resolved! inventory adjustments

hi, What is inventory adjustments? inventory adjustments-where the stock qty is increased..how to do this.. which all field i need to fetch frm the table ISEG and IKPF.And wat shuld be the processing for doing inventory adjustments.plz reply..

Change Pointers

how can we work with change pointers will doing transactional data,if not change pointers,how do we trap the changes of transactional data and send to the reciever system automatically,please anyone can help me out.imm points awarded to all helpful ...

spool output problem.

hi ,I am sending a alv list display to spool.The spool displays 2 pages : the first one displaying the no of records of passed.and the second one displays the list.But i am not displaying the first page ,i only sent the resuse_alv_list_display fun mo...

Resolved! SELECT OPTIONS

HI, how to pass select-options value to a function module. how to declare that in import section of the function module.i decalred a select options in my program and passed to function module but when i execute my program its going to short dump an...

Resolved! bdc

Hilets say about 100 records I got in a flat file n after updating 50 records some how the systam crashed. now what happens when i run again the same file for second time in session as well in C.Trans.Will this file b picked up? if so how the system ...

Resolved! table name reuired

hi guys, while creatig a BOM we maintain a variant configutration. I want to know like in which table i can find the details on this variant along with the material--details like class charecteristics material no etc.please reply urgently.

conversion exit.

Hi all,I am working on a conversion exit.i am able to convert value into desire value bt i am not able fetc the value in a table using select query where i am using this converted value in a where clause.. this is my piece of code:<b>Conversion Exit...

Resolved! doubt in ABAP OOP

CLASS SAMPLE DEFINITION.PUBLIC SECTION.DATA : PU_A TYPE I.METHODS : CONSTRUCTOR,MM1,MM2.PRIVATE SECTION.DATA : PR_B TYPE I.ENDCLASS.CLASS SAMPLE IMPLEMENTATION. METHOD CONSTRUCTOR. ENDMETHOD. METHOD MM1. ENDMETHOD. METHOD MM2. ENDMETHOD.ENDCLASS.DATA...

Labels in this area