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

Smartforms

I want to print Operations and its components in two different tables next by next for each Operation details with its components in production order using smartforms. For Example: if there is 3 operations and each operation is having 10 component...

Resolved! ABAP Development Tools - Copy "Open ABAP Development Object" history to another project

Hi. When I create a new Abap project in ADT, I want to copy the entries in the history of "Open ABAP Development Object" dialog from an existing project to the new project. I mean this list: Does anybody know if that's possible? It would be ev...

dagni by Participant
  • 4084 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! ABAP Doc, about non-ASCII characters and data in curly brackets {xxx} not output

Hello, I'm using the latest ADT version (2.102) with a 7.52 SP1 system. If I enter characters like & or é into ABAP Doc comments for a method, it doesn't warn any more like it did before (instead we had to enter their equivalent character entity ...

Resolved! Should S4HANA_READINESS_1809 show up in the F4-Help for Release ID in ATC?

Hi Folks, we are working with a central ATC system which is on NW 752 SP02. Today, OSS-Note 2659194 - Check variant for SAP S/4HANA 1809 custom code checks got implemented and as a result and after importing the simplification list for 1809 the che...

Need user-exit or BTE on save of a FI-document for tcode: fb01 - post document

Hello Experts, Does anyone know of a user exit that gets activated before saving a document using transaction FB01. i used BTE 1030 for replicating the GL post from source system(EC1) to target system(EC2). it works perfectly... but if i have...

GUI_Download

Hi All , I am using GUI_DOWNLOAD function module .Attached screen shot. capture-1.png 1-> For Gui_download i am passing dynamic table , each time fields will change depends on input . when i am downloading excel the first line is empty alwa...

SAP ABAP : The field “str_mara” is unknown, but there is a field with the similar name “it_mara”

Why there is this error? types : begin of str_mara, matnr type mara-matnr, ernam type mara-ernam, end of str_mara. data it_mara type table of str_mara . select matnr ernam from mara into TABLE it_mara . loop at it_mara into str_mara. write:/ str...

Resolved! How can I code a program making sure an user have access to some transactions

Hi! I'm new to ABAP. Currently, I'm working on making an ABAP program that shows visual text or whatever when an user could access to some designated transaction codes. The concept is like this: 1. I authorize an user 2. The program acces...

Report Title, Data Element Description, maintenance views Headings not appearing in English

Hi All, We have developed a total new custom application which includes multiples of Reports, Maintenance views, new DDIC elements etc. As we have developed all these in English so when I log in any other language say German, then the Report Title,...

Resolved! Automating update run in F110 after validating payment proposal carried out

We are trying to automate the payment run (F110). Hence F110 needs to check that a payment proposal carried out, if not then the program should not execute the update run. Both Badi or User exit checks only whether payment proposal exist or not. ...

Labels in this area