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

display with ALV

hi pls help this,i selected data from t001 table and stored in one internal table.for display i usedCALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'it giving runtime error.or say fieldcatalog not found.

BDC Error

hi all i have got a error during BDC program.earlier it was running correctly and giving the output also .but 2 days back server was crashed . then after that only it is showing this kind of error so plz give it solution . what need to be done.i will...

Resolved! Performance Issue

Hi All, I have a doubt. iam looping at one internal table and in that loop iam reading the other internal table with key and if sy-subrc <> 0 , iam deleting the record from looped table. So my question is will there be any performance issue. Is it ...

BAPI ERROR

HI ALL ,I AM USING BAPI_MATERIAL_SAVEDATA TO UPLOAD MATERIALS.I AM GETTING THE FOLLOWING ERRORS. 328DUPREC:POS&MATERIAL& 850Error while creating change document SEQUENCE INVALIDCAN ANY ONE SUGGEST ME HOW TO REMOVE THESE ERRORS. REGARDS,NANI.K

Resolved! select statement

Hello Experts,Can anybody of you pleaes help me in writing the logic. <b>select matnr werks into table i_data where matnr = i_mara-mantr and werks IN s_werks.</b>here i have to execute the following logic if "S_WERKS" is not "US"...

Resolved! locking

hi to all,help me in this issuewhen a user is executing a program it should through a error messege to other user who entered the same transaction it must through an error that it is locked.simoultanously no two users should run the transactionthanks...

query

hi folks,I having a problem with the query. data g_eeamt(9) type c, g_eepct(4) type c.select eeamt eepct from pa0169 into g_eeamt g_eepct where pa0169-bplan = 'RT04' and begda le pybegda and endda ge pyendda.what is the problem here?ThanksVinu

Email program error

Hi,I want to sent the EKPO results in excel format for that, I have copied the program from the site.But when I tested this program, it is giving me the following error message.CON_TAB must be a character-type data object (data type C, N, D, T, or st...

Resolved! Query

What is the std SAP program that cleans the processed batches in SM35 & what is the table name in which all the transport request gets stored... How r transport request generated by SAP ... Is it a sequential increase in number... Is there any point ...

Resolved! Error in the code

Hi,Can anybody please explain what will be mistake i am doing in this code.report z012798_34.data : itab type table of t134, l_xml type ref to cl_xml_document.select * from t134 into table itab.data : lv_size type sytabix.data : lv_ret_code...

Resolved! selection screen

I have a parameter customer number ,for a particular value of a customer a window has to pop up asking the user to enter zip code and region.I know that i have to use at selection-screen output for that but what is the exact statement for getting the...

Labels in this area