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

Check changed data ME51N

Hello,We want to show a warning message when user change the field KNTTP to a certain value. But show the message only in the moment the user change to this value, not every time the badi/exit is triggered. Do you know where can I put the code? How...

oliver_am by Active Participant
  • 655 VIEWS
  • 1 REPLY
  • 0 Likes

BAPI_ACC_DOCUMENT_POST error : FI/CO interface: Line item entered several times

Hello all, I have been working on a report for GL to GL posting using BAPI_ACC_DOCUMENT_POST. the requirement needs off me to add tax indicator to the bapi and calculate the tax on it. this is the code I have written: SPAN { font-family: "C...

Resolved! Exit Method Loop

Hi all, How can I exit a method in class from another method? lets say I have the following: method x. loop at record into data(ls_record). me->check()."do smth inside here and if conditions are not met,continue with the next record endloop. e...

Resolved! ABAP Export to Database / Memory area

I have a program with a selection screen with a field ‚run_type‘. When the program is executed I save the ‚run_type‘ to memory i.e. EXPORT run_type FROM lv_run_type TO DATABASE indx(zw) ID 'RUN_TYPE'. The output from this program is an alv gri...

Resolved! Type description using RTTI API

Hello Using the RTTI (Run-Time Type Identification) API classes I want to retrieve the DDIC description of a type. For a single field that is possible using CL_ABAP_TYPEDESCR->GET_DDIC_FIELD-FIELDTEXT.When using the RTTI classes CL_ABAP_TABLEDESCR,...

JackGraus by Active Contributor
  • 3735 VIEWS
  • 9 REPLIES
  • 0 Likes

BAPI for transaction code :PFAL to process large no.of records instead of BDC SAP ABAP?

Hi All, I have 2 lakh records to upload from the tcode : PFAL. But through BDC it is taking much more time to process. Do we have any BAPI to process mass upload of records through the tcode : PFAL or any other alternative to save time ? Thanks...

Resolved! Problem in SUBMIT RKAEP000 command in cl_salv_bs_runtime_info class

Dear Experts, I am facing an issue with SUBMIT functionality while retrieving the data when using cl_salv_bs_runtime_info class. I have written the code in following way: FIELD-SYMBOLS: <lt_data> TYPE ANY TABLE, <ls_data> TYPE any, <lt_d...

Resolved! Can I use LIKE on DATS field?

Is it possible to use LIKE on a DATS field in a select statement? Or is there some other operator that I can use? I'm trying to select data based upon current year, but the timestamp field contains 8 digits, I'd like to select it based only on the fi...

Labels in this area