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

Resolved! field symbols

Hi!I have this scenario:A legacy put in SAP system a flat file. With a function, the same for all interfaces, we upload the file and need to fill the corresponding database table for the interface. In other words, the FM receive an interfacename, tab...

Resolved! read_text - text display

I have used read_text to read text from sales order, now while displaying it i have just 20 char sapce for it, so after 20 char it should go to next line.I have entire text in table t_tline. How to display just 20 char eaxch line, any suggestions?Tha...

Resolved! Pricing in sales order

Hi all,I have a requirement that is to show the pricing that we can see in sales order transaction Va01. I already have everything that i want, but the problem is that i need to have access to the prices when i am simulating a sales order.I have only...

EXIT_SAPLLMDE_002

Hi,I'm using EXIT_SAPLLMDE_002 user exit for updating MSEG table while processing IDOC of message type WMMBXY. In this user exit i will be invoking a function module which may throw exceptions. But this user exit doesn't have any exception handlings....

using structure

hi all, i have a problem regarding using structure in my report,can anyone help me out on this? i have to take sold to party address from structure KUAGV into my internal table itab. i have tken only one internal table, and i have fetched all othe...

Resolved! WE19 standart inbound

Hi!cuold anyone describe me the process in WE19 when pressing button <b>Standart Inboud</b>?Af first we enter number of the existing Idoc in WE19, why?Does the result Idoc inherits something from the one we enter in WE19?Will reward,Mindaugas

Resolved! Question on Module Pool

Hi,Please have a look at the code below.if deptno-low is initial and deptno-high is initial.message i003(z_mp4).leave to screen 100.endif.Explanation of the above code:-I have added two text fields (deptno-low & deptno-high) in screen 100. If both of...

Doubt IN Pa0001 Table

hi allI have created one HR report. In that report contain empno. field, i want to get cost center (KOSTL) from PA0001 table based on empno. But in Pa0001 has more than one record for particular employee. I want to get latest record. how can i get co...

Resolved! insert in a data base table without know the name of table

Hello!I have to insert an entry into a ZTABLE which name i recover form an other table.DATA: l_ztable LIKE Zconfig-ztable. " TABNAME16SELECT ztable INTO l_ztableFROM ZconfigWHERE interfacename = INTERFACENAME.How i can insert into the table?INSERT l_...

Resolved! Doubt IN Pa0001 Table

hi allI have created one HR report. In that report contain empno. field, i want to get cost center (KOSTL) from PA0001 table based on empno. But in Pa0001 has more than one record for particular employee. I want to get latest record. how can i get co...

Labels in this area