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...

    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...

    sheenamk by Developer Advocate
    • 94719 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    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...

    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
    • 3750 Views
    • 9 Comments
    • 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
    • 4444 Views
    • 12 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Problem showing screen in BDT

    I have tried to add a new tab ( screen ) to the business partner ( BP transaction ). I have gone through BUS2 to BUS 6. And when I open a BP and use TC "bdt_analyzer", my new screen shows in the screen sequence. But the tab is still not visible. ...

    Resolved! Accepted Solution

    CDHDR is not updating when update using a FM 'UKM_DB_UKMBP_CMS_EXECUTE'

    Hello,CDHDR is not updating when update a credit limit using a FM 'UKM_DB_UKMBP_CMS_EXECUTE' ,but when update using BP TCode the updating entries are inserted in CDHDR table, anyone has an idea why thas is happen , and how to fix it ?

    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! Accepted Solution

    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
    • 10509 Views
    • 12 Comments
    • 1 Likes
    Resolved! Accepted Solution

    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! Accepted Solution

    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

    Explore this Area