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! Problem with eCATT

Hello Gurus,I'm doing mass user creation using eCATT. I have managed to do it on development system but there is a problem when I have to use RFC connection for test system.For that task I'm getting data from excel file.The RFC works fine, the users ...

Resolved! set parameter ID in alv hotspot

* in user command formIF rs_selfield-fieldname = 'VBELN'.     READ TABLE it_tab INDEX rs_selfield-tabindex INTO wa_tab.     SET PARAMETER ID 'VBELN' FIELD wa_tab-vbeln.     CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN.ENDIF.one column of ALV is 'vbe...

HR_INFOTYPE_OPERATION updates infotype 0027 for one company code but throws error for other COCode

Hi all,I am creating employee by uploading file using HRMM upload tool. There are various infotypes being updated using this like bank, cost distribution, travel etc.Now the issue i am facing is when i run for one company code, it does not save data ...

Resolved! Chalange: where is the bug?

Hi everybody,in the below code there is bug. At least for the release 700 P22. The code is so short and simple, that, I believe, it can be interesting exercise for you to test your in-brain debuggers! So here you are  with the challenge. There will b...

Table Control

I have created a TABSTRIP. in that there are three tabs and in one of the tabs I have implemented table control.the problem is when I am entering any data in my table control and switching between the tabsOn coming back to my table control all the da...

Memory Id

I have to switch between transactions and the purchase order number should be passed to the next transaction.I have heard of the concept 'MEMORY ID' but do not know how to use it.So can anyone helpp me pleasee....??Moderator message : Not enough re-s...

How to get the input value from inputfield in javascript code for BSP Application

Hi All,         I developed the BSP Applications using java script. I want to get the input value into abap variable from inputfield in javascript. I have written the function code for this but it was not triggered. If any one knows Please let me kno...

Regarding BAPI

Hi Experts,i was confused with BAPI and researched so many at last i find some thing gathering all, am posting what i have gathered regarding BAPI in this post .please correct me if am go wrong.BAPI is RFC enabled function module to be get connected ...

Resolved! Error in SELECT return

Hello,I am using the following code to return the data from a specified KONZS:TABLES lfa1.DATA: gt_lfa1           TYPE TABLE OF lfa1.SELECTION-SCREEN: BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.     SELECT-OPTIONS: so_konzs FOR lfa1-konzs MATCHCODE ...

Resolved! Width output issue

Hi experts,I have an issue with the output of an Z abap program.The displayed results are too large and the width of the output page isn't sufficient to display all the results. Besides i don't have the width scroll bar to navigate.How can i solve my...

Resolved! Error: BAPI_PRODORDCONF_CREATE_TT :Order not found, check entry

HiI am Time booking through Z programand am getting error in BAPI_PRODORDCONF_CREATE_TTError message : Order  not found, check entry not found.my code isCALL FUNCTION 'BAPI_PRODORDCONF_CREATE_TT'       EXPORTING         post_wrong_entries            ...

Smartform

Hi Experts,Actually am new for smart forms.I want to Develop Smart form For Estimated Invoice(Proforma Invoice).I want to trigger this form from VF02/Vf03.Actually i found one standard  print program (J_1IEXCP) for this form, but they are using scipt...

Labels in this area