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

Resolved! Inner Join

Hi All,I am using Inner Join on two tables PA0001 and PA0006 on the field PERNR. But I am getting nothing as output. The code is as follows:TABLES: PA0001, PA0006.INFOTYPES: 0001, 0006.DATA: BEGIN OF TEST_TBL OCCURS 100, P_NAME LIKE P0001-UNAM...

BAPI_DOCUMENT_CREATE

HI,When am using the above bapi am getting error likeE26 300the knowledge provider is using document type as a storage system.did any one got something like this when using .....as am trying to uplaod msds data for tcode CV021N.........CV024Nthanks ...

Resolved! Download to Excel.

Hi,I have to download data into excel .Now this data is not predefined .. as in its picked up from custom table . If no of records selected from custom table is 6 then 6 columns in final_itab. If 10 records selcted then 10 columns .Now I have managed...

TR F.79

Hi, I don't know if somebody knows if the TR F.79 can be modify if the system is closed (for example in production) Because is part of customizing but sometimes we can modify a table without open the system

Problems with ALV - 1

Hi AllIn my ALV editing program I want to show the summation of the figures, so I am handling the data_changed event but it does not work and instead of replacing the summation fig. it simple replaces that cell with blanks ( I am using modify_cell me...

Role of sy-subrc

Hi, I have come across the following code construct in my current project: INSERT <<table>> from <<internal table>>. IF sy-subrc <> 0 RAISE EXCEPTION <<custom exception>> ENDIF This code segment has thrown a run time error (because a Key field w...

Bapi vs Batch input

Hi Everyone, I have a requirement where I have to createa Batch input session for Transaction MB1B for movement type 311.My question is can use BAPI instead of Batch input?Also in case the Batch input session is in error the user can resolve ...

Resolved! regarding BDC

Dear guys,I have problem in Batch input program.we have written batch input program to upload text file containting one record.Text data contains records for Companycode 100, the structure like this delimted by tab.Comp code Year GLacct...

standard prog

hi, my requirement is to change a standad report,i have to display an extra field in the display,i.e in my display im getting material description and now i want to display material no also in the display,plz help me out

Labels in this area