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

Resolved! Retrieve STMP_ADRESS

Hello.Does anyone know a FM that return the smpt adress when it receives a uname ?I've been looking for something like that but can't find it I have the fm 'SUSR_USER_ADDRESS_READ' wich returns me everythin i need (address , tel number etc) except th...

Resolved! Download time out in BDC

Hi All,I'm using the FM 'GUI_DOWNLOAD' to download entries from a table.It works well , however if the records are more than 200000 ( 2 lacs), it throws an error which says time out & program terminates. Please assit me in overcoming this time out e...

Summation

I am using an OO ALV for display. I am showing the orders as per the day. now i need to sum up the orders for each day. the text ' SUM : XYXXX' should be shown in a row after the last maximum order of a day. so it changes dynamically. How can i make ...

Resolved! Reg:Delete

Hi all,I have retrived data from an DB table.From the retrieved entreis deleted entries where werks not in Plant on the screen.for this i have used the code delete itab where werks ne s_werks.is this the corect code.Bcoz even though werks = s_werks t...

Cheque printing

Hi Friends,While taking the cheque print out using T-code FBZ5, if the line items are more than 25 items (ie., 25 invoices), the cheque is getting printed three times but the first two cheques are getting cancelled automatically, and only the third...

Resolved! Color cell

I am getting suceess in this code, but i am getting same color on Filed ' Sunday ' in index 7, i need the color only on index 2. how to solve this ? READ TABLE GT_BPSTAB INTO WA_BPSTAB INDEX 2 .IF SY-SUBRC = 0. MOVE 'SUNDAY' TO LS_COLOR_CELL-...

Resolved! enhancement

hi experts, i got the requirement like this, everyday we are uploading payments file into sap. when upload finish i need to clear the credit line items against the debtor line items using tcode f-32. it has to be done automatically, no user...

Resolved! printing form

Hi Friends,Need ur help in printng form.(script-Rvorder01.)To display Row1-item,matnr,price,qty,total.Row2-Description,Bed,Ecs,Vat.requirements:1)To give/print index(serial no)to the records appearing in the main window.I tried to define a text-symbo...

abap

data : l_labst like mard-labst, g_labst like mard-labst, h_labst like mard-labst, i_labst like mard-labst.loop at it_mard into st_mard. loop at it_batch into st_batch where matnr = st_mard-matnr. at new charg . sum. check...

download to xls

Hi all,I am using submit program1 in program2 and exporting the list to memory. i am passing a variant also.I am able to retreive the list when i run program2 in background using list_from_memory and list_to_asci.in program1 i also have logic writte...

Resolved! hi

hai iam having some doubt in badis.i had defined the badi after that in the implementation when i double click the interface then iam getting thismethod ZIF_EX_DURGA111~ADDINGTWONUMBERS .endmethod. here i need to do some coding which is in invisible ...

New to ABAP

Hi Forum,Iam a SAP CRM functional consultant and have a fair idea about C programming & tables and relations. I would like learn ABAP and I request you experts to guide me how I can start learning.Are there any documents available which will explain ...

Performance Issue

Hi,Can anyone let me know where exactly the performance is getting slow in the below code. My final internal table here is <b>i_iflot</b>. It contains around 30000 Records to be displayed in the output. For less number of records the performance is g...

To Find User Exit

Dear Experts,I had developed the report for finding the user exit for a given transaction. But it includes hotspot for exit name. when i click the exit name, it calls transaction SMOD. and displays the function exit name.But my requiremnts is alon...

Labels in this area