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

Resolved! user exit for ME11

Hi friends,Whenever there is achange in the info record price, the previous price must be stored in a Ztable,how do i accomplish this task.i was looking if any user exit gets triggered when an inforecord is saved.Using a program i found out that the ...

Resolved! Query problem

HI all,I want to get three data from csks table: like below TELFX, TELTX, TELX1i put in selection screenparameter: P_KOKRS like COBK-KOKRS.parameters: P_KOSTL like coej-objnr+10(6) obligatory.i create internal table like belowTYPES: BEGIN OF I...

IDOC EVENTS

Hi experts!I'm searching for a way to manage general IDOC events.I need someting like user exit, common to any IDOC, that let me to manage the following events: - for Inbound Idocs: Start of Idoc elaboration, End of Idoc elaboration and error during ...

Resolved! bapi

Hi, The scenario is, by giving two input parameters such as customer Id and Month and when submit button is pressed in EP a bapi should be called from EP which displays the details stored in the ztable which is in R/3.IF the import parameter is tak...

Doubt in Smartform

Hi,I developed a Smartform to replace the Standard SAP Script and assigned it in NACE for a particular Output type FUCO (Certificate of Origin), the corresponding standard program RVADAUS1 and its Function pool SAPLZTV55E was also copied to a 'Z' pro...

Resolved! Why am getting this ME083 error in BATCH JOB, where as ONLINE not getting?

Hi Experts,Am creating Purchse Requisation by using BAPI ---> BAPI_PR_CREATE.If I run ONLINE, Purchse Requisations are creating in EBAN table, with out any erorr messages, fine.If the same prog. is scheduled as BATCH JOB in production, the Purchse Re...

Resolved! alv grid in screen

hi,i have a screen where i need to display a table like output where data fetched from a custom table needs to be displayed. user can select multiple lines and then activate an action. i need to know which lines he selected. any sample code on cerati...

Resolved! module pool programming

hey,i have 2 screens in which for the same field i need to display F4 help thru CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'.how do i modularize my code ?currently in screen 100, under PAI i haveFIELD KUNNR MODULE XXXX.and in a separate include i ha...

field symbol

Hi allpls told me the purpose of "ASSIGNFIELD = '(SAPLBSVA)JEST_BUF[]'."in this code specially (SAPLBSVA)FIELD-SYMBOLS: <ITAB> TYPE ANY TABLE. "Buffer dataDATA: ASSIGNFIELD(20) TYPE C.ASSIGNFIELD = '(SAPLBSVA)JEST_BUF[]'. assign (assignfield) to <ita...

Labels in this area