Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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...

    Criticality.png

    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...

    2024-08-07_08-25-11.png
    sheenamk by Developer Advocate
    • 93446 VIEWS
    • 212 REPLIES
    • 39 Likes

    Resolved! 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! 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...

    ME11 -Info Category

    Hi All,While executing the transaction code ME11, I want to change the info category radio button ( Standard, Subcontracting, pipeline, consignment) depending upon the material type. And by default consignment radio button to be checked instead of ...

    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...

    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! 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