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

Resolved! BADI for Customer Data

Hi friends,i wanna implement the following scenarioIm looking for a Badi to read the customer data during changing and creating (via vd01/02 and xd01/02). Up to now I'm using the ADDRESS_CHECK which allows me to read out some data (only the address d...

ABAP-PARAMETERS

IF I TYPE A VALUE IN THE PARAMETER IN SELECTION SCREEN, THAN IF I PRESS THE TAB BUTTON OR CLICK THE ANOTHER FIELD, IT SHOULD AUTOMATICALLY CHECK THE DATABASE TABLE.... IF ENTERED VALUE IS FOUND IN TABLE... IT SHOULD SAY ''VALUE ALREADY EXIST'.

parameter

hi,how to maintain parameters side by side in a single line.the following code is not working.selection-screen begin of line.parameters : p_ven like lfa1-lifnr.selection-screen comment (10)10 text-000.parameters : p_cty like lfa1-ort01.selection-scre...

Resolved! Authority-check values

Hi all,I have created a customized transaction. In that program i want to check whether the user have autorization for the transaction e.g. create/change/display , depending upon that my program will flow.So to check user for the transaction i have w...

Resolved! Alv header problem

Hi Experts,I am using commentry write for displaying header on ALV. I am getting the output.I have declared a table like V_SLIS_T_LISTHEADER TYPE SLIS_T_LISTHEADER, V_SLIS_LISTHEADER LIKE LINE OF V_SLIS_T_LISTHEADER.I can append as many rows i requir...

Resolved! maintenance view

Hi experts i have created a maintenance view thrw utilities-table maintenance generatorand its working fine.but now i want to change authorization group and function group is there any way to change authorization group and function group .

performance tuning

Hi expertsI have the code as follows, its taking so much time to run and sometime go for time exits also.how can we increase the performance, can u do corrections or give suggestions.Thanks in advance.RegardsRajaramTABLES : bseg,LFA1,EKKO.TYPE-POOLS ...

Update infotype

I need to update infotype 22, 31 , 68. I am using function module "HR_INFOTYPE_OPERATION". But using this FM i can only upate the fields of infotype which are reflected in the infotype screen. I need to update other fields which are there in the PA t...

ALV output

Hi All,I have a report which gives list output. When i download this into excel sheet,( by following system-> list -> save -> local file -> spreadsheet) i get the output in a haphazard manner. I need this in a proper manner in excel sheet.My question...

Resolved! Month Names logic

Hi,I just want to get month names in output.If i gives '3' as input it has to display next 3 month names(September,October,November).If i gives 6 as input next 6 month names from September to February.Thanks,fractal.REPORT ZTEST2 .DATA : lt_month_nam...

Resolved! BAPI

Hi,I am new to BAPI. My main requirement is to create and delete Inspection type in QM view of MM02. Plz tell me how to find out if this can be done using the BAPIsBAPI_MATERIAL_SAVEDATA QIRF_SEND_INSPECTION_TYPESQPLS_INSPECTION_TYPE_SELECTthanks and...

Labels in this area