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

Hi Experts,,

I have requirement For Data to Down load from Application Server to Excel sheet.But , here the requirement is to pass the same data into the Different sheets of Same Excel file .( It means Each Excel file haveing mulltiple Excel sheets ).If any bod...

Resolved! no batch data on screen

Hi,A BDC program works fine when executed in foreground ( for a <b>call transaction with mode A</b> ), however, the same program gives error when executing it in background ( with the same data, all the values are same ). Can any one please let me kn...

Dynamic append

hi alli got a internal table, how to dynamic append the line to the internal?below is my codeDATA: line(256) TYPE c, text_tab LIKE STANDARD TABLE OF line, field LIKE line.this is a static append.<b>line = '444444'. APPEND line TO text_tab....

Resolved! on change of

i have a problem in the 'on change of',plz look at the code:LOOP AT T_SALE.T_SALE-KBETR2 = T_SALE-KBETR2 / T_SALE-KPEIN.TMATNR-MATNR = T_SALE-MATNR.APPEND TMATNR.CLEAR TMATNR.MODIFY T_SALE TRANSPORTING KBETR2.CLEAR T_SALE.ENDLOOP.SORT TMATNR.DELETE A...

orders05 idoc

Hi,I need to know if any segment/field has the data about the:- Date of order was created- Delivery request date- Days to transport Idoc is an inbound idoc and the requirement is put delivery request date = date of order + days to transport.Thx

Resolved! module pool

i have one field (list box) 'division' on the screen 'vbap-zzdivision' in which i want to populate values from the database table, how to do that? can anybody give me syntax of the query to be written in PBO?thanx

SUB TOTALS IN ALV

The below code is giving the wrong result...how can i get SUBTOTALS LIFNR WISE AND THEN SUBTOTALS BUKRS WISE....................................SELECT BUKRS LIFNR GJAHR BELNR BUDAT BLDAT WAERS DMBTR WRBTR SGTXT SHKZG BLART XBLNR HKONT PRCTRFROM ...

function module

hi i am using a funtion module as below but i dont want the convert to upper case part in this funtion module as its pop up is also displaying a check box which says convert to upper case lettters i dont want this to be shown can any one sugges how ...

urgent

i hv 5 table EKKO,EKPO,MAKT,EKBE,LFA1.I hv been used iner join in b/w ekko n ekpo n find 5 field n has been print.after that i want to use makt for fetch single field,ekbe for fetch 2nd single field n lfa1 to fetch 3rd single field.so how can i fetc...

Resolved! reporting

i have records starting with id = 206 and also id = 0000206 in my tablei have used parameters in my report program, so user enters 206 on selection screen field parameter id fields.can any one help me in fetching records starting with id = 206 and 0...

Sales Order Report

Hi Everybody!Actually iam required to develop a sales order report for a particular area along with the type,quantity and pricing details of the product.could any one suggest me the concerned tables and logical flow of the report.Thanks in advance.re...

BAPI for MIRO

Hi,When an incoming vendor invoice is HOLD (using HOLD button in MIRO, the invoice would be an G/L invoice, and at that time, the user is not sure about cost center or account, etc, so they just HOLD the invoice) in SAP. We can use BAPI_INCOMINGINVOI...

Strings comparison

Hii AllI have a field value which comes dynamically..this field needs to be checked if it contains other characters other than all A-Z, 0-9, &, #, ', ". If YES, an error message is to be throen..How to do the comparison..pls helpScond thing is I need...

Right Outer Join

hi.. I hv joined two tables EKBE and EKKO using right outer join. But smthing error is cmng like incorrect structure from clause. where condition.Can anybody plz tel me the features of right outer join and its correct syntax?thnx in advance...

Labels in this area