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

    Screen Exit

    Hi Gurus,In Screen exit we have done the following things ,1) Append stucture for the newly added fields2) Subscreen3) Function Exits to flow the data to and from the screen,program and database.4) Connecting the newly created screen to the main prog...

    Parameters

    Hi,I have 4 parameters in the selection screen.All of which are not abligatory.Here I have to include these parameters in the select statement depending on the data in the parameters.If the parameters have no data the I have to write the select with ...

    Resolved! Accepted Solution

    Cannot activate

    Hi,My work unit consist of a main program (Z_MAIN) and an include program (Z_INCLUDE). It looks like this...in the main program: report z_main. ... ... select-options: s_budat for mkpf-budat, ... ... perform write_date.in the inc...

    Resolved! Accepted Solution

    Sub Screen

    Hi Gurus, Am studying screen exits scenario. When am studying this scenario am getting a doubt that when creating the screen with transaction se80 and develop the screen in a particular function group. Normally function group is used for functiona...

    Resolved! Accepted Solution

    Problem in alv

    HiI want to know how can i build group of alv in one screen.The fields in the alv's will be different.For example:In alv 1 i will have fields material , description.In alv 2 i will have fields company code , plant.In alv 3 i will have fields materia...

    Resolved! Accepted Solution

    Diable button ALV

    I want to disable a button(TRAN) after I press TRAN total alv grid is displayed with refreshed data. i dont want user to press TRAN again, it should b disabled.Should i write set pf-status 'ZINV' EXCLUDING ' TRAN '. in pai ?below is my code .Please ...

    message class

    hi i am trying to give a message that will be like this:1234(say) g/l account is valid for the profit center 2345(say)1235(say) gl account is valid for the cost center 2345(say)1345(say) g/l account is invalid for the profit center 2345(say)1345(say...

    Resolved! Accepted Solution

    EDI Inbound Process

    Hi, Can somebody give me the procedure to process Inbound IDoc in EDI? Also, what is the significance of QUALF in the segment definition? Which is the Exit that we need to modify to carry out validations on the data in the Inbound Idoc?Thanks,Joh...

    Resolved! Accepted Solution

    Authorisation-check-

    Hi, I have a selection screen with BUKRS having from and to range.I have to do an authorisation check for this company code such that user should have authorisation to post FI documents for the company code.For this should the object for the company ...

    Resolved! Accepted Solution

    How to link driver program

    Hi friends,I understood from SDN that following are smartforms for the topics.1)Smart form for Delivery Note.LB_BIL_INVOICE smartformRLB_INVOICE Program2) Smartform for InvoiceLE_SHP_DELNOTE smartformRLE_DELNOTE Programi) In real world ,What are mos...

    Resolved! Accepted Solution

    Disable Radiobutton

    Hi,I have this in my selection-screen:SELECTION-SCREEN BEGIN OF BLOCK bloq4 WITH FRAME TITLE text-004.SELECTION-SCREEN BEGIN OF LINE.SELECTION-SCREEN COMMENT 1(31) text-c01.PARAMETERS: p_mature TYPE c AS CHECKBOX USER-COMMAND ucom.SELECTION-SCREE...

    Resolved! Accepted Solution

    sorted tables

    eg. is this way of doing correct for building sorted table?will this lose the binary properties for quick access? sort standard_itab by a b c. sorteditab[] = standard_itab[] or should it be this way? using insert? loop at standard_itab into wa. ins...

    Resolved! Accepted Solution

    Substitution for FB60

    Hi.I want to put the Substitution for FB60.We have fi,co and hr modules.our requirement is 'automatic picking of the COST CENTER when EMPLOYEE CODE is input while booking the vocher in fi through FB60.I know that it shouls do through OBBH t.code. Can...

    Labels in this area

    Explore this Area