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

Resolved! TRANSLATE STATEMENT

We are doing Unicode upgrade from 4.7 to ECC.DATA: letters(20) TYPE C VALUE 'abcabcabcXab', change(2) TYPE X VALUE '7F20'.TRANSLATE letters USING change.WRITE letters.It gives Unicode error in TRANSLATE statement.saying 'change' should be of ty...

Resolved! Roles Table

Hi experts,Can someone please help mi finding a table that link the user name and its roles asigned? i only want the Comp roles, not the single ones. I'm having some troble finding it, i can only get the profiles on T77UA.Thanks!Artur.

Resolved! Show zero in ALV

Hello everyone,I have an ALV with several quantity fields (type MENGE1). Everything works fine, but when quantity is zero, the ALV is showing a blank space, instead of a value 0,000 (for example). Is there any way i can force it to show me those zero...

ALV Grid

hallo I am using cl_gui_alv_grid class. I make a Report which shows some data in ALV. There are rows and columns.So now I want to have functionality that when a row is marked thed for example show a tranaktion or to preallocate a fieldif row-marked =...

Bapi for F-02.

Hello Abapmates,i have found two bapis for transaction F-02.1.BAPI_ACC_GL_POSTING_POST 2.BAPI_ACC_DOCUMENT_POST i have choosen bapi BAPI_ACC_DOCUMENT_POST but i stucked at bussiness object type( obj_type)which BO type i have to specify secondly in th...

Asynshronous RFC Call

Hi All,I am calling an RFC in asynchronous mode using the following syntax.{CALL FUNCTION <RFC_NAME> STARTING NEW TASK}{PERFORMING <subroutine_name> ON END OF TASK}......My concern is how do the calling program get to know whether the call was succes...

UTF-8

Hi Experts,I have a problem where the file generated as UTF-8 format but the the checking always shown 'Non UTF-8'? OPEN DATASET docid FOR OUTPUT IN TEXT MODE ENCODING UTF-8. LOOP AT i_outfile. TRANSFER i_outfile TO docid LENGTH 1000. ...

Resolved! BDC sessions

My requirement says that if BDC sessions are generated by the process, they are to be submitted with the prefix of HR_TSD. I am not able to understand this requirement. Anyone Pls explain.Thanks in advance.

XD02 Enhancement

I've created a new button on the XD02 toolbar with enhancement CUSTOMER_ADD_DATA. This works fine, but how can this screen be accessed through batch input?I've created a corrosponding batch input enhancement (CUSTOMER_ADD_DATA_BI), but the initial XD...

ALV List

Hi, I need an output in the following way in an ALV list.Vendor ID : A0002 Name : UMS SEMICONDUCTOR PTE LTD.,sNO po no item Price Qty1. 10001 10 12.30 102. 10002 20 30.30 503. 10003 30 40.30 150Vendor ID : X0012 Name : ALPHA PTE LTD.,sNO po no item ...

Resolved! SAP_All

Hi All,How to create SAP_all profile by removing few t-code say like SPRO.My question here is whether it is possible to edit the existing SAP_All profile ?If possible I need to know how to do it?Apperciate if you give other option without distrubi...

Labels in this area