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

Resolved! Performance issue

the query that is present in the custom program is    SELECT a~vbeln posnr matnr werks  INTO TABLE gi_vbrp                       FROM vbrk AS a INNER JOIN vbrp AS b                       ON a~vbeln = b~vbeln                       FOR ALL ENTRIES IN g...

submit program ?

dear all,In my code, i used "submit xxxx exporting list to memory and return" statement to get the data from the transaction iw69. i have no problem in it.but when i observed the out-put of transaction iw69, in that list out put fields like abc indic...

more than 10 columns in ALV TREE ?

Hi all,My requirement is to have a tree structured report.Mock layout.L1     |_ L2           |_ L3                 |_ L3A                 |_ L3B                 |_ L3CI also want to display the column headings of each level.The structure of the level...

Resolved! f4 help for custome field or zfield in infotype 0001 sap abap hr

Dear Experts,              There was a field which is added to infotype 0001 and through pm01. For that field it is showing there is f4 help but when we click on it it is not working. Can any one tell me  how to create f4 help for the Zfield in infot...

when user click on create button then filed1 value should come in disable mode in filed1, field2 should be editable.

Hi... My Requirement is in ist screen 2 input fileds like field1,field2. when user enter value in field1 then corresponding field2 value will be displayed. if there is no field2 value in table, then user ckick on create button and enter the value. my...

Need to fetch Item details for a customer having single sales order and multiple deliveries?

Hello , In the  sales flow If i enter a customer and finding a sales order . and for that sales order multiple deliveries are done with different delivery numbers.so when i am fetching the data , only for first delivery it is showing output....since ...

Resolved! DDIC Info dumping

Hi All,I am new to ABAP and recently working on Production support Project..Some  developer guy wrote the code for an object as mentioned below with the if condition comparisonIf Z_VAR = 'Sd'Else.Endif.Since the comparison value in the quotes should ...

Resolved! Drop down list value in module pool is not displaying when selected

Hi All,I have created a drop down list in module pool and defined the list in POV like below  list = 'XYZ'.  APPEND list.  list = 'ABC'.  APPEND list.  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'   EXPORTING      retfield               = 'ZEMAILGRP'...

Indexes in ABAP

Hi ,I have a question regarding Indexes , We are on ECC 6.0for example there is a table T1 ---> with index i1 carrying fields a,b,cand our select on that T1 table consists of fields c,a,b,e,f in the where clause ...What do u think would be better ? 1...

BAPI_USER_CHANGE error

Hi all ,I am trying to create a Service user for a portal application (EHP - 6 ) .When I am using BAPI_USER_CHANGE , its by defaulting setting the user type as Dialog user (USTYP = A ) even if I am passing the USTYE = 'S' i.e Service user .  Also thi...

Labels in this area