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

need user exit for t-code WLF4D when cancel rev rec process

0 Likes
1,003

Hi Experts,

I have a requirement that need to do enhancement for WLF4D tcode when cancel/reversing the Revenue Recognition ABD number.so,need userexit or any customer exit.. for this.please help me

functionality: need to capture ABD(Agency Business Document) number and populate this to my custom (z-fields)fields which i appended to WBRP table.

Please find the attached file for  WLF4D cancel prosess

Regards,

Bindu.

Hi Experts,

I have a requirement that need to do enhancement for WLF4D tcode when cancel/reversing the Revenue Recognition ABD number.so,need userexit or any customer exit.. for this.please help me

functionality: need to capture ABD(Agency Business Document) number and populate this to my custom (z-fields)fields which i appended to WBRP table.

Please find the attached file for  WLF4D cancel prosess

Regards,

Bindu.

3 REPLIES 3
Read only

bharat_rathod2
Active Participant
0 Likes
742

dear,

try following user exit

LWZRE001  Enhancements, agency business condition determination

LWZRE002  Enhancements, document transfer to Financial Accounting

LWZRE003  Enhancements, credit limit check, payment request

LWZRE004  Enhancement: Settlement request document checks

LWZRE005  Enhancement: Settlement request, cash discount determination

LWZRE006  Enhancement: Agency business, result object determination

LWZRE007  Enhancement: Determine Remuneration List Date Agency Busin.

LWZRE008  Enhancement: Enter/change data in cust. fields, payment docs

LWZRE009  Enhancement: Message determination and correspondence

LWZRE010  Enhancement: Account determination, agency business

LWZRE011  Agency business: Screen exits for payment documents

LWZRE012  Enhancement: Transfer of Prc Dtrmntn Data for Payment Docs

LWZRE013  Agency business: Screen exits for vendor billing documents

LWZRE014  Enhancement: Customer-specific field check - billing docs

LWZRE015  Enhancement: Data Adoption, Remuneration List Creation

LWZRE016  Enhancement: Data Adoption, Posting List Creation

LWZRE017  Enhancement: Checks at Time of Saving Settlement Documents

LWZRE018  Enhancement: Checks at Time of Saving Remuneration List

LWZRE019  Enhancement: Checks at Time of Saving Billing Documents

LWZRE020  Enhancement: Checks at Time of Saving Posting List

Read only

Former Member
0 Likes
742

use customer exit -- LWZRE006.

it has enhancement component EXIT_SAPLWLFI_001 assigned to it.

EXIT_SAPLWLFI_001 --> Enhancement: Agency Business: Profitability

                            Segment Determination.

in expot parametrs u will find I_KOMLFP of type KOMLFP."Agency business: Item data

In this structure there embedded a INCLUDE  of table WBRP.

but i guess the problem you may encounter that there are IMPORT Paramters.

but nvrtheless u will b able to capture agency buisness Doc).

Read only

0 Likes
742

Hi Abhishek,

Thanks for your reply..as you said its correct thst can capture ABD number using that exit.

and i found one more exit name EXIT_SAPLWRGW_001 which can capture doc number and other required fields.am sure it will work

lets hope for the best..

Regards,

Bindu.