Application Development 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: 

S_ALR_87012357

Former Member
0 Kudos

Hi SDN,

Today after a long frustration I am going to post this issue in SDN. I want to display the data for the transaction S_ALR_87012357 for fields User field1 and User field2. I found related BADIs for that are FI_TAX_BADI_015 and FI_TAX_BADI_016. I need to implement BADI for country CZ. But for FI_TAX_BADI_016 already BADI was implemented for CZ, any it was not working for me even I tried that. And for FI_TAX_BADI_015 I implemented, but it is not working. Really I am wondering for this strange. Can you please provide me the suggestion how can I approach. Shall I need to implement for this in field catalog BADI?? Please provide me suggestionsu2026..Waiting for your valuable reply,...

Regards,

Kumar...

8 REPLIES 8

Former Member
0 Kudos

Hi

I think u need to use the BADI FI_TAX_BADI_012, method GET_BKPF_LATE

Max

0 Kudos

Hi bianchi,

Very thanks for your immediate response. But that method doesn't have the structure with the fields USER FIELD1 and USER FIELD2. Please provide me the suggestion...

Regards,

Kumar....

0 Kudos

Hi

FI_TAX_BADI_015 should be ok, why doesn't it work for you?

Max

0 Kudos

Ya,

I did check by implimented. But it is not triggering while executing that t-code

Regards,

Kumar

0 Kudos

Hi

That's strange.

I think u can implement the method END_OF_SELECTION where u can change the information of the field USER*.

This method is called in the event END-OF-SELECTION just after uploading the data to be displayed.

The method is called in the FORM badis_for_gt_alv

Max

raymond_giuseppi
Active Contributor
0 Kudos

Look at this OSS [Note 1113680 - RFUMSV00: BAdI implementations cannot be multiply used|https://service.sap.com/sap/support/notes/1113680]

Regards

0 Kudos

Hi,

Thank you all for your valuable answers. I made coding in 15 badi it self with indicator...

Regards,

Kumar

0 Kudos

Thanks