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

ENCO tcode to allow user to change field value while printing smartform

Hi all,    I have a custom smartform and what i want is that few selected fields of the smartforms should be amendable (ie their values should be allowed to modify by the user while printing the smartform). How to make this possible. I have heard tha...

Resolved! change table value

Hello experts,I handle SD instead of ABAP. However I got some questions related to ABAP. Pls help. Thanks.Q1. Is it possible to change the value in field KOSTL of table LIPS? For e.g. KOSTL shows 123, any chance to change it to 456?Q2. If the answer ...

Resolved! How to Convert String Data type to Table so I can use SAVE_TEXT Function

Hello,  I have a requirement to take data stored in a string data type and then use the SAVE_TEXT function to store this data in a text object/id.  I know how to use the SAVE_TEXT function.  I just don't know how to take the data stored it in a strin...

Resolved! Cursor postion on alv

Hi Expert,In module pool I am using alv display in subscreen. I am using cl_gui_alv_grid. which have one editable coulmn to enter quantity.Now  once I execute main screen and its all ALV subscreen. Requirment is cursor should place only that row and ...

Disable X.509 Certificate Selection when opening a SSO enabled Solman Website

Hello experts.we had configured successfully X.509 certificate SSO on our Solman System.We're using Secure Login Client 1.0 SP4 PL1.In SAP we maintained the certificate data in transaction EXTID_DN.User can log on successfully.But when opening the So...

Resolved! How to minimize the code for the displaying three reports with same fields and different sort and aggregate option.

Hi friends i have written the code for displaying the three distinct record in same program by giving the radio button in the selection screen. Here in the above case i used the subroutine for calling the report, but for each and every report  i am...

Resolved! F4IF_INT_TABLE_VALUE_REQUEST Problem

Hi Gurus,I am getting blank values in for F4 help.CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'      EXPORTING       RETFIELD                    = 'SPART'       DYNPPROG                 = SY-REPID       DYNPNR                      = SY-DYNNR       DYN...

Resolved! Is it possible that FM 'GET_JOB_RUNTIME_INFO' get wrong job name and count?

Hi Gurus(big God ), In my scenario, two or more user could run a program(A) in same time, which will create a background job, by 'JOB_OPEN' 'JOB_SUBMIT(B)', 'JOB_CLOSE'. In program B,  called this FM 'GET_JOB_RUNTIME_INFO' to get run time info of thi...

Resolved! ST05 query performans

Hi,When i traced the coding below, i am waiting too much.. How can i write this join ? Can you help me ?BRSELECT SINGLE b~psmng FROM resb AS a           INNER JOIN afpo AS b ON a~aufnr = b~aufnr           INTO gt_data-stoktanuretim           WHERE a~...

Resolved! QFRC - Stuck in Ready State

Hello Experts,I am launching QRFC in ordrer to update work orders.This is how am launching the queues:CALL FUNCTION 'Z_FCT_WORKORDER'     IN BACKGROUND TASK     AS SEPARATE UNIT     DESTINATION l_qrfcdestCOMMIT WORK.Launch a queue - if error occurs i...

Resolved! To create Sales Order form Flat File Using BAPI (BAPI_SALESORDER_CREATEFROMDAT2)

Business Requirement :To create Sales Order form Flat File Using BAPI with  Function Module BAPI_SALESORDER_CREATEFROMDAT2I have created a Code But I am Not gating where I am Doing Wrong.I want to create Sales Order Using Slandered field Only Kindly ...

Labels in this area