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

Resolved! Lock boxes in ole2_object

How can I insert "lock boxes" in ole2_object?   CREATE OBJECT excel 'Excel.Application'.   IF sy-subrc NE 0.       stop.   Endif.   Set Property excel OF 'Visible' = 0.CALL METHOD OF excel 'Workbooks' = workbook.   CALL METHOD OF workbook 'Add'      ...

Resolved! MB1B implementation with custom fields using Screen Exit before saving the Trasporting Details of a Material

Dear Team ,I need to enter custom fields information into MKPF table with reference to material document number which gets generated as soon as we click save in MB1B tcode. Can you suggest me which will be the best way to implement this enhancement B...

Resolved! CCM to M3m

My material is 0.000177 M3. In Material Master, we can only have up to 3 decimal points. So i was thinking of using CCM.But how to i convert from CCM to M3? I found out a FM Conversion_Factor_Get.How do i go about using this? DATA: l_qty TYPE lfimg, ...

Net qty based on material and movement type

HI Experts,I want to find the net of qty(menge) based on matnr and movement type (531,532).I.eSuppose my table has valuesMatnr   qty  movement typeA        5        531A        10      531A         3       532..Then the result should be  Matnr  Qty A...

Resolved! SAPLOGON sort order

Hi all,don't know if I'm right here:When I start SAPLOGON at my customer, a long list of systems is displayed. Usually I do not know the descriptive name in the first column but rather the SYSID  in second column. It took me years to find out (somebo...

Clemenss by Active Contributor
  • 1544 VIEWS
  • 4 REPLIES
  • 0 Likes

SPRINCNA50L# ERROR: Dataset does not contain object ZCNA50L but CNA50L#

Hi All, Getting  error " ERROR: Dataset does not contain object ZCNA50L but CNA50L# "   while importing cannon  and FUJI XEROX printer  device type .Please find the below dump for the same :Category               ABAP Programming ErrorRuntime Errors ...

Resolved! dynamic search help determination - F4IF_DETERMINE_SEARCHHELP

Hi all,we can use F4IF_DETERMINE_SEARCHHELP to get the search help for fields in structures. This works if we pass a table name and a fieldname.Even if no search help is connected to the table/structure definition, the function will return search hel...

Clemenss by Active Contributor
  • 902 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! ARA: What is the meaning of having single tcode in two conflicting functions

Hi All,I am stuck up with a confusion.While analyzing one of the roles, I found that GRC ARA threw one F028 risk, which consists of AP02 and GL01 functions. Below is my understanding on SoD.If we group different tcodes in 2 different functions and in...

REUSE_ALV_POPUP_TO_SELECT not displaying the data from the internal table

Dear Friends,     I am experiencing a strange behaviour in my report.     I need to give a popup to display the contents individually in a ALV List output.     I used REUSE_ALV_POPUP_TO_SELECT to display the popup when I click each item.     This see...

davis_raja by Active Participant
  • 1114 VIEWS
  • 4 REPLIES
  • 0 Likes

Input in ALV output

Dear All,         In ALV Output My client want to input a value,means client will input value in perticular field it will directly update the table,        how to do this,Please help me out.RegardsSankilModerator Message: Please search for available ...

Resolved! How to know whether document is only printed or only viewed as print preview in smartforms?

Dear All,      We are trying to build a control on printing of a document, by setting the indicator for the record as printed once user prints the record. But, is there a way to find out if user has only done print preview  or actually Printed the do...

binary search .

hi   binary     searchn not    workingdata itab type  table of sflight  .data itab1 type  sflight  .sort  itab .read table     itab   with table key carrid = 'AA' into  itab1   binary search .  Program ZThe addition "BINARY SEARCH" must not be used w...

Resolved! Information needed about usage of function modules SX_OBJECT_CONVERT_*

Hello All,I would like to convert multi page FAX (TIFF) document into OTF in order to be able to split it on pages. There are function modules available for converting to different formats, but I have not enough knowledge about how to use them.      ...

Resolved! Sap Long Text Editor

Hi all,I have a problem with the SAP long text editor settings.We have version SAP_BASIS 702 0010 SAPKB70210 SAP Basis Component.Using a Windows 7 PC, I login to windows with my user, then I loggin to SAP using my user.     When I edit long text I ge...

Labels in this area