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

Resolved! col header in ALV

I need to display manufacturing date in ALV report. The column header should be Mft Date, the column description in list can be what the std is. With my code below, its changing it at both places. But if I remove seltext_l , it takes description by d...

Resolved! extending bapi structure

Hello Guys,iam using bapi method in lsmw and according to my requirement i need to enhance the standard object for inserting 2 additional fields .i completed all those stuff now this BAPI standard object is having structure for extension .my question...

Userexit for IP10

I'm using userexit EXIT_SAPLIWP3_004 to perform validations. I need to check IMHIS_IMP but it seems that this contain only 1 record instead of the whole table. But when this exit is called from include LIWP3F5Y it is passing the whole table. Can anyo...

CHECK PRINT

Hello All,I am working on Check print Program RFFOUS_C.The user wants to change the title for the cover page when he views it in the spool.Based on some conditions I have to make it as USD- “XXX” or CAD – “XXX”.I am changing the code for the field IT...

Resolved! LDAP: error code 49

Hi,I am testing a single sign-on with spnego configuration. When I run diagtool spnego.conf, I always get this error. Error connecting to the LDAP server [EXCEPTION] javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID...

Resolved! Issue with the code

Hi all,Iam having an issue with the following piece of codedata :gs_layout type lvc_s_layo.types : begin of t_final.INCLUDE STRUCTURE Ztest.TYPES : cost like mbew-verpr,end of t_final.data : i_final type table of t_final.i tried both these...

Resolved! ALV Grid select rows

Hi All,I have a requirement.In the ALV grid, IF I select a row and click the Change button... I have to prompt a customized screen which display the selected row values.For example,the screen should display as followsField1 12345Field2 XXXXField3 hhh...

How to map customer field to standard field using BAPI_PO_CREATE1 ?

Hi,i am trying to transfer a customer field from SRM to ECC60 through BAPI_PO_CREATE1;In SRM the EAN field does not exist; Thus we have created it.While transfering the PO to ECC, we try tu use BBP_PO_INBOUND_BADI to map the SRM field to the EAN11 fi...

Padding balnk spaces

Hi,consider this example:Data: l_var1(5), l_var2(5), l_var3(20).l_var1 = 'abcde'. l_var2 = '12345'.CONCATENATE l_var1 l_var2 INTO l_var3 separated by SPACE.As a result: l_var3 = 'abcdef12345'.The above is the actual result result.The desired result i...

problem in alv

Hi all,hope all are doing good..im working on alvs using function modules reuse_alv*1.How can we handle date values.for example 13072007 had to be displayed in 13.07.2007 in ALV using function modules.2.how to handle top-of-page in alv using function...

Labels in this area