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

    Resolved! RM_BOM_EXPLOSION

    Hi all,with function module RM_BOM_EXPLOSION I want to get details from the BOM behind a PO, like in transaction ME23N on item level tab 'Material' button components. How can I get those information and which of the function modules parameters I have...

    Resolved! Error message in an exit

    If i want to give informative message in an exit like for eg. when the exit fires , i should be able to display information like "Error occurred due to", "Solution" etc. how can i do it. Right now i am able to write a single sentence, but if i want t...

    Regarding BDC

    Hi All, I need to create a bdc for tcode 0vrf. In first screen i need to pass 4 fields and in second screen i need to pass 3 fields. In second screen records can be multiple. how to write a bdc for this. Could you please suggest me?

    Resolved! delete

    Hi Guyz,How can i delete entries in the internal table based on the selection screen , ie, i have range of clientnumber on the selection screen..i should delete all my entries in the internal table which are not equal to the client numbers based on ...

    VA02

    HiA requirement for the reconciliation process between the invoice and purchase order is to have the purchase order item on the billing document. To meet the requirement to include purchase order item, the values must be added on the Sales Document l...

    Resolved! Error in ABAP code

    Hi experts..There is one one routine in BI which is written in ABAP..When I try to compile that code.. it gives me following error : E:Field "/BI0/APP_O0100" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement. ...

    Resolved! Delete fields on ztable

    good day gurus.i made a ztable having 7 fields. After which, I activated and nothing goes wrong. No error at all. However, I decided to delete one field of my ztable.. Now there is now error which states:TABL ZAP_OR_LIST was not activatedCheck table ...

    SHA1 algorithm ABAP

    Hi,I work for HCM - GB Payroll Team.I need to use the SHA1 algorithm implemented in ABAP in 1 of my programs. Is there a function module in the SAP system in the HR landscape that I can use for this purpose?I will be working on the development follo...

    Columns in ALV

    Hi All,Can anyone tell me how many columns headers can be displayed in an ALV grid. I have written a report using ALV grid to display a long text and 70 fields but it is cutting on the 44th field but my client wants all column headers in one line...C...

    Resolved! How to supress window

    Hello Experts,I am using SO_DOCUMENT_REPOSITORY_MANAGER to send a mail with PDF as attachment(PDF file stored on local drive). but while sending i am getting pop where i need to click on send button to send a mail.I want to schedule my program in b...

    Enqueue - Dequeue

    Hello!We want enqueue the execution of a FM. So, we do:CALL FUNCTION 'ENQUEUE...'.CALL FUNCTION 'DO_SOMETHING'.CALL FUNCTION 'DEQUEUE'....If an error message occurs on FM 'DO_SOMETHING', the function dequeue is not executed. Do you know how we can re...

    Labels in this area