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

ALV function module

Do we have any ALV function module to store ALV output to SPOOL when executed in foreground mode.Storing ALV output should be done programatically not manually.<b>My requirement:</b> User should able to extract ALV output which was created 2 to 5 da...

Resolved! Change pointer method

Hi Experts,I followed the following steps for change pointer method.1.BD61- change pointers activated -generally2.BD50 -Activate change pointers for ur message type3.BD52 - add the triggering fields and corresponding tables and change document object...

Domain.

Hi All, I need to increase length of one key field of a standard table. concerned data element is used only in one table & structure and enqueue & dequeue function Modules. For this purpose i am planning to create 'Z' domain. and attaching ...

Resolved! syntax error

Dear SDN Members,This is my declaration partTYPES : BEGIN OF LT_FINAL, START_DATE TYPE DATS, END_DATE TYPE DATS, DELNR TYPE /SAPAPO/OM_DELNR, END OF LT_FINAL.DATA : GT_FINAL TYPE STANDARD TABLE OF LT_FINAL.In this stateme...

Re:ALV Grid

Dear Friends, I have the following requirement in ALV Grid: A report is displayed with check boxes in front of each row. I need to have an edit button in the application toolbar. When I select the checkbox of a row and click on the edit button, a par...

Update Ztable

Hi SDN'sI have a table contorl in which i enter new items or delete the existing items, so while adding items am able to update the Z table perfectly fine, but while deleting the line i can see the exact data in internal table while debugging, but it...

Resolved! ALV OO

Dear SDN Members,when using methods CALL METHOD GRID->SET_TABLE_FOR_FIRST_DISPLAYI am getting a error ' Internal table is not type compatible with formal parameter it_outtab'How to solve this ?Thanx in Advance.Regards,Johnn.

Resolved! Smartforms NewPage

Dear Friend,I have three page in Smartforms First Page / Next Page / Last Page. I have full page fixed text which I want to display on Last Page. I tried using Command as set the property Go to -> Last Page. But it is not working outside the main win...

Activation error

Hi, Why do lock objects will give error during upgradation. During upgradation a lock object gave error as could not be activated since base table is not active. we checked in the SAP system both lock object & table it is active. But we still a...

lock objects

I have created a lock object,but it is not clear whether it locks the database table or just the parameters of the tables which are mentioned.Can someone explain me clearly what are the objects which can be locked by creating Lock objects?

Debugging

Hi gurus, Is there tip or trick to debugg standard progrms and transactions. i mean to say to go to the relevent screen or field or function module etc in one step rather than following conventional methods of debugging.Regards,vinay

Resolved! sap query

Hi ,I know only the program name generated using SAP QUERY ,,Now my requirement is to modify this program as we cant modify this program I have only one option to change the SAP QUERY of the same program .But how to find the respective SAP QUERY use...

ALV

Hi experts, I have an ALV grid in my program output. I need a column to be hidden during display. But I need this column output should be included when it is exported to EXCEL. I can manage this using the Layout management. Whereas i need ...

Resolved! work area

Hi,i have one std table kna1.Now i wanted to create internal table & work area for this.Anybody will tell me how to do this??data: itab_kna1 type standard table of kna1, wa_kna1 type kna1.Is it right??

Labels in this area