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

    Call transaction

    Hi gurus i have a problem with my call transactionCALL TRANSACTION IV_TCODE USING IT_DATA MODE IV_MODE UPDATE IV_UPDATE MESSAGES INTO OT_MESSTAB.in mode i enter the value 'A' , and all is fine, but when i chance the mode to 'N' the ...

    Resolved! Accepted Solution

    How to read mutiple excel columns from clipboard and populate table control

    Hi All,I have a requirement to populate two columns in table control from excel using clipboard. (Copy two columns from excel and then, click on a button on the screen and table control's two columns should be filled).I am using FM CLPB_IMPORT to get...

    Resolved! Accepted Solution

    Adding subcontracting components BAPI_PR_CREATE

    Hi, I am trying to create a PR using 'BAPI_PR_CREATE' -- I am able to create a PR without components, if i pass the subcontracting Components(Item cat as 'L'), the return structure comes up with error "Not possible to determine any components". I pas...

    Resolved! Accepted Solution

    Question on Derived Roles

    Hello Guys,I want to know what I am missing with derived roles:Role 1 has transaction 'MM01' which is Parent, gave full authorization to Org level and maintained authorization for material master.When I derive Role 2 from Role 1, i see all lights 'Ye...

    user exits

    Hi All,can any one guide me.I want to know if there are any user exits implemented for an application( Eg. VA01 other than user exits subroutines which i can see in se80 ) and if yes then how to find their project names.or i have to search each exit ...

    ME11/ME12 Security

    We need to restrict users access in ME11/ME12 from being able to create/change consignment info records. From what I have been able to find, there appears to be no way of doing this. I'm wondering if I am missing something or if anyone knows of a w...

    Resolved! Accepted Solution

    What is the code for entering data in tablecontrol as in smartform....?

    Hi 1.I create 2 tabs in Modulepool Programming.2.In First Tab, I enter the data and when i click the SAVE button the data should be saved in my custom table ZDILEEP.3.In Second Tab,I put an Tablecontrol and DISPLAY the data what i have to save in fir...

    Resolved! Accepted Solution

    How can I delete data from table that has only one field

    Hi Gurus,I have a little problem with deleting data from internal tabl.DATA gt_packages TYPE STANDARD TABLE OF devclass.I want to delete all entries which have value 'TEST'. How can I do this without using loop?DELETE gt_packages WHERE ??? = 'TEST' ?...

    Resolved! Accepted Solution

    select command on dfkkop

    Hi Forum,I've just started learning ABAP and thankfull for any help.When do a selection over the DFKKOP Table by using one of its Indizes (AUGST, VKONT, BUKRS and AUGDT) it still takes 2 Minutes to get results when testing in a real-data-environment....

    Resolved! Accepted Solution

    ENQUEUE_EPPRELE

    I am using ENQUEUE_EPPRELE to lock all infotype records in 2001 and it returds a foreign lock message. CALL FUNCTION 'ENQUEUE_EPPRELE' EXPORTING PERNR = p2006-pernr INFTY = '2001' EXCEPTIONS FOREIGN_LO...

    UCCheck

    Hi all,We have an upgrage from 4.5B to ECC6I have done the modification adjustment in SPAU for SAPMV45A.and i checked in uccheck there are unicode errors reported in uccheck.but in se38 it says stmt not accessible though it works fine in 4.5b it giv...

    Delete Routes thru BDC

    Hi Experts, i have a scenario where i am writing a BDC to mass delete Routes from the tcode 0VTC. The routes to be deleted are uploaded into the deletion program using an excel file. When i select a route and click on delete button in tcode 0VTC, i g...

    rnb86 by Participant
    • 1253 Views
    • 5 Comments
    • 0 Likes

    ALV header row

    HI,I faced a problem with ALV header row.some of the header rows does not shows all text ?!I filled field catalog asADD 1 TO col_count. wa_fieldcat-tabname = 'IT_OUTPUT '. wa_fieldcat-col_pos = col_count. wa_fieldcat-fieldname = 'SUMMER'...

    Labels in this area

    Explore this Area