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

    LIKE usage

    Code#1DATA: ITAB LIKE SPFLI. With that code#1, we copy the table structure of spfli table (correct me if I am wrong or missing something with my statement). Code#2DATA: BEGIN ITAB, C1 LIKE SPFLI-CARRID, END OF ITAB. With this co...

    Resolved! Accepted Solution

    background Job

    Hi frens, is there any way to change the job Status to Cancelled other than using the FM "BP_JOB_ABORT " or else please give me what parameters need to be passed to that FM.And is it possible to add a custom message in the Job Log.thanks..

    Resolved! Accepted Solution

    Printing a spool

    I experts,I created a spool with the NEW-PAGE PRINT ON/OFF instruction.I used the addiction PARAMETERS p_param where p_param is initialised with the GET_PRINT_PARAMETERS fonction module like this :Call Function 'GET_PRINT_PARAMETERS' Exporting...

    Resolved! Accepted Solution

    Blank msgtyp return

    Hi everyone, I have a situation where a function module is returing a " " msgtyp which throws the dump with exception MESSAGE_TYPE_UNKNOWN.Function module is MS_EXCEL_OLE_STANDARD_DAT.What is the best way to handle this.Regards,DNP

    Resolved! Accepted Solution

    [SWFVISU] Pass iView parameter to Web Dynpro ABAP

    Hi,Here is my problem.My Web Dynpro ABAP Application should be made available for 1 language only.The best option I had was to :- integrate this WD application as an iView within EP 7- customize the SWFVISU transaction to call this iViewThe problem i...

    Resolved! Accepted Solution

    Radio Buttons

    Hi Guy's,Please help me friends presently i am working in creation of radio buttons, using se-51 created two radio buttons also assained to one group.1.Radio Button - Zun12.Radio-Button - Zun2I have 2 doubts:1. when we work with radio buttons what w...

    Resolved! Accepted Solution

    Type P issue

    Hello gurus,I am dividing 0.7600 by 1000 --- the value shoud be 0.00076The variable in which this value is calculated is type P decimal 6.Now after dividing i get a value equals 0.000008.I dont know how to go abt it.also when i changed the type of th...

    Resolved! Accepted Solution

    pointers

    Hi AL, IF BKPF-WAERS NE *BKPF-WAERS. IF NOT RF140-WAERS IS INITIAL. *RF140-WAERS = *BKPF-WAERS. ENDIF. IF NOT RF140-WAERS2 IS INITIAL. *RF140-WAERS2 = *BKPF-WAERS. ENDIF. IF NOT RF140-WAERS3 IS INITIAL. *RF140-WAERS3 = *BKPF-...

    Resolved! Accepted Solution

    Current exchange rate

    Hi Guys, i need your help please.Following situation: Transaction SE16: I open the table TCURR and set the RateType to a user defined type. I get a result table with content.But if i try to run the BAPI "BAPI_EXCHRATE_GETCURRENTRATES" with the same u...

    Labels in this area

    Explore this Area