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! How to display long text(min 1000chars) in an internal table in smartforms?

Dear All,Scenario is like, more than 1000 chars needs to show in smartforms in an internal table. What i did,data :       l_txt(1000) type c.data :       v_txt1(132) TYPE c,                v_txt2(132) TYPE c,                v_txt3(132) TYPE c,       ...

Resolved! cl_gui_alv_grid get_selected_rows return empty lvc_t_row

Hi,DATA : rows TYPE lvc_t_row,            wa_row TYPE lvc_s_row.   gs_layout-sel_mode   = 'A'.   gs_layout-box_fname = 'SEL'.   gs_layout-cwidth_opt = 'X'.   gs_layout-zebra      = 'X'.   gs_variant-report    = sy-repid.CALL METHOD g_grid->get_select...

Module pool

Hi friends, I created one development on module pool in that i have one barcode screen element when employee id card barcode is readed with scanner means the other screen elements should fill automatically now my requirment is i have to restrict manu...

Resolved! Early payment discount not taken for FB01 when doc created via BAPI_ACC_DOCUMENT_POST

Hi, I am facing the problem that I am creating documents via BAPI_ACC_DOCUMENT_POST the early payment discount doesn't work. If I am using the same data (that I post via the BAPI) everything works fine. Is there a way to let the discount base calcula...

SAP Search Help- filtering the result based on the values in Parameter screen

Hello ABAP gurus,I have implemented one elementary search help and in the result list it is showing the correct values, but when I am trying to filter the result list based on some input values in the search parameter the result list is not getting u...

BAPI_SALESORDER_CREATEFROMDAT2 bapi is not populating the right item category when referencing contract items.

Hi All,Sales orders create BAPI (BAPI reference BAPI_SALESORDER_CREATEFROMDAT2.) not populating the right item category when referencing contract items.We filled contract details in item structure ORDER_ITEMS_IN-REF_DOC ( Document number) ,ORDER_ITEM...

Resolved! How to add one extra field in existing table control in module pool

Hi Experts,I have a requirement to add one more field in table control in modulepool program,Means in that table control already 13 fields are there we want add one more field,So is it possibe to add one more field in existing table control screen an...

ram_sahoo by Participant
  • 11357 VIEWS
  • 4 REPLIES
  • 0 Likes

Problem in se11

Hi,    In my requirement am created one z table with kunnr field char as 10.while executing the table with kunnr field as 123456 and pass some where condition means it is not fetching any value.without giving any input and executing means it displays...

Sales orders create BAPI (BAPI reference BAPI_SALESORDER_CREATEFROMDAT2.) not populating the right item category when referencing contract items.

Dear All,I need to create sales order through BAPI (BAPI reference BAPI_SALESORDER_CREATEFROMDAT2.) not populating the right item category when referencing contract items.We filled contract details in item structure ORDER_ITEMS_IN-REF_DOC ( Document ...

Resolved! Convert number to atflv

HiI have a requirement to convert a number from a string (e.g. 5 or 5.20) to the format ausp-atflv.For this I am using the following code: DATA: lv_string TYPE string,           lv_field  TYPE string,           lv_num  TYPE ausp-atflv.*  If format = ...

Resolved! WIP table

Hi All,        I had requirement to get the WIP standard amount and WIP percentage change amount. I can see these details in COMLWIPDISP transaction but is there any tables where these values are stored. I checked many forums but did not get much hel...

Labels in this area