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

Resolved! Transport request table maintenance generator succeed but result not displayed

I create a table and a table and a maintenance generator. I transported them in two request and both succeed. I can see the table in SE11 and maintenance generator program in function group. But in SE11 table's maintenance screen I can't see the tran...

identify filepath table or location i.e getting generated in Function module FILE_GET_NAME

Hi Experts, I have given the input details to Function module FILE_GET_NAME with client = 400, Logical filename = US82C and in output i am getting the filepath details and i would like to know from which table or location this filepath data is bein...

When using PNP logical database, "Further selections" is not appearing in the menu

I have a program which uses the PNP logical database. One can usually select the "Further selections" button on the menu bar to add more fields from the PNP LDB onto the selection screen. My issue is that on the dev system this button is not avai...

How to prevent Eclipse ADT from generating Pragma ##ADT_SUPPRESS_GENERATION into exception classes?

I want to use Eclipse ADT with a basis release 7.51 as a backend development system and then transport some components, including exception classes, down to a basis release 7.01 with which the software must be compatible. This works ok, except if I e...

bmolitor by Explorer
  • 3335 VIEWS
  • 9 REPLIES
  • 3 Likes

BDC on VI02

Hello All,My requirement is to change SCD in VI02 for 1) Add a new Item category2) Delete account assignment for settlement date 3) Account Assignment4) Add subitems for costs with condition code5) TransferHence i used BDC programming with call trans...

Type conversion

There is a data of type TRUXS_T_TEXT_DATA which needs to be converted into type string. How can it be done? I've tried direct method, calling classes, but these methods aren't working. Any suggestion as to how it can be converted into string type...

Tanishaa by Participant
  • 3855 VIEWS
  • 12 REPLIES
  • 0 Likes

Update shipment status using BAPI_SHIPMENT_CHANGE For Planning ,Check-in in database

Hello Experts, I have written one driven program to update this shipment status in database as well as in the VT02N. Here I am attaching my code please correct me if anything is wrong. DATA: w_headerdata TYPE bapishipmentheader, w_headerdataacti...

How to combine multiple internal table into one final internal table without header line and joins?

Hello experts, I am stuck at a place where I am able to pull out the data from 5 different tables but not able to put all the data into one final internal table without a header line for the creation of the ALV report? Those five tables are- KNA1, ...

Resolved! Is there a simple means to check for multiple parallel executions of a program?

Hi Folks! We have a custom program which is sometimes causing issues on our HANA-DB when run with too big a selection, especially if run more than once at the same time by the same or different users. While troubleshooting the underlying issue and ...

ABAP Type Editor in SEGW

Can anyone tell my why is everything in my ABAP Type Editor actually uneditable?I'm trying to create odata service and as you can see in messages below I came across some warnings. I tried to change Type Kind to PACKED, length to 8 and Decimals to 0,...

bojani by Explorer
  • 8416 VIEWS
  • 12 REPLIES
  • 1 Likes

Resolved! json to convert abap

Hi experts, I try l_json = {"connid": ["200", "300"]} to use following codes convert the abap data.but the results the ps_output is empty.how to confine ps_output ? /ui2/cl_json=>deserialize( EXPORTING json = l_json pretty_name = /ui2/cl_json=>p...

Resolved! don't display alv data

Hi Experts I don't know why alv is not displayed now . Can you help me ? Thanks. The code is following: REPORT ZJGLTEST01 . DATA: oref_alv TYPE REF TO cl_gui_alv_grid, ok_code TYPE syucomm. *----------------------------------------------...

Labels in this area