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
    • 94789 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    URGENT

    Hi All,Scenario: A network is created for all missing parts for a machine using PS. This network contains certain materials & for these materials I would like to know what views have been maintained.I am trying to join the tables RSEB & MARA. From ta...

    ALV-report

    HII changed the field catlog in alv, I added some fields in field catlog.I am getting these fileds in hidden columns in the layout. but i need these fields in main column any suggestions to get changed fields in main column not in hidden columnsRegar...

    Resolved! Accepted Solution

    Length of a String

    Hi,i wrote a program to find the length of the string, but iam getting errors , plz let me know correct one.PARAMETERS: P_STR(30) TYPE C.DATA:W_LEN TYPE I.FIND LENGTH OF A STRINGW_LEN = STRLEN(P_STR).WRITE:/ 'LENGTH OF', P_STR IS', W_LEN.

    Resolved! Accepted Solution

    container with tabs

    hello guys ...shahid herecan we define a container with tabs in a report? for ex: a report program (not MP) , defined to a tcode. when we ran a tcode there will be a selection screen and we give input values in that and it will generate a container o...

    Shahid by Product and Topic Expert
    • 1607 Views
    • 5 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Length of a String

    Hi, I want to find a length of a string.This is my program to write the length of a string.But iam getting errors. Plz correct it.PARAMETERS: P_STR(30) TYPE C.DATA:W_LEN TYPE I.FIND LENGTH OF A STRINGW_LEN = STRLEN(P_STR).WRITE:/ 'LENGTH OF', P_STR I...

    Resolved! Accepted Solution

    very urgent pls help

    hi guys,i got some situation here pls helpi need to capture values frm an db table according to some sel condition like plantype,date n version.then i have to update one field in the db table s_seq this is update in the following manner suposse there...

    where-use help

    specification: i have a selection-screen : taking table names (mara ,ekko)i have to loop at list of table nameget all the fields of the tableusing field name scan all the abap cuctom developemnt...to find the custom code list all the custom code name...

    regarding BADI

    can any one help me out in implementing the badi vendor_data_add and vendor_add_data_cs what i have to write in the badi to implement mmy own sub screen in which method i need to write the code and how to get the data to my screen i dont have any ide...

    Resolved! Accepted Solution

    ALV

    Hi,this is Sandeep,I am trying to do an example on ALV’s by using FIELDCATALOG and GRIDLAYOUT… I am getting message as <u>“program terminated, short dump is being formatted”...</u>Below I mentioned that code...Please help on this how can solve that i...

    leave to screen

    Hi all,In a transaction i have used a screen exit , which allows the user to enter some extra fields and updates related db table.User wants to validate the data entered in the new field. To meet this i have hard coded some validations . If the vali...

    Labels in this area

    Explore this Area