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! RegEx in ABAP

Hi,I would like to parse the filename, which comes as string, e.g. «filename.ext», and separate this string to 2 variables — filename and extension.The length of filename is not limited and can contain dots («.») in filename not only before extension...

MikeB by Contributor
  • 3109 VIEWS
  • 9 REPLIES
  • 0 Likes

Within classes and interfaces, you can only use "TYPE" to refer to ABAP Dictionary types, not "LIKE" or "STRUCTURE".

Hi i have declared internal table as below..TYPES : BEGIN OF TY_E1MTXLM.         INCLUDE STRUCTURE E1MTXLM. TYPES : SEGNUM TYPE IDOCDSGNUM. TYPES : END OF TY_E1MTXLM. DATA : IT_E1MTXLM TYPE TABLE OF TY_E1MTXLM,        WA_E1MTXLM LIKE LINE OF IT_E1MTX...

Screen Enhancement

Hi Everyone,I have a Qn related to Screens.I am having a screen(not Selection Screen).When i select a dropdown field in that scree, i need to populate some other fields automatically with default valuess.Please throw some light to acheive this functi...

Resolved! How can i check that whether variable is INITIAL or not?

HelloBecause of some reason, i am moving the value, numeric fields into a local CHAR my_char_var in my report, as belowDATA: my_CHAR_var TYPE string.MOVE:my_value_type_DEC_2    TO my_CHAR_var,   "example value 0.00my_value_type_DEC_3    TO my_CHAR_va...

FBL3N line item data will be fetched from the Table : BSEG but there is no data related to payment method & clearing doc. no.

FBL3N line item data will be fetched from the Table : BSEG FI line items.  There is no data related to payment method and clearing document captured against bank GL account line item for the Doc no : 2000101266  FY: 2012 Payment method and clearing d...

Labels in this area