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

when to use a BAPI ?

Hi,This might seem like a simple question to all the experts here. Can anyone give me some real time scenario where BAPIs "must be" used. I completely understand how to call BAPIs from ABAP, java etc.. I have the compete list of all Standardized BAPI...

Function module

HiI have created one function module and used subroutines. Form definations are written in the TOP include. Select * from mata into table i_mara where plnat = '105' if sy-sunrc eq 0.perform call_marc.endif.In above statment when sy-subrc eq 0. it is ...

select from parameters.

In the selection screen if the user enters any number from 01 - 20 in a particular field 'A'Let's say the user enters n (1-20)Based on that in the select query I have to extract A1,A2,A3,...,An and add all these into a single field a.How can achieve...

SG141 by Active Participant
  • 818 VIEWS
  • 8 REPLIES
  • 0 Likes

Resolved! Need user exit in FB60

Hi Guru's,I need an user exit to write the code to check for duplicate invoices in FB60.after entering the invoice number i should look that number in my custom table for duplication.Can you please tell me the user exit to write this code..?how can i...

Resolved! Reg SPAU list

Hi,we have upgraded from 4.6c to ECC 6.0 and i have a query regarding SPAU list, for couple SAP standard programs we have adopted modifications but an hour later we decided to reset to orginal . Is there any way to achieve this.ThanksDavid

Resolved! Transport error

Hi;In development mode i have a program that works fine, it is composed by a report that calls a smartform, but in Quality mode i get this error:error message:The Form Zname_of_the_form can't be generated.In Quality i call the report with a transacti...

BDC Errors

I have to write a Session Method for the below program to UPLOAD the errors and process them at SM35, can anyone help me out with this please. Thanks heaps.REPORT Z_SAMPLE_CONCUR_INTERFACE .SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME...

Resolved! Session Name

I am working on a executable program. When executed it session is created ( there is no BDC session code written in the program) and report is displayed.When i go to sm35... I see that my session has errors...saying two fields does not exist. ( These...

SG141 by Active Participant
  • 1630 VIEWS
  • 5 REPLIES
  • 0 Likes

Resolved! About Customer Exits.

I have a program that finds all the customer exits in a transaction.The descriptions are not very clear about their functions, so I want to know what procedure do I need to follow to know for what can i use each of the found exits.Thanx in advanced

xstring to itab

Hi all,i am using this code.parameters: p_file type rlgrap-filename.data: gv_xstr type xstring, gv_str type string, gv_bom(2) type x, gv_encoding type abap_encod, gv_endian type abap_endia, conv_obj type ref to cl_abap_conv_i...

Labels in this area