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

Resolved! Export from User exit.

hi Guru's I am using this is a user exit: DATA: lv_diff TYPE n. lv_diff = TRUNC( wmara-mhdhb - lv_mhdhb ). EXPORT lv_diff TO MEMORY ID 'ZXXXXX'.and importing in a custom program: DATA: lv_diff TYPE n. IMPORT lv_diff FROM MEMORY ID 'ZXXXXX'.Th s...

Format Excel cell

Hi,I am writing a program that will send out an email with an excel attachment. When I open the excel file, it does show the leading zeros if the value contents only digits. For example. if the plant is '0005' the file displays just '5'. Do you know ...

Resolved! Unit Test Problem

Hi,I Build unit test and i want to test table (role_info) that i get from Fm .if i have the problem in fro e.g. in line 1 and 3 .I get error message that i have problem in line 1.There is a way to get all the line that have incompatibility data like...

Resolved! How to extract OM data

I have to develop a custom report which will display cost center for a person along with his name. In our company the cost center is assigned to a position not to a person. Can some one send me a sample code how to get cost center related to a positi...

Resolved! field symbol

hii have a followin condition<fs_tab> type standard table <fs_wa> type any.now there is a dictionary table say mara.now if i have to assign the structure to the <fs_wa> and say 10 tale entries to <fs_tab>...how should i do that....how to assign mara'...

Resolved! GOS FD01

hi all,is there any possibility to activate the generic object services for the transaction fd01? reason is, my customer wants to append documents when he creates a new customer?thanks for your help,Robert Rein

Resolved! BAPI_PO_CREATE1 Service Positions and Conditions with reference to P. Req.

Hello together,i have the following problem. I used the BAPI BAPI_PO_CREATE1 to create Purchase Orders with reference to a purchase requsition. I have 2 different types of purchase requsitions. One with normal items and one with services. So for both...

Resolved! keep alive connection

Hi,I write a report that works on a lot of data and when it starts, it takes about an hour or two for processing. The problem is that on the system there is a timout of 20 minutes of inactivity after which the use il logged out.The question is: is th...

MT103 payment output

I have ameded a couple of standard function modules used to produce the tags for this output. But the actual output produces as header line HSBCSGSG - see below, and the bank have came back and said they don't want this line. My problem is I can't ...

Resolved! radio button

hi .. I have a screen say 100. on which i have 2 radio buttons which are take from the dictionary table .Eg: Male * FemalI need to click only one of them .but when i run the program both are getting selected.so what shall i do in order to see onl...

Labels in this area