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

    sapscript-logo

    hi gurus,is it possible to display different logos based on different company codes,displaying footer address based on the sales office and printing bank information based on company code.if possible plz let me know ASAP with hints and code.best solu...

    Resolved! Accepted Solution

    help me in bdc

    Hi frnd... i hav a doubt in bdc that when we go for call transaction or session method for inserting data into respective tables, we come through errors.so can anyone help me how to handle error.so we say that we delete successful records and repr...

    Include Text

    Hi all, In ME21n, P.O-Header, Text Strip whatever the user enters should be displayed in the output(SAP Script). For that i am using Include Text instead of calling Read_text. But i am not finding transparant table to use standard text. I need Text-n...

    Attachment

    Hi All,Plz send me details that how can i create a similar functionality behind the Create attachment Button in TXN So00 i debugged but its really confusing there r many screens and as well as many progs which they have integrated!!!U can even mail m...

    Resolved! Accepted Solution

    Calling a protected method

    Hello All,I want to call a protected method of a call, i was trying to search for a solution and i found two options for this. One is calling the method within the class and other is calling the method by creating a subclass and then declaring the me...

    LOOP AT SCREEN

    Hi guys,i have one requirement like .In selection screen i have 5 parameter.one para meter as list box.when i entered '1' in listbox ,i need to disacle another parameter.if '2' entered ,i want disable another field.How can i do.i written like AT SEL...

    BADI's

    Hello all,When I hit 'save' button on a screen in a trasaction, it will call a BADI which has some code for validations. If a validation is failed it will bring up a popup to continue or to cancel. If the user hits 'continue' I want to stay on the sa...

    Resolved! Accepted Solution

    Name of a checkbox

    Hello,I need to create a check box and give it a name.This declaration:PARAMETERS: my_name AS CHECKBOX.limits my_name to 8 characters only.How can I declare a name for a checkbox which is greater that 8 characters?Thank you.

    Resolved! Accepted Solution

    ITAB LOOP

    HI,this is program i got and trying to execute..REPORT sapbc400tss_itab_loop .DATA: it_spfli TYPE sbc400_t_spfli.DATA: wa_spfli TYPE spfli.START-OF-SELECTION.SELECT * FROM spfli INTO TABLE it_spfli.IF sy-subrc = 0.LOOP AT it_spfli INTO wa_spfli.WRITE...

    Labels in this area

    Explore this Area