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

Resolved! TMS import issue

We had single system landscape, I imported a request, and it was continually running more than 2 hours, still import task not finished yet. I killed the processor at OS level, but tp program still running. I recently setup TMS in this system. I check...

BDC IN VA42

hi all, i m doing bdc in va42(change contract) updating just two fields..this is how i've built my bdc table:form build_bdc .wa_bdcdata-program = 'SAPMV45A'.wa_bdcdata-dynpro = '102'.wa_bdcdata-dynbegin = 'x'.append wa_bdcdata to lt_bdcdata.clear wa_...

Resolved! BDC Conversion

Hi, I am doing a BDC conversion Technical Design. I am mapping a field( Customer number) from input file to the the SAP ZMAPPING Table. I am mapping customer number from the external file and from zmapping table i am getting the KUNNR.The functi...

Resolved! ALV Grid display

Hi,I am using REUSE_ALV_GRID_DISPLAY for display in alv format, all the Currency values are automatically converted into text format in the output and for those columns the sum values are zero. If I use REUSE_ALV_LIST_DISPLAY values are displaying co...

Resolved! AT END

Hi i have to use command : AT END OF DATE MATDEPTH ENDAT DATE IS OF DATA TYPE : DATS MATDEPTH IS OF TYPE : CHARall data is collected in internal table.at the moment i am just using AT END OF MATDEPTH.can i use...

finding table

Dear Friends, I need to findout in which table the field CALL_STATUS resides.In RMIPM (Preventive Maintenance I/O Table) structure the field is there but i couldn't find out in which table the field resides.Could anyone give solution for this.Regard...

Resolved! How to Retrieve Spool ID

Scenario: I'm calling submit RPCEDT_LIST_TO_MEMORY to SAP-SpoolSPOOL PARAMETERS PARAMSWITHOUT SPOOL DYNPRO and return.for Submitting the Remuneration Statement to Spool.Now how can i retrieve the ID of the spool created. This SPOOL ID is required for...

Flat structute

Hi all, I was trying to use the table type which i have created in se11. but when i tried to use it, it is giving me error as "z_kna1 must be a flat structure, you cannot use internnal tables, strings, references, or structures as components"...

Resolved! Table Control Problem

Hi All,In the Table Control PAI,I am using this ABAP. loop at t_zmm_packing_item. MODULE modify_t_zmm_packing_item. ENDLOOP.************************************************************************MODULE modify_t_zmm_packing_item INPUT. MODIFY t_...

Labels in this area