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

Print form in PDF

Hi experts. I have a task with prd form. I need to display data in the pdf form. But I don't know the number of columns, it will be depend on the data. It can be 10 or 20, I don't know. Each page have to have header and footer with number of page. Do...

Resolved! DME File returning junk characters when download to PC

Hi Experts,I am facing problem while downloading the DME file. My file contains russian characters but downloaded file showing junk characters.I have already set codepage for russia in my profile as 1500. I have also installed russian language in my ...

error when run the eclipse first time

show this message:未正确配置 ABAP 通信层。 这可能是缺少 Microsoft Runtime DLLs VS2010 所造成的。 请查询安装指南或下载页面以了解有关如何安装此组件的更多详细信息。Native library sapjco3 is too old. Found library C:\Windows\System32\sapjco3.dll has version "720.612", but required is at least version "721...

Resolved! module pool pai is not triggaring when standard class event raised.

hi sap legends,               i designed a screen look like se80 first right half with container for tree structure. i created tree nodes using class  CL_GUI_SIMPLE_TREE in 1/4 of screen size, in the same screen i have  input fields . when user user ...

Resolved! abap report to send email in background

Hello,This code works perfectly in foreground, but don't work in Background !!DATA: out   TYPE ole2_object,         outmail TYPE ole2_object. CREATE OBJECT out 'Outlook.Application' .    CALL METHOD OF out 'CREATEITEM' = outmail    EXPORTING #1 = 0...

Calculations in SELECT

Hi expertsi trying to do a calculation between two fields of my internal table to find the difference as follow:FREESEATS = SEATSMAX - SEATSOCC.MY CODE:   SELECT SPFLI~CARRID           SPFLI~CONNID           SPFLI~COUNTRYFR           SPFLI~CITYFROM  ...

How to lock program

HI,I want to lock program with this fm  'ENQUEUE_ECCATSDBE' but when fm executes program is unlocked. I want to unlock program only when i call function DEQUEUE_E_TABLECALL FUNCTION 'ENQUEUE_ECCATSDBE'    EXPORTING      mode_cats_enque = 'E'      man...

Resolved! Custom field in QM01

Hi,I need to add some additional field in screen 0090 for QM01 Header tab ( Subject ) for Notification type F2.For this purpose I have done customization in SPRO-> QM -> Quality Notification-> Overview -> Screen area in notification header- > F2Scree...

RFKORD50 OUTPUT TO PDF

Hi Experts,I have copied the standard print program RFKORD50 to custom program ZRFKORD50 and changed the script as per our client requirement.My issue is the after executing ZRFKORD50 the output needs to be displayed as PDF. Kindly help me how to dis...

Labels in this area