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

Resolved! Loops and field-symbols

Hi experts, I'm trying to change the values in a table, like below: LOOP AT tab ASSIGNING FIELD-SYMBOL(<record>). ASSIGN COMPONENT 'col1' OF STRUCTURE <record> TO FIELD-SYMBOL(<fs_col1>). <fs_col1> = 'NEWVAL'. ENDLOOP. The field-symbol reco...

ib_m by Explorer
  • 24043 VIEWS
  • 7 REPLIES
  • 1 Likes

How to increase the column name to more than 40 char in REUSE_ALV_GRID_DISPLAY SAP ABAP?

Hi Team, I have 4 columns in the output. Two columns have column name more than 40 char. But the filed catalog is taking only 40 char. Actual needed format of display : I have used ls_fieldcat-seltext_l also the column name is not displayi...

Resolved! #ABAP_trial Unable to download the SAP NetWeaver AS ABAP 7.52 SP04

Hello, I've tried to download the SAP NetWeaver AS ABAP 7.52 SPO4 from the developers.sap.com I've registered with sap, yet the below error message pops when I try to download Your request for information is being reviewed. Once approved, you’...

Enhancement - In VF01 after saving the invoice number the invoice number must be trigger in mail

Hello, My Requirements is VF01 enhancement. Creating invoice number in VF01 after saving its must be trigger in Mail in The Transaction code SOST using enhancement. which is the enhancement spot and how to implement a code. Please do help. ...

BDC use problem

Hi exports! I use BDC for the Inspection characteristics of the Routing(Tcode:CA02), there will be error messages "The characteristic number is too large"(QP311). But when I use the CA02 to manually enter the same value, I have no error message...

CG02 updating/creating values into transport classification tab of Dangerous Goods Classification

Hi All, In CG02 tcode ,Property tree '"Dangerous Goods Classification ' , trying to create/assign new values into 'Transport Classification' tab,for an already existing Specification. I am trying to use 'BAPI_BUS1077_CREATE' and 'BAPI_BUS1077_C...

Resolved! .Net Connector Powershell "Callbacks from ABAP are not supported" error

I´ve been tasked to implement a powershell script incorporating SAP .Net Connector, that execute a function, that loads a link and open it into a text file. The client examples I found in the documentation seemed simple enough, to translate those int...

Resolved! ADT/Eclipse plug in java development - how to get object selected from outline view of a class

I'm developing a plugin that runs on ABAP development objects. It's launched by a run configuration. This is the code that runs when you right click on e.g. a method in a class in the outline view, and select run as <my_app> public class LaunchSho...

matt by Active Contributor
  • 2836 VIEWS
  • 6 REPLIES
  • 2 Likes
Labels in this area