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

    DYNAMIC INTERNAL TABLE CREATION BASED ON THE CONTENT OF ANOTHER INTERNAL TA

    Hi AllI need to create an internal table at runtime.I have a selection screen parameter which is specific to country, Which can take values beloweg:- IT_AREA for Italy(IT)FR_AREA for France(FR)IE_AREA for Ireland(IE).....And similary for other countr...

    Smartforms

    I have created smartforms for Order Acknowledgement. I want to attach Terms and condition sheet to that form. That means whenever I print Order Acknowledgement, that terms and condition sheet also get print. How can I attach this mandatory sheet to m...

    Resolved! Accepted Solution

    hi guys need some help !

    I am not getting values from i_vbak ??plz check itREPORT ZTESTSAMPLE.tables: vbak.data: i_vbak like vbak occurs 0 with header line.CLASS C1 DEFINITION.PUBLIC SECTION.METHODS M1.ENDCLASS.CLASS C2 DEFINITION.PUBLIC SECTION.METHODS M2.METHODS M3.data: ...

    Resolved! Accepted Solution

    unicode conversion

    Hai experts please help for this issue.i want to print feet and inches output like 2 ' 10" for this in non unicode i am using the following code CONSTANTS: c_feet TYPE msehi VALUE 'FT', c_inches TYPE msehi VALUE 'IN'. * Create a d...

    LSMW?

    Hellowhen i am going to do Lsmw in ABAW t-code i am facing a prob in step number 5 i.e 'MAINTAIN FIELD MAPPING AND CONVERISON'.The error is something like this" U CANNOT AASING " AND IT RED COLOREDAND NOT ONLY FOR TCODE ABAW BUT ALSO IN ALL TCODES.PL...

    ALV

    Hi,Can anyone explain me in detail about the parameter I_SAVE in the function module 'Reuse_alv_list_display'.If the value passed to the parameter is ‘U’ then the layout should only be user specific.What variant is reffered here ?Is it the normal Rep...

    problem in quaries

    HiI have made one program , the program has no syntax error and is running properly but in the extwg (external material group)I am not getting data . my queries are as follow Plz help me its very urgent .RegardsRakeshSELECT mara~matnr extwg werks xch...

    Resolved! Accepted Solution

    a question about BOR

    Experts:when I create a new attribute of a BOR, it requires me to indicate the source -- virtual or database field, so what should I do, can anyone tell me the difference between the two? when should it be a virtual and when should it be a database f...

    help me

    Hi,I have 2 tables in my report ( mseg & mkpf ) and I would like to output [ mkpf-xblnr, mkpf-mblnr, mseg-wempf and mseg-menge]. Can you please help in solving my problem.I wort this code but it is not working: **************************************...

    Resolved! Accepted Solution

    Screen enhancement of the transaction code ML81N (Service Entry Sheet)

    Hi,I have a requirement to add some custom fields under a custom tab "Addional tab" for the transaction code ML81N (Service Entry Sheet).there wil be some flag fields(checkbox) within those fields to maintain the error handling.The data entered by th...

    Variants in dynpro

    hi all,I have a range object.RANGES:LT001_BUKRS FOR T001-BUKRSand when i click button on screen the below popup will come to fill the range.So i will get values in range object LT001_BUKRS.DATA: STR_TAB_FIELD TYPE RSTABFIELD.STR_TAB_FIELD-FIELDNAME =...

    BAPI Related

    Hi,I got a requirement in BAPI..so provide me step by step (Snap shots would preffered ) what is BAPI...How to find a BAPI for a particular Transaction / Program..and how to implement a BAPI..ThanksRajivEdited by: Rajiv Kumar Garg on Mar 27, 2008 6:5...

    Resolved! Accepted Solution

    report

    Hi friends.This is code used to display comp name.DATA : v_butxt LIKE t001-butxt. SELECT SINGLE butxt FROM t001 INTO v_butxt WHERE bukrs EQ '1000'. fheader-typ = 'H'. fheader-info = v_butxt. APPEND fheader. CLEAR fheader.But now requirment...

    Resolved! Accepted Solution

    Hi Abapers.

    While creating a remote enabled function module I am going through a error like this 'Generic types are not allowed in RFC' . I have selected pass by value through check box for parameters. How to get rid out of this error?Thanks.........

    problem in quaries

    HiI have made one program , the program has no syntax error and is running properly but in the extwg (external material group)I am not getting data . my queries are as follow Plz help me its very urgent .RegardsRakesh SELECT mara~matnr extwg werks...

    Labels in this area