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

    delete

    I want to delete duplicate records from an Internal Table by comparing all the fields.CAN I use the code below or do i need to specify comparing fields. DELETE ADJACENT DUPLICATES FROM it_bsid.Shejal.

    Resolved! Accepted Solution

    Creating a Select-option with no-intervals and a parameter on a single line

    HiI have a unusual reqirment of creating a select-option with no intervals obligatory and a parameter on a single line. Is this possible? Can any one please provide me a solution for this. I reffered to the SAP help and what i found out is a single l...

    currency conversion

    hi friends,In Lsmw i have a requirement of converting currency format to usersetting format for eg if the input is1,2345.678 and my system settings is 1.2345,678the conversion should convert from input format to usersetting format.there are few subro...

    Resolved! Accepted Solution

    Add Months to a date.

    All,We have a requirement to add 'X' months to a date in YYYYMMDD format. For example, 20060101 + 13 Months --> 20070201Would appreciate if anyone can help me in finding a standard function module for this or could provide a sample ABAP code. Best Re...

    Resolved! Accepted Solution

    Parameters problem

    Hi, I wanna pass a parameters in a FORM but not like usual... somthing like PERFORM sub USING TABLE XXXX BUT XXXX is a text parameters like concatenate 'itab_' table-name into XXXX. Is it possible? I guess yes but how do it? Can you please help me TH...

    Resolved! Accepted Solution

    how to 'check' without case-sensitiveness??

    Hello,Can you kindly tell me how to check if a type range table has a corresponding (given) entry? The search in the type range table should be made case insensitive.eg: types ty_a type range of var1.where var1 has a domain which is case sensitive. (...

    Resolved! Accepted Solution

    how to convert DATS format to DEC for one date(urgent)

    Hi experts,I have to convert one date format to otheri have one field in DATS format,but the other date field is in DEC format.now i want to send the DATS formatted date to the date which is in DEC format.Useful answers will be rewarded.Thanks in adv...

    Resolved! Accepted Solution

    ALV Field Catalog Mystery

    HI All,I am hoping someone on here can help.I have an ALV grid program where I build a field catalog.I have been asked to add 2 more fields.When I add these fields they do not display in the list but can be added through 'Change Layout'.I have tried ...

    Resolved! Accepted Solution

    BDC_SESSION

    Hi.I want to know that on getting an error session after a session is ran how and what we do of that session and the flat file.For example, I have 1000 records out of which say 300 records gave me an error in the session.Then there will be an error s...

    Resolved! Accepted Solution

    Dynamic IF condition

    Hi Forum!I want to know if it's possible to build a dynamic logical expression for IF or CASE instructions and get it evaluated.For example:data: LogExp type string.LogExp = 'Sy-subrc eq 0'.IF (LogExp).Endif.Ordata: Var type string, LogExp type ...

    GOS Archive Link

    Hi'I need to store the files created in GOS -> Create attatchment on a seperat archiving system. Can this be done with out extensive programming?An other solution is to use "Store business Documents", but with the filename instead of "Document type"....

    Resolved! Accepted Solution

    smartform

    Hi experts,In a smartform when we dispaly it ,right hand side we have text type like <b>Include Text</b>.Suppose there isText Name : &SENDER&Text Object:TEXTText ID:ADRSLanguage: &LANGUAGE&Can any body tell me From where the values will come from?

    Labels in this area

    Explore this Area