Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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...

Criticality.png

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...

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83902 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! 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! 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! 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! 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! 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! 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! 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! 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! 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! 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