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
    • 95002 Views
    • 212 Comments
    • 39 Likes

    SALV Issue

    Hello all,I am stuck in a peculiar problem.I have developed a SALV and i am sorting on 2 fileds say 'LOCATION' and 'PAYMENT METHOD'.Now when i an clicking on the summary button for the amount it is showing me the summary(I have aggregated the amount ...

    Resolved! Accepted Solution

    Reg: HTML Content display

    Hi All,I am having a requirement of displaying a HTML content(which is in internal table) in a text editor. Generally HTML content will have tags as shown below. <html> <head> <title>Sample</title> </head> <body> <basefont size=1> <table border> <...

    Resolved! Accepted Solution

    Regarding CLEAR

    Hi,My screen has 100 fields. I want to clear all the fields when I leave that screen.Do I need to write CLEAR for all 100 fields.... or is there any other simple way for doing this?Please let me know..RegardsSandip

    Resolved! Accepted Solution

    Remote function module (RFC)

    HiIn one of the issue, remote enabled FM 'RFC_CALCULATE_TAXES_DOC' is called from SAPCALL FM 'RFC_CALCULATE_TAXES_DOC' DESTINATION 'ABCD' (ABCD is other system - sabrix)Can anybody tell me the logic (there is no code in FM) , whether FM with this...

    Resolved! Accepted Solution

    error in alv

    there is a problem in downlaoding the alv grid report into excel.all the fields are comming correctly but only one fied is giving problem.sales order number (10 length) when download into the excel last digit is truncated and downloaded to excel. tel...

    Resolved! Accepted Solution

    LINE PRINTER PROBLEM

    Hi All,We are facing problem while printing a form ( Payment Advice ) through line printer ( EPSON FX1000 ) . The print preview and output will be different. For example, we have used new page format ( Half of A4 size ) and desgined payment advice....

    Resolved! Accepted Solution

    how to debug a smartform if i it can only open in display mode

    Hi All,I have to debug a invoice form into the quality server but i don't have access to change in smartfrombecause of that i am not able to add break point to a perticular program line of the form.is there any option to add external break point into...

    AT END OF problem

    Hi Experts ...hope you will help me out...I have use AT End of , expecting that will solve my problem.....but since iam new to control break stmt....iam struggling abit to fix it off...As per my code....The same value gets repeated for WA_FINAL-GROS...

    Resolved! Accepted Solution

    Enhancing standard report

    Hi All,I got a requirement to enhance standard report(SDV03V02) in this I have to add new field on the selection-screen and that field should be included in the select statement.sd that to get only those records in the output.we can do it by copying ...

    Resolved! Accepted Solution

    split not working

    i have converted the packed decimal to char format .i want split the numeric and decimal ..not able to do it the sy-subrc value is zero DATA: lv_menge(2), lv_Dec(2). CLEAR lv_menge. LOOP AT it_data INTO wa_data. SORT it_btext. R...

    Labels in this area

    Explore this Area