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

Resolved! Importing a Field-Symbol

I am generating the subroutine pool through the program. That routine will create the dynamic type declaration. Based on that the field-symbols will get created. i am exporting that field symbol. But while importing that field-symbol i am getting the...

Resolved! Re : Subtotals Font

HI experts,i have an internal table..example :customer number I Invoice no I amount100 I 001 I 100100 I 002 I 200100 I I 300200 I 003 I 111200 I 004 I 222200 I I 333if customer is changing i need to do the subtotal , i have done the su...

Org Value AGR table

Hi All,I am trying to find the org values of my roles. I know about tables AGR_1251 and AGR_1252.AGR_1252 does not help me. I need the org values as well as the activity values, obviousley AGR_1251does not help either.Is there any way i can combine ...

Print PO

I want to create another program to print PO, than I reference the standard print function, I found that use ME_READ_PO_FOR_PRINTING and ME_PRINT_PO. But I don't know what kind of parameter need to pass, acutally, my program just need to enter PO num...

Resolved! Creating TO based on TR

Hi,I want to create a transfer order with reference to a transfer request. For that, i've attempted to use the function module L_TO_CREATE_TR. The problem is that i also want to be able to define the item data during the transfer order creation(parti...

Resolved! Select instead of READ

Hi Everyone,My code is as such READ TABLE caufvd. caufvd_p = caufvd.I am getting an kernel error and I looked at OSS note 851286 which asks me to change the read statement to a select statement. But since I am using a structure for the read statem...

SOAP Messages

Hello ,How to test SOAP Messages in eCATT ?.Is there any way that i can test in eCATT , i have my input as XML files .Or Do i need to test SOAP messages in QTP where reading XML files is easy and inturn do i need to call the QTP scripts from eCATT ?....

Resolved! CALL SELECTION-SCREEN

hi,i have this code:SELECTION-SCREEN BEGIN OF SCREEN 500 TITLE title2 AS WINDOW.SELECT-OPTIONS pfecha FOR mkpf-bldat.SELECTION-SCREEN END OF SCREEN 500.CALL SELECTION-SCREEN '500' STARTING AT 10 10.when i call this screen i get a window and 4 button...

Resolved! File Trasfer Trouble

Hi all, we're trying to trasfer a file from a NON UNICODE ECC 6.0 system to a UNICODE ECC 6.0 one.In detail a report in the non unicode system reads a binary file stored on a SAP directory, the file is sent via RFC to another system and downloaded...

Resolved! SAPGUI Security

Hi, I'm using the following scenario :Customers network (SAPGUI) ---> Internet --> SAP Router (in my DMZ) --> SAP ABAP AS (my network)If I don't use any security software at both workstation side and SAP server side, Is the connection from SAPGUI to ...

Summation in ALV

Hi all,When I run program BCALV_EDIT_03, I can create a summation field for the occupancy.However, when I edit a value and hit <Enter>, the summation does not change accordingly. I have to hit the refresh button, and only then is the summation refres...

Labels in this area