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

Task 1 - Create CDS View Entity ( August Developer Challenge )

First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83376 VIEWS
  • 212 REPLIES
  • 39 Likes

save button

HIi have created one alv report and edited one colum in that particular user will enter the quantity after tha it have to store to my ztables, i have created my ztables also now my save button is not working, please let me know the steps please help....

Resolved! Blocked Alv issue

Here i get error when FM REUSE_ALV_BLOCK_LIST_DISPLAY comes. Field symbol has not yet been assigned.Here is my code   TABLES: T001, KNB1. TYPE-POOLS: SLIS. DATA: IT_T001 LIKE TABLE OF T001,       IT_KNB1 LIKE TABLE OF KNB1,       IT_FIELDCAT TYPE SLI...

Resolved! creation of WBS Element

Hi Experts ,I am Trying to create 2nd Level WBS Element  through BAPI_BUS2054_CREATE_MULTI.i am following  this sequence .BAPI_PS_INITIALIZATION.BAPI_BUS2054_CREATE_MULTI   ==> this is return successful message ,after that i am calling  , BAPI_PS_PRE...

Resolved! ztable t-code query

hello experts,  I have developed a ztable and t-code for that ztable. The columns are material group, material group description. After running the t-code, is it possible that if I enter a particular material group, automatically the corresponding ma...

Resolved! ALV Dynamic Calculation

Hi Everyone,I have  a question regards to ALV and the requirement is as follows.I am having some fields editable in ALV.Most of the other fields in the ALV are derived based on the Editable Fields(some calculation).Now my requirement is, If the edita...

MIGO - Mail to Vendor

Hi,I had used MB_CHECK_LINE_BADI to send mail to vendor for TCODE-MIGO, but when i had multiple line item ,  in stucture it catches only 1 document at a time, so a mail is trigerred muliple times for a particular vendor..How to clear the issue.By,Far...

Resolved! Individual check for creating the object Project Definition Z-DFS-200000254 required

Hi All ,I am Trying to create the Project by using the Bapi "BAPI_BUS2001_CREATE'' .It showing the error message like "Individual check for creating the object Project Definition Z-DFS-200000254 required".Please help me on this <removed by moderator>...

error while updating mbew

Dear allI have successfully updated standard price of the table MBEW by using BAPI_MATERIAL_SAVEDATA' but i tries to update moving avg price , im getting msg H MK                   102 Trying to create: 1100001 ____ ____ MUPS __________ ____ __ ___ _...

Resolved! Single quote for where clause

Hi ABAPers,I am building a where clause t_where for selection to table:     CONCATENATE 'FIELD_A LIKE ''' '%' z_a '%'''          INTO z_where-text.               APPEND z_where TO t_where.      SELECT * INTO it_table           FROM z_table           ...

Labels in this area