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

Resolved! Index Value

Hi friends, I am looping an internal table based on a where condition.DATA : BEGIN OF itab1 OCCURS 0, vbeln LIKE vbak-vbeln, matnr LIKE mara-matnr, END OF itab1.data : v_tabix type c.itab1-vbeln = '1'.itab1-matnr = 'A'.APPEND ita...

Resolved! Creating Customer Table

I need to create a table ZInvoiceOut. It will contain KUNNR, VBELN, ERDAT, ERZET, FLAGVBELN is VBRK-VBELNWhat is the delivery class going to be? I am using this as a temporary table to store data that I will use in a batch transfer How to set the VBE...

Resolved! Interface

I have to create an outbound interface It needs to happen at least once a day The interface will be triggered for all new invoice documents that are issued on the company code Can some one please help me on how to start off writing the code. Thank yo...

Resolved! IDOC

Hi ,When am doing IDoc am getting some error plz anyone can help me.Am sending materail data from 800 client to 810 client. in 800 client it showing 03 status but in 810 client am getting status 51 . plz find the below errorb<b>]<b>Function module no...

Resolved! BDC

Hi,I need to write a call transaction to update the delivery(likp-bolnr) with the tracking number.How do I do this?I don’t have knowledge of the BDC ‘s.Can anyone tell me how I should write the code?I looked into a sample program ..the code was li...

Resolved! payroll results

ExpertsI am working on retrieving payroll results using cluster.I am using FM 'CU_READ_RGDIR' with CD_READ_LAST and PYXX_READ_PAYROLL_RESULTI dont want to use LDB. Can anyone tell me the logic of passing pernr to this FM CU_READ_RGDIR and begda and...

Labels in this area