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

Resolved! BDC recording error

Hi everyone,I'm new to abap. I'm doing BDC recording using call transaction method. i have finished entering fields of a page and now i want to navigate to next page directly from the current field to my subsequent page screen. how to do that. Can i...

Resolved! Application Form

I created a new application form in our development client, call it A. When I want to test it in Client B where we have data, the message Application form does not exist. I ran the transaction SCC1 in Client B with Client A as source with good resul...

Resolved! Getting an error in LMSW

Hello Experts,In our project we are using LSMW to transfer data from a Legacy system to R/3 system.I'm new to this concept and I'm getting the following error in the "Start IDOC Processing" step Accounting transaction not permitted for posting in FI/...

Issue in ABAP Program

Hi Guys,I am very new to ABAP. I am facing one issue while changing the exist program. In Selection screen:SELECT-OPTIONS: PT_MATNR FOR MARA-MATNR. *--------Produkthierarchie SELECT-OPTIONS: PT_PRDHA FOR MARA-PRDHA.Perform Statment:PERFORM get_common...

Resolved! Decimal Places Issue

Hi Gurus,In Report I have 2 fields - PRICE and OFFSETLet PRICE = 1234.567Suppose the value of OFFSET= 1 ; then Price value should get displayed as 12345.670Suppose the value of OFFSET= 2 ; then Price value should get displayed as 123456.700Suppose ...

Resolved! Joining EKKO EKPO EKBE

Hi, I have a requirement to fetch records from EKKO,EKPO,EKBE for a particular date range. So when i use inner join its not fetching the correct number of records. Can anyone help me on this. Can i use left outer join. If some one knows plz he...

this is my whole code

if not I_mat is initial. select * from mara into CORRESPONDING FIELDS OF TABLE IT_MARA WHERE MATNR = I_MAT.ENDIF.IF NOT I_MAT IS INITIAL AND I_PLANT IS INITIAL.* SELECT * FROM MARC INTO CORRESPONDING FIELDS OF TABLE IT_MARC FOR ALL ENTRIES IN IT_MA...

BDC for T.code IB02

Hi,I want to change the BOM equipment in IB02.For this i wrote a BDC program, which deletes the previous line items and creates new line items.For example, if a BOM Equipment contains 3 line items, I have to delete those and create new items.Here I c...

Labels in this area