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! Calling sap screen in non sap system via RFC FM in EXCEL

Hi ,                                            There is a standard RFC FM "FUNC_LOCATION_RFC_002'' which is used display the sap screen of tcode IL03 with data on following input parameter (functional location, WITH_DIALOG_SCREEN =’X’and WAIT_AFTER_...

Resolved! Ole2 & AutoFill

Hi all,I have been trying to get the following autofill functionality to work, but with no success yet,Here is the recorded clip,    Range("E2").Select    Selection.AutoFill Destination:=Range("E2:E10")How do I pass the range to the AutoFill? I have ...

Resolved! How to pass table's structure to a subroutine in other include

Dear Experts, Good Day!I have 8 different programs for which I have to display ALV output. I just wanted to use SALV class for displaying ALV.And these 8 programs are having 2 common includes like 1st for common global declarations and 2nd for common...

Resolved! How to update VOlume and Volume Unit through BAPI_MATERIAL_SAVEDATA ?

Hello,  I am pasting my piece of code here :     wa_bapi_mara1-matl_group = wa_basic-matkl.     wa_bapi_mara1-old_mat_no = wa_basic-bismt.     wa_bapi_mara1-base_uom = wa_basic-meins.     wa_bapi_mara1-base_uom_iso = wa_basic-meins.     wa_bapi_mara1...

Resolved! USER_COMMAND not getting called in interactive alv module pool.

Hi, This is the code regarding user_commnad.Inside TOP_INCLUDEclass event_class definition.   public section.     methods :     handle_approve for event user_command of cl_gui_alv_grid     importing e_ucomm. endclass.                    "lcl_rcvr_cla...

Resolved! Error creating Idoc using MBGMCR

I am trying to generate Idocs  using MBGMCR to perform GI on Process orders coming from our external MES system.  E1BP2017_GM_HEAD_01 Segment: I am filling in the PSTNG_DATE and DOC_DATEE1BP2017_GM_CODE:  GM_Code = 03E1BP2017_GM_ITEM_CREATE:       MA...

ALV Grid (cl_gui_alv_grid) - Excel InPlace issue - Custom Total/Subtotal Calculations

Hi Experts,I am having an issue related to the Excel Inplace view within ALV Grid using CL_GUI_ALV_GRID with custom total/subtotal calculations. I have successfully used the event AFTER_REFESH and the methods GET_SUBTOTALS and REFRESH_TABLE_DISPLAY t...

Resolved! Not able to display the field when i pressed Push button

TABLES sscrfields.TYPES: BEGIN OF lt_data,       matnr TYPE matnr,       spras TYPE spras,       maktx TYPE maktx,       maktg TYPE maktg,       END OF lt_data.DATA : lv_flag(1) TYPE c.DATA :lt_tab1 TYPE TABLE OF lt_data,      wa_tab1 TYPE lt_data.SE...

Call FM in Program

Hi Guys,i belong to SAP BI/Hana domain and i am stuck in 1 part of code below I am using FM 'EPS_GET_FILE_ATTRIBUTES' in a program to fetch file attribute (Size of File).I call this FM in a code and pass the Import parameters but i am not getting any...

Resolved! CASTING IN ABAP

hello , my question is about narrow and wide casting.when i read from text books of sap its appear to be in opposite definition according to in scn search (experts opinion )? thank-you regards student.

MIGO DIALOG FM

Hi,I have one PO with 5 line items. I am calling MIGO_DIALOG from z transaction. I want to populate MIGO with 3 line items of PO using MIGO_DIALOG but the FM is pass one line item and then it stops for user to post it and then next line item comes. I...

Labels in this area