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

    LDB problem

    Hi, Gurus,I don't have so much idea of LDB. but according to the requirement I need to use LDB. Inside of the LDB selection screen is also defined. Where I have to use some of the parameters from that and some will be my own define. Can any one tell ...

    Resolved! Accepted Solution

    Abap related knowledge

    Hi Experts,I am layman of this kind of Abap language.Now my job requires to understand these things also.As SD functional Consultant,I need to understand the following things.Can anybody guide me how to understand these kind of stuffs. FORM KOBED_002...

    Parameter text

    Hi All,I have the following parameter like this in my program:parameters: p_dl(60) type c.So, When I execute, I'm getting 'P_DL as the text for this parameter.But I want a different text for the parameter. like 'Distribution'.How can I achieve this?T...

    Resolved! Accepted Solution

    Logic needed pls help

    Hi I need to create one new ALV report.I need to extract BUDAT, MONAT, SAKNR, AUFNR, SGTXT, BLART, WAERS fields in one internal table, and display these in to ALV format.main table is : BKPF & BSEG.i extracted budat belnr monat blart waers into it...

    IDOC

    Hi allWould anyone please give the step by step procedure for creating and transferring idocs from scratch, please dont give me the links, explaining clearly will be a great help.Thanks in advance..

    MIGO - message ID

    Hi Abap Gurus,When I post a Good Receive via tcode MIGO an error message ID appeared due to a condition which is not met correctly and the error message ID actually is coming from the customised message maintenance via SE91. I have debugged the MIGO ...

    Resolved! Accepted Solution

    Short Dump

    Hello Friends in Transaction LT03, in the second screen when I click the transfer order button it dunps.I have debugged the program to see whats the problem and have observed that it Dumps at function module NUMERIC_CHECKand the statement where it du...

    Resolved! Accepted Solution

    System asking me to fill MANDATORY fields, even I used EXIT-COMMAND for F3

    HI Experts,issue- there is mandatory field in the screen, so, am using the folllowing code, system asking me to fillup the mandatory field.then, i used exit-command, but, still its asking me to fill the mandatory fiels???????????code is,process after...

    Resolved! Accepted Solution

    append structure !

    hi..!iam having doubt about Append structure ?for a standard table we will add fields using Append Structure .similarly Can we add a Structure using append Structurerather than a single field.(i created a structure in data dict. with five fields,can ...

    BADI or UserExit

    Can someone give me the BADI or UserExit triggered when the Planned Order is being created for a Sales Order through MD04?I need to change the Quantity on the Planned Order when its created or need to change the Quantity when the Sales Order Quantity...

    Resolved! Accepted Solution

    Concatenate the 2 fields

    Hi, My doubt is i wrote the concatenate statement to 2 fields like this DATA : V_AWKEY TYPE STRING.LOOP AT T_OUT.CONCATENATE T_COBK-KOKRS T_COBK-BELNR INTO V_AWKEY.T_OUT-AWKEY = V_AWKEY.ENDLOOP.after concatenate how to inser the concatenate fiel...

    Resolved! Accepted Solution

    The declaration of a type can function as the inner join of two tables?

    We found a code which is very interesting! It seems that to declare a type can actually inner join two tables?We have two tables T1 and T2. T1 contains the following fields: f1, f2, and f3.T2 contains the following fields: f3, f4 types: begin of z...

    Resolved! Accepted Solution

    CHAR23

    Good Day ...My app dynamically creates a DDIC Table.Because I have no idea of what field lengths will be for CHAR types until runtime, I query DD01L for type = CHAR leng = n. If the query fails I increment n and query till a result is returned. This ...

    Labels in this area

    Explore this Area