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

    cash receipt form

    i am failing to get a print preview of the cash desk receipt printed in transaction fpcj. i have identified the smartfom used for the receipt in EFRM. is any config that needs to be done before previewing the form. i am on version ECC 6.0

    Resolved! reports

    Hi,I have declared a select-option variable.At field validation level what is the need to do for field-low value validation and field-high value validation. Instead of that cant we do the complete field validation.Regards,siri

    sum in alv web dynpro

    hi,how can i sum in alv webdynpro i can write code for totalling but i can not see result in my alv reportCALL METHOD L_VALUE->IF_SALV_WD_FIELD_SETTINGS~GET_FIELDEXPORTINGFIELDNAME = 'PRICE'RECEIVINGVALUE = l_colsum .data : agg_sum type ref to CL_SAL...

    Resolved! SMART FORM

    HI ALL, WHEN I DEFINE TABLE IN SMART FORM AND WRITE IN ITS DATA TAB IT_TAB2 INTO WIT_TABNOW WHEN I ACIVATE THIS FORM THEN AN ERROR MESSAGE COME.%MYTAB1 "IT_TAB2" is neither specified under "TABLES"nor defined as an internal table...

    Resolved! CRM BADI ORDER_SAVE

    HiSince no documentation exist on most of the CRM Badi's, I am a bit in the dark about using these. This ORDER_SAVE is what I want to use, but have the following issues. I want to check a auhorisation object on the ACTIVITY REASON dropdown field. So ...

    Resolved! Z-Userexits,tables,programs

    Hi Folks,1.What is the best way to find the ztable that are available in Production? SE12 and Z* ?2.What is the best way to find the zprograms that are available in Production?SE38 - Z* ?3.What is the best way to find the Userexits that have been mo...

    kiran_k8 by Active Contributor
    • 2344 VIEWS
    • 8 REPLIES
    • 0 Likes

    long text

    I ALSO HAVE an & variable that appears just as & in the long text, how to correct this.I just created a new message using se91 with 900+ numberNow I want to add long text to this messageWhen I click on long text I get the following message&Cause&& sy...

    Resolved! finding specific code

    Dear experts, I need to modify the code in xd01 transaction. i need to find out where the data is updating in the ztable (zvtodcase) , then i need to do some changes. my problem is i don't know how to loacate the place the piece of code returnpls ...

    Resolved! Date

    Hi SDN'sI have a date in format DD.MM.YYYY how can i convert it to DD.MM.YYand again from DD.MM.YY format i need to convert back to DD.MM.YYYY format.Please suggest as to how to do it?RegardsPratyusha

    reg write statement

    Hithe below code produes d output as ABAP.DATA: name(10) TYPE c VALUE 'SOURCE', source(10) TYPE c VALUE 'ABAP', target(10) TYPE c.WRITE (name) TO target.WRITE target.what is d logic behind d code? write (name) to target. what this line of c...

    Labels in this area