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

Resolved! Call transaction Error

Hi All!i made this program to reverse a transaction (CN29) using call transaction. in the transaction, i need to select a certain activity in a network to reverse it. i made a logic to know which line item it is i need to reverse and made a variable...

Resolved! How can I get the selected rows from two ALV grids at the same time?

I have a program that uses two ALV grids in one dialog screen. I'm using the OO ALV model (SALV* classes).The user can select any number of rows from each grid. Then, when a toolbar pushbutton is pressed, I'd have to retrieve the selected rows from b...

Tamas_Hoznek by Product and Topic Expert
  • 1064 VIEWS
  • 5 REPLIES
  • 0 Likes

Resolved! structure dynamic

Hi,I have a small requirement. I need to create a structure with fields MATNR,BUKRS,KOKRS and populate some values to it.so that the name of the internal table should vary like "CEO" + "the value of a field ERKRS(which will be populated in the loop I...

BAPI_EQUI_CREATE

Hi,I am using BAPI_EQUI_CREATE to upload equipment master. When the Equipment category is 'P', two more tabs are appearing (PRT data and SerData). But it seems in the bapi, these fields(Fields available in PRT data tab and SerData tab) are not availa...

BDC dump

Hi I have created bdc program for fnfo t.code.After the below statement it is going to dump.svym value = 200907perform bdc_field using 'VDPOKO-SVYM' SVYM.FORM BDC_FIELD USING FNAM FVAL. IF fval NE NODATA_CHARACTER. "after this line...

Resolved! Authorization Group.

Hello Experts,Authorization group is freely definable which we can put anywhere in like master data etc. My concern is how to assign users to the authorization group in order to make this concept fruitful.Please help in this regard...Thank You very m...

Resolved! Reg. RFC call of FM.

HI All,I am calling a RFC FM in some other system. But while debugging I am not able to enter the function module.It directly comes to sybrc check. But some values are not getting update in the other system.But if I run the FM individually in system ...

Resolved! BDC Problem

HelloMy problem Definition is as follow **Internal DeclarationDATA:BEGIN OF H_ITAB OCCURS 0, MATNR(18), PLANT(4), END OF H_ITAB. DATA: L_VPSTA LIKE T130M-PSTAT. SELECT SINGLE VPSTA INTO L_VPSTA FROM MARA WHERE MATNR = H_ITAB-MATNR....

Labels in this area