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
  • 83568 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! Matchcode

we have a search help created called z_vmvaz (match code for reservation numbers) and when I tried to activate this, I am getting this message says No parameter assignment maintained for included search help Z_VMVAZNo parameter assignment maintained ...

BAPI EXTENSION

Hi Experts,I want to add new fields to a bapi, for example BAPI_RE_AO_CREATE, how can i do that? Example: The fields are in z... (zzaltitude) in structure CI_VIBDAO which is found in table vibdao. In this bapi there is an extention called EXTENSION_...

Resolved! Regarding Alv report

hi all,i have a req. in which i should place two iconsfor selecting all check boxes and another one for deselcting all.i did that the problem is where should i write the code to get that functionality?i mean should i write in any event if yes.. in wh...

KK07 by Contributor
  • 632 VIEWS
  • 5 REPLIES
  • 0 Likes

Resolved! query list

Hello,I have a query that holds data in all columns excepting one.In the END_OF_SELECTION (before list) I would like to loop the resulting query list and update the empty column.The question is how to find the name of the internal table that will be ...

Resolved! HR_READ_INFOTYPE issue

Hi everyone,I know that, we use HR_READ_INFOTYPE to read the data store in an infotype for a given emloyee (given pernr).Can I use the FM 'HR_READ_INFOTYPE' to read several infotypes for a pernr in the same time? (That is, use the FM only one time)....

Format

HI Experts, I want to format the amount ,If amount is coming like 134567.99 it must be format into 134,567.99If amount is comming like 134567,99 it must be format like 134,567,99.COuld anyone give me idea how can i solve this proble...

Down load file

Hi ,I want to download file from application server.I used cg3y In DIR_HOME i get - H:\usr\sap\ADA\DVEBMGS00\workin this my file name is PP_final_test_0905 in cg3y i give H:\usr\sap\ADA\DVEBMGS00\work\PP_final_test_0905 still not able to dow...

LSMW

Hi All,I am working on ECC 6.0.I want to know where can we write any code or any field validations while working with LSMW. At which step we can write our own code.Will LSMW will generate any ABAP code when we are work with LSMW?? where can i find th...

Disableing the Field ?

Hello ,I am having 2 input fields in which one is dropdown having YES and NO.And the second field should get automatically disable if i am choosing NO in my first field.For this requirement how i have to code.Till now my idea is in PAI...My codeZORMA...

collect

Hi Expertz,my data is somthing like this1234 em 1 12.20 2 34.50 1 23.10 1 12.201234 em 1 32.34 3 34.21 0 20.10 1 10.101234 sm 1 10.10 1 20.10 1 30.10 1 21.10after running this bit of code belowLOOP AT gt_output. AT NEW schemecode. gt_o...

Resolved! Adjusting Table

Hello SDNites,I have made changes in data element of a table field(from Char 20 to char 40) and activated it. Also I have adjusted the table using SE14. But still I am not able to maintain the 40 charatcer in this field via transaction SM30.Every su...

Resolved! Text for Radiobuttons

Hi,I created three radiobuttons on the selection-screen.SELECTION-SCREEN BEGIN OF BLOCK BLOCK1 WITH FRAME TITLE TEXT-001.PARAMETERS: rad1 RADIOBUTTON GROUP r1 DEFAULT 'X',rad2 RADIOBUTTON GROUP r1 ,rad3 RADIOBUTTON GROUP r1.PARAMETERS : P_PLA...

F1 Technical Information

Hi All,When I press F1 help on any filed on a screen and click on technical information Field Data tab is displayed.But in field data suppose the field is coming from a structure, the description under field data is shown as Table Name instead of Str...

IN operator problem

Hi,I have a function module.FUNCTION z_read..... RANGES zmfrpn FOR zp-mfrpn. CONCATENATE mfrpn '*' INTO zmfrpn-low. zmfrpn-sign = 'I'. zmfrpn-option = 'CP'. APPEND zmfrpn. CLEAR zmfrpn.....ENDFUNCTION.FORM stock. SELECT mfrpn matnr meins norm...

View on a single table

Hi all,my question is: does have any sense to use a view for a single table selection ?I need to make a selection on a db table and I haven't any value neither for the primary key nor for any secondary index.Can I improve the table access speed in an...

Labels in this area