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

    Resolved! Script

    Hi, I modified satandard script. it is displaying fine like fonts, logo heading in development and testing but in ptoduction i am not getting logo and fonts ect.please give me solution

    Resolved! query

    Hi All,I have to create a report based on a query(which user's were using previously), I have query name. How can I display the query to see the contents. What is the Tcode. Thank you.srikanth

    Resolved! Alv Heading

    Hi Experts,I m creating a report in which i want heading.I m doing like this but it is coming blank.What is the right method to do this .start-of-selection.perform data_select.perform set_layout.perform display.form top_of_page. clear: it_list_comme...

    Please help me

    Hi Guys!!! when I am executing the transaction GD23, am getting time out dump error,how can I identify which select statment getting so late to fetch the data.is there any transaction to find out the solution?Thanks in advanceRichard

    Resolved! Regarding BAPI

    Hello I am uploading data in VA01 using SD_SALESDOCUMENT_CREATE everything is working fine but at the end it is giving me an error ' Specify either address number or address handle'can anyone help me in this issue did i miss any field points for s...

    Resolved! alv report

    hi expertsthis is the required out put to be displayed,plse help me how to write the logic in alv report -Date - Material 1 Material Description Base quantity in kg = 100 - Packaging type Component Quantity Unit of measure Quantity k...

    Resolved! report alv

    Hi experts please help me to write the logic to the below requirement 1) Identify header materials with Material Type & Plant, Material Group , Material Number a) Go to MARA table get the material list for material type, material group, mat...

    Resolved! ALV problem

    Hello All,I need the solutions for the following.In the ALV output I am displaying a checkbox in edit mode, but I want this checkbox in edit mode for some records and disable mode for some other records depending on a condition.Ex.ITAB. Output fields...

    Resolved! Inner join

    Hi Guys I am trying to learn Inner join and I have written the following code...can you please tell me what I am doing wrong:REPORT ZMM_DETAIL.data: begin of it_mara occurs 0, matnr like mara-matnr, matkl like mara-matkl, mtart ...

    Resolved! program error

    DATA:W_NAME1 TYPE NAME1, W_ORTO1 TYPE ORT01, W_ADRNR TYPE ADRNR.SELECT SINGLE NAME1 ORT01 ADRNR INTO (W_NAME1,W_ORTO1,W_ADRNR)FROM KNA1 WHERE KUNNR = KUNNR.WRITE SY-SUBRC.SY-SUBRC IS RETURNING 4 WHEN KUNNR IS ENTERED AS 1.ANY IDEAS WHY IT IS...

    Types of tables

    Hi all,we all know that we have three types of tables in abap.1. Transparent table.2. Cluster table.3. Pooled table.Transparent table exits with same name and same no. of fields at datadictionary level as well as database level.whether Cluster tabl...

    USer Exit

    Hello I understood two ways of finding User Exits for a tranaction 1. GO to Transaction and then goto menu Sytem---> Status and find the program click on it search for includes in this program includes.2.USing a program which takes transactions and g...

    Labels in this area