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
  • 83388 VIEWS
  • 212 REPLIES
  • 39 Likes

reg BAPI_PO_CREATE1

hai i am trying to create po using bapithe following code explainsconstants : c_x value 'X'.data: del_date type sy-datum.data: pohead type bapimepoheader.data: poheadx type bapimepoheaderx.data: exp_head type bapimepoheader.data: t_return_out type ta...

Resolved! to get material qty

Hi All!We have BAPI_MATERIAL_AVAILABILITY to get the quantity of a material.It retrieves all quantities like restricted stock,blocked stock etc..Now my requirement is to get the quantity after deducting quantity in Blocked stock(SPEME) and quality in...

Note implementation

Hi !I have to implement A note in the production environment.How do i implement it ? do i have to implement ( by tcode snote ) at DEV environment and it is a cross environment implementing or i have to implement the note at every one of the environme...

sapscripts

Hello,Iam working with scripts,I have to give totals for my line items.i have to write a code in my form painter.See if there is one item then one total price value is displaying,if there is 2 or 3 means then also the total price values are coming,bu...

Resolved! SAPScript Text

Hi Friends, I have created some SAPScript Text ( through SO10 ).I want to know in which Request and in which development class it is saved ( it has not asked me for Request number and dev class and there are so many requests created by me.I...

Resolved! User Exits:

HiAll,Can u provide some examples on all types of User-Exits.Transaction and the type of exit present in it.Ex: Whether it is a field exit, scren exit or menu exit.I'm on version 4.7E .Plesae provide the examples on each type of exit..just for tutori...

Simha_ by Product and Topic Expert
  • 566 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! select-options (Urgent)

Hi,I am using a select-options in my reportselect-options: s_enst for qals-enstehdat.My requirement is, when the report is executed I must see the 'sy-datum'(current date of report execution) in both the fields of s_enst in selection sreen. PLease he...

Resolved! BAPI

Hi friends, I am trying to upload CatalogGroups and their corresponding Codes(TCode:QS42) using BAPI_QPGR_SAVEREPLICA. Suppose if there are already 0001 to 0007 codes for a particular Catalog and CatalogGroup, when I call this bapi for uploading...

Resolved! REUSE_ALV_GRID_DISPLAY

Hi,I am using the REUSE_ALV_GRID_DISPLAY to display my list. I want to save the data from the displayed list in an excel file. My question is I don't see any icon saying 'spreadsheet' in the toolbar. Where as if we use REUSE_ALV_LIST_DISPLAY function...

Resolved! Tab space

Hi i want to insert tab space for fields which contains null values also..how to do CONSTANTS : c_tab TYPE x VALUE '09'.CONCATENATE lv_r_id lv_org_id lv_org_name INTO output_string SEPARATED BY c_tab.write : output...

Resolved! print ALV

i declare in my alvthisl_layout-box_fieldname = 'SELECT'.l_layout-box_tabname = 'itab'.when i click on the printer i get errif i remark it everthing is work fine why?i need this select becuase i can choose more then 1 row

Resolved! ALV -- mc_evt_modified

I have a unique requirement, I have an ALV and one of its fields is a drop down. I want to trigger an event as soon as the data is changed in that field. I tried MC_EVT_MODIFIED but somehow the event never gets triggered when the value is changed i...

Labels in this area