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

    Getting cl_abap_structdescr for method parameters of LOCAL classes?

    Hi guysI have a bit of a of a problem with getting an instance of the cl_abap_structdescr class for a method parameter type of a local class. The RTTI structure abap_parmdescr can only be used to diffrentiate between the basic built-in ABAP types and...

    Resolved! Accepted Solution

    getting field and table

    hai allIs there any easy method to find the table name and field name from short description for a particular field?(i had only short description of a particular field..i need field name and table name )kindly helprewards will be given for useful ans...

    user exit

    Hi all.1.what is diffrence between CMOD and SMOD?2.Is it possible to add the code in SMOD without CMOD ?3.what is the use of Project in CMOD?4.Is possible to create two project for same exits?Pls help me.To be reward all helpfull answers.Jay

    Resolved! Accepted Solution

    Condition Type

    Hi,Can anyone please tell me from which table I can get the description correspdong to a Pricing condition type. I looked in tables KONV, KONP, KOND, but I couldn't find in any of those.Please let me know which table will have the description for the...

    Resolved! Accepted Solution

    tables

    hai allIs there any easy method to find the table name and field name from short description for a particular field?(i had only short description of a particular field..i need field name and table name )kindly helprewards will be given for useful an...

    Resolved! Accepted Solution

    NEED HELP IN CODING

    Hi Gurus,The following code DATA : lv_matnr LIKE mara-matnr. DATA : itab2 LIKE itab1 OCCURS 0 WITH HEADER LINE . DATA : itab3 LIKE itab1 OCCURS 0 WITH HEADER LINE . DATA : index TYPE sy-index . LOOP AT itab1 . AT NEW matnr . APPEND itab1 ...

    Resolved! Accepted Solution

    problem with structure...

    hey there,im new to abap and i have the following problem:zps_s_mass is the structure which i need it later to show in an ALV. the program searches the table it_nexceltab for an identical entry in the table it_XXX1. if it finds an itendic entry it mu...

    Resolved! Accepted Solution

    Output the record

    hi this is ravi please help me how to code for the folling Create a work area with the following fieldso EMPNOo EMPNAo EMPIDo EMPDA (Joining Date)o EMPSA (Salary)1. Initialize the EMPDA to 30/01/2008 and EMPSA to ...

    Resolved! Accepted Solution

    download spool in desktop

    Hi all, I need to download the content of a spool in the user's desktop(my spool contains the result of a report). There is a program which do that but it generate a PDF file, i need a text file. Could you please tell me if there is a function, progr...

    Resolved! Accepted Solution

    itab sum

    hi,i did like this.loop at gt_item into wa_item. sumtotal = sumtotal + wa_item-wrbtr .endloop. gt_item having 53 records.all are summing in sumtotal field but after 40 record that sumtotal is 0000. then its giving runtime error.why its like this?

    Resolved! Accepted Solution

    Generic pattern to store name value pairs into table from a long string

    Hi,I am very new to ABAP. I have a requirement where I have a long string like this "FirstName=abcd AND SecondName=xyz AND LastName=123 AND......" and for sure the name value pairs will be a seperated by string "AND" but theneither names nor their va...

    TABLE CONTROL

    Hi i want to add records in table control at run time in screen painter. how i add these because when i adding first record its ok,but when i add second record in second row the first record is flush out when i press enter buttonso what is solution ...

    pdf generation

    hi experts,my requirement is to generate a spool request as soon as i press F8 or i execute my classical report. My classical report's output should get copied into a spool request.At the same time, i want to catch that spool request number at runtim...

    Resolved! Accepted Solution

    SAR file in OSS note

    Dear All,I read lot of message on the forum concerning the SAR file but it's always for me a big ????I want to implement the SAP note 1108749, and I must "Please apply the attached SAR files". The tool "SAPCAR" is implemented on SAP server ? In the ...

    bdc update

    hi guyz,At the moment only one user can apply condition type if two users apply at the same time its taking the only one and declining the other...so now i want to make it sure it should work for both the users..Program (at present) :DATA: lv_disco...

    Idocs not updated.

    hi, i am using an Idoc message type : HRMD_A and basic type : HRMD_A07 for updating values in the segment EP10105 in LSMW. When the Idocs are processed they are getting posted succefully, but the values are not getting reflected in the table.any su...

    Labels in this area

    Explore this Area