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

Excel download

Hi All,I am downloading data in excel from an internal table using GUI_DOWNLOAD . data is correct but few rows it is showing in one cell. on old screen system if i see that data it is found okay but on new screen(flat screen) it is concatamnating mul...

Reg type and like

Hi All,Often we have been told that type should use instead of like?How it is adavantage is it performance wise it is better?I have a problem in my report some performance issues I have used type to declare fields in alv int table the reason for this...

Resolved! BAPI

Hii m using BAPI_ISUPARTNER_CREATEFROMDATAThis BAPI is for create business partner. and makeing entry of BP in but000 table but here we have modified a table and put connection object in CI_EEW_BUT000 (customer include) and add connection object HAU...

DATE VALIDATION

1) My requirement is to validatecurrent date of system(sy-datum) and past date in selection screen.If difference between these two dates more than six months than one error must display.for example assume current date = 21/02/2008 & past date = 19/...

Select all button

Hi experts I did a code like this in my select all button its working properly but my back button goes back on the last action I did.code:LOOP AT it_ltak INTO wa_ltak. wa_ltak-sel = 'X'. MODIFY it_ltak FROM wa_ltak TRANSPORTING sel. ...

Resolved! DATE VALIDATION

1) My requirment is to validatecurrent date of system(sy-datum) and past date in selection screen. If difference between these two dates more than six months than one error must display.for example assume current date = 02/21/2008 & past date =

how to increase the maximum allowed size of the screen element Box,Table

Hi,It is urgent..we generating ALV with oops using custom container..as belowwhile creating we created screen '9000' with box first and then custom control placed on it and then...so an..here we have an issue how to increase the maximum allowed size ...

report

hi experts,i have fs : Selection screenDescription Field Remark_1 Remark_2PLANT WERKS Single mandatoryDATE BUDAT Range MandatorySHIFT KAPTPROG Range OptionalMRP CONTROLLER DISPO Range OptionalPRODUCTION SCHEDULER FEVOR Range OptionalDepartment VERAN ...

Hello ABAPer EXPERT

I want to understand this project.Please Help me.Project Name: Payroll customization**Description **: This project is aimed to enhance the functionality of the HR module according to the requirement of the organization. This enhancement is to provide...

Resolved! Custom IDOC

Hi Experts,while creating custom IDOC we need to create a FM i.e., (Posting program) which is used to fetch the data from IDOC and post the data into DB.there we need to call 3 FM's 'EDI_DOCUMENT_OPEN_FOR_EDIT''EDI_CHANGE_DATA_SEGMENTS''EDI_DOCUMENT_...

Labels in this area