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! smartform : dynamic text change

hii have a requirment like in a smartform->text->area          ------ text                                                           text->1154 sqmt---------&wa-area& sqmt .sqmt hard coded that sqmt should be dynamic ..it will maintain as per materia...

ABAP-Innovative Idea

Hi Frnds,Could any one pls help me by giving some innovative idea for improvement for ABAP development, like tools to improve code efficiency or program to check for coding or points to avoid warning or any improvement that need to be applied in ABAP...

Button in Dynpro

Hello, probably simply question for you .. I have dynpro, in that 3 fields from table (3 field taken from DDIC) and under that button "Insert" .. and when I press Insert, I need to take whats written in that three inputs and insert it into table .. b...

help in REGEX operation

Hi All,          I have a character field for which the validation needs to be don so that it will contain only numeric value with 2 decimal places.Currently i am doing the validation by splitting and checking with the below  REGEX  operation.      C...

While implementing of badi RPFISK_TAX_BADI_014 not getting any popup for CINC - CCDEF, CCIMP, CCMAC

Hi All,When we activate BADI  RPFISK_TAX_BADI_014, we get popup for CINC objects like CCDEF, CCIMP, CCMAC. But in my case i haven't receive any popup. System must have these objects so that below given SAP Note can be applied. While implementing SAP ...

ravigrover by Active Participant
  • 1375 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! Custom field label not changing in standard MB52 report while saving as variant

Hi,I have added a field to the standard MB52 input screen through enhancement.I am able change the text(field label) for new field but that is not reflecting on variant screen for selection.Is there any way to change parameter text both on selection ...

Resolved! bdc update views scroll

hi,When I am running bdc program (Material Creation tcode mm01) 1st view is filling properly.there are many views. When I scroll down the views data(all records) is filling up otherwise 2nd view onwards data (1st record itself) is not filling up.what...

Resolved! Suppress initial values Sapscript

Hi Gurus,Normally, it is possible to suppress a text, that is combined with a parameter in Sapscript like this:&'Label 'VT&(the text 'Label' will be only printed if parameter &VT& has a value).But in my case, the text 'Label' is a parameter as well:&...

Ronnn by Participant
  • 1401 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! SAT for measuring RFC FM getting callled multiple times sequentially

Hello Experts,I have an application, which calls one of our RFC function module 8 times sequentially. This is what I see when I debugged putting an external break point in the RFC FM.I took a measurement of the application [ calling the RFM] via SAT ...

Resolved! Write statement for Text Symbol not appearing on another users PC?

Write statement for Text Symbol not appearing on another users PC?I have a simple loop on an internal table, with a “write” statement, as follows:loop at it_table into wa_line.at first.write: / text-001.endat.write: / wa_line-val1, wa_line-val2, …. e...

can i use the ranges in smartforms

TYPES: BEGIN OF TY_KSCHL,         SIGN(1)   TYPE C,         OPTION(2) TYPE C,         LOW       TYPE KSCHL,         HIGH      TYPE KSCHL,       END OF TY_KSCHL.hi i have declared like this in  smartforms    WA_KSCHL-SIGN = 'I'.   WA_KSCHL-OPTION = 'E...

changes not reflecting after transport request moved to quality server

Hi all,I have made changes in program ZJML0120. In include ZJML0121, i have added declarations and in include ZJML0123, my logic as per the requirement.when i transported the request, only changes in ZJML0123 appeared in quality server and not the de...

BDC Input for FS00

Hello. I have task to do BDC input for transaction FS00.I have to make a text file on PC (done) .. and I have in that file two "columns" .. One is Main account and second is Short text. And my task is to make BDC input to change short text which is a...

Labels in this area