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

TABLE CONTROL HELP.

HII EXPERTS,I HAVE BEEN TRYING TO CREATE A SIMPLE TABLE CONTROLBUT WHENEVER I EXECUTE THE TRANSACTION I DON'T GET ANYTHING EXCEPT THE LAYOUT OF THE TABLE CONTROL.CAN ANYONE SITE THE ERROR IN MY PROGRAM AND RECOMMEND REQUIRED CHANGES PLEASE.THE PROGRA...

Query- Problem

I have created a query which shows the Physical Inventory Audit . This query is basically to take out the difference between the actual inventory and the system inventory and displays the difference and shows the output. Everything seems to be right...

Resolved! ABAP Program security

Hello All,Is there a parameter or else to prevent any developper to lock an ABAP object. We can see in the attribute of an ABAP object that you can lock this object from modification from anybody else.We want to block this "Editor Lock" field from ou...

Barcode 39 problem

Hi;In this smartform ZSDLE_SHP_DELNOTE i have this field &IS_DLV_DELNOTE-HD_GEN-DELIV_NUMB& that is the number of document. In other window i have the same field to display it as a barcode 39 (already created).the field to display the barcode look li...

Resolved! select-optins doubt

Dear All, can you please clarify this. select-option : s_matnr for mara-matnr default '500' no-display.data i_mara like mara occurs 0 with header line. select * from mara into table i_mara where matnr in s_matnr. now what data is being selected ??1) ...

Resolved! Date Time Calculation

Hi all,I 'm wondering if there is any function or form available for counting time used between 2 point of time.I did a little research and if the 2 point of time are in the same day, i can simply deducted them using variable with type sy-uzeit.but s...

Resolved! OPEN DATAST DUMP

Hi,i use this code for open dataset and i have dump in bold line OPEN DATASET file_n FOR OUTPUT IN TEXT MODE ENCODING DEFAULT. LOOP AT it_d INTO wa_it. TRANSFER wa_it TO file_n. ENDLOOP.An exception occurred. This exception will be dealt with i...

ALV to excel sheet

Hello Gurus,After ALV output I have to click on the button local file and select spredsheet and transfer the whole data to Excel sheet.I am able to do that, but the problem is for an tracking number in the excel sheet is getting displayed as 2.09952E...

Resolved! many tables many fields

Hello Everybody!In my case there are three tables: CCIHT_IAL, CCIHT_IPEVINJ, CCIHT_IPEVA .I need a select statement that returns datas regardingbelow shown fields. How looks such a select statement with these fieldsand three tables ? I hope somebody ...

Resolved! How make a report sended to excel without create blanks lines ?

HiI have a program wich creates a report list and the user send this report to local file , an excel file.But the report has lines (ULINE) and in the excel this lines appears as blank rows, also the report tittles or headers wich are not located in o...

Resolved! F4 help customization

Hi , I am using the CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' to get a custom list of F4 suggestions for a parameter. Then problem is that the Column text is showing up as the DDIC text .I am using an internal tablei_tab occurs 0 ,verid like mak...

Labels in this area