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! Delivery picking & packing should not be allowed if the Customer’s actual credit limit has crossed

Hi expertsI have a requirement Delivery picking & packing should not be allowed if the Customer’s actual credit limit has crossed. Authorized person should be able to release the delivery block through VKM5.For the any user exit . Please provide.Than...

i am not getting my first BAPI program please help me

i am getting short dump... i dont where i was wrong ..please help me and give some explanation types : BEGIN OF ty_bnka,         banks type bnka-banks,         bankl type bnka-bankl,         banka type bnka-banka,         ADDRESS TYPE BAPIADDR1,    ...

Resolved! PO email to multiple vendors - prog SAPFM06P perform ENTRY_NEU not triggering

Hello All,I have configured below details in NACE. (per SAP Note - 191470)External send , SAPFM06P , ENTRY_NEU & Form Name.My communication statergy INT is set up already. In MN04 i have maintained the right key combination. Maintained 3 email addres...

Resolved! The maximum size of an SQL statement was exceeded

  DATA: BEGIN OF wa_cnt_eina,          matnr LIKE eina-matnr,          inf_n TYPE I,        END OF wa_cnt_eina,        itab_cnt_eina LIKE TABLE OF wa_cnt_eina.    SELECT matnr COUNT( * ) AS inf_n        INTO TABLE itab_cnt_eina        FROM eina      ...

SUSR_ZBV_LANDSCAPE_GET

Hello,While creating rfc READ user SM_SID1 on managed system SID2 by using standard user SM_ADMIN_SID1 which has required roles, the user  SM_SID1 gets created in managed system SID2 but the recommended roles does not get assigned to SM_SID1.Z_SOLMAN...

ITAB_DUPLICATE_KEY

We are getting a "ITAB duplicate key" error in a DataSource enhancement for BW that selects data from table MBEW into a hash table.  The internal table has the same fields as the key of the table.  I don't understand how we could be getting ITAB_DUPL...

ITAB_DUPLICATE_KEY

We are getting a "ITAB duplicate key" error in a DataSource enhancement for BW that selects data from table MBEW into a hash table.  The internal table has the same fields as the key of the table.  I don't understand how we could be getting ITAB_DUPL...

Resolved! How to find which field user has changed in SM30 using table maintenance events

Hi All,I have one doubt related to table maintenance events in table maintenance generator.My issue is, i have one ztable having 10 fields. whenever user going to change one or two field values, at that time i want to find which field user has change...

ravi_a3 by Participant
  • 4210 VIEWS
  • 6 REPLIES
  • 0 Likes

Duplicate Scrollbars Alv Grid OO

Hi all,I have a problem with dynamic ALV Grid OO. I used this code:CREATE OBJECT go_alv     EXPORTING       i_parent           = cl_gui_custom_container=>screen0   EXCEPTIONS       error_cntl_create = 1       error_cntl_init   = 2       error_cntl_li...

Resolved! Duplicate Scrollbars Alv Grid OO

Hi all,I have a problem with dynamic ALV Grid OO. I used this code:CREATE OBJECT go_alv     EXPORTING       i_parent           = cl_gui_custom_container=>screen0   EXCEPTIONS       error_cntl_create = 1       error_cntl_init   = 2       error_cntl_li...

hexadecimal problem

hi experts,problme with hexadecial value.   FIELD-symbols : <fs_x> TYPE X.   ASSIGN 'A' TO <fs_x> casting.in 2 different system im geting 2 diferent values in <fs_X> = 0041 correct <fs_X> = 4100 in correct Please advice.Rgs,Jayant.

Labels in this area