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: 
Read only

BAPI for transaction IW52

0 Likes
2,690

Hi,

Hi, My requirement is to change the line items of Notification (Tcode: IW52). Some of the fields in the line item are custom fields. But BAPI's or Function Modules related to Service Notification don't have structure EXTENSIONIN. We would like to know if there is a BAPI for Notification change or function module that accepts custom fields.

Thanks in advance.

Kishore.

Hi,

Hi, My requirement is to change the line items of Notification (Tcode: IW52). Some of the fields in the line item are custom fields. But BAPI's or Function Modules related to Service Notification don't have structure EXTENSIONIN. We would like to know if there is a BAPI for Notification change or function module that accepts custom fields.

Thanks in advance.

Kishore.

4 REPLIES 4
Read only

former_member1716
Active Contributor
0 Likes
2,105

Hello,

Please follow the below Link, this will give the information you need.

https://blogs.sap.com/2014/04/19/methods-to-find-customeruser-exits-badis-for-a-transaction-code/

Read only

former_member1716
Active Contributor
0 Likes
2,105

Hello,

In that You need not use any FM or BAPI. you need to use the user Exit QQMA0014, you will be having the function Module EXIT_SAPMIWO0_020. Implement this Exit you will be able to achieve the functionalities. Below screen shot for your reference.

Read only

0 Likes
2,105

Hi Sathish,

Thanks for the information. Already development regarding the custom field which are added at SAP screen level is completed using User exists and BADI's.

But my requirement is to update the Service Notification line item custom fields from OData end, and this requires BAPI. And the existing BAPI's for example BAPI_SERVNOT_MODIFY_DATA do not have EXTENSIONIN parameter to pass custom field values.

I used BDC for fulfilling my requirement but using BDC is not the correct approach. Please let me know if there is any SAP Note for adding EXTENSIONIN parameter or any other alternate method for fulfilling this requirement.

Thanks in advance!!

Kishore

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,105

Please use the COMMENT button for comments, questions, adding details, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area: "Before answering You should only submit an answer when you are proposing a solution to the poster's problem"