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

Resolved! Material Input disable in VA02

Hi Experts,My requirement is to disable the change of material in VA02.I tried in INCLUDE  -  MV45AFZZ under    FORM - USEREXIT_FIELD_MODIFICATION        IF SCREEN-NAME EQ 'VBAP-MATNR'.        screen-input = 0.        MODIFY SCREEN.      ENDIF.but no...

Mapping of fields between dictionary structure(MARC) and BAPI structure(BAPIE1MARC)

Hi experts,I have some issue regarding to field mapping between dictionary structure and bapi structure. So basically here is the problem, the problem lies between structure MARC and BAPIE1MARC.DATA: lwa_plantdata TYPE bapie1marc.          wmarc TYPE...

Sender and Receiver ID same after sending mail using CL_BCS

SEND_REQUEST = CL_BCS=>CREATE_PERSISTENT( ).       CLEAR LR_EMAIL_BODY.       LR_EMAIL_BODY = CL_DOCUMENT_BCS=>CREATE_DOCUMENT(                                        I_TYPE = 'HTM'                                        I_TEXT = TEXT                ...

Resolved! Run Time Error while using 'BAPI_CONTRACT_CREATEFROMDATA'

Hi Experts,I am getting run time error while using 'BAPI_CONTRACT_CREATEFROMDATA'. I am passing header, item and partner information  in this BAPI. but i am getting following run time error 'The data object KOMP does not have a component called 'ZZST...

How make an event handler method be called when event from other class is triggered ?

Hello all,I need to fill a specific table each time a program is copied through SE38 transaction.At the end of the copying process, I have found that event OBJECT_COPIED of class CL_WB_OBJECT_EVENTS is raised.Now I want to handle this event in a spec...

How to select a row in a Tcode(IA06) which contains no find option (in BDC)

Hi All,I have a problem in BDC program, In IA06 tcode after entering Group name it will go to operations screen, it lists out all the operations which exist for that group, here my problem is for some particular Operation numbers I need to create PRT...

Resolved! how to get the system TIME and DATE in a PARTICULAR FIELD?

Hi, i am developing a ABAP program in that i have two fields DATA and TIME .In that program when i press enter i need the SYSTEM TIME and DATE to be filled in the particular field ...                                                                   ...

Adding digital signatures to the purchase order layout after approval

Hello Gurus,I got a requirement from my client to add a button after saving PO, to submit for approval. There will be option to select approver.Select approver (1 , 2 ,3 ), suppose,  buyer selects Dange sir . then in purchase group of Dange sir all P...

How can I transfer data from one internal table to another internal table on condition based

Hi gurus,How can I transfer data from one internal table to another internal table on condition based???I know how to transfer data from one internal table to another internal table...But how can i transfer data on condition based????Thanks in advanc...

Resolved! Unable to exit the loop.

Hello experts,I am able to use the following code to update email IDs from flat file to xk02 for the corresponding vendors. But once the records are over, the loop does not exit. It still remains on the xk02 screen and asks for vendor id while there ...

DATE Conversion

HiI have one basic requirment. Please do not lock it, I searched the blog but not geting the exact.I have one ztable have the values stored as Mar 31 2012  6:45PM. It is a char data type.I want to convert this to dd/mm/yyyy HH:MM:SS formatCan someone...

Resolved! How to execute function code of module screen when a screen field is with required option

I created a module screen with two i/p fields and one application toolbar button for exit to screen 0.  I kept those two i/p fields as required. So if i click on exit button with out entering any data in that two i/p fields it is giving error "Fill i...

Function Module or Class used to attach a excel file/document in FB02/FB03 Transaction?

Hi Experts,     I like to know the function module or class through which I can attach a document in FB03/FB02 transactions while parking a document. I have to attach the document based on the document number(objkey). Please suggest.

sunil_mani by Active Participant
  • 1302 VIEWS
  • 1 REPLY
  • 0 Likes
Labels in this area