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

developing a badi

Former Member
0 Likes
487

my requirement is i have to develop a badi that should give the output as the header text of the reference document is to be copied as well when purchase requisitions are copied on to purchase order along with other data.i am using the badi ME_REQ_HEADER_TEXT and the method COPY_HEADER_TEXT .tell me how to start definig badi and implementation of this badi.give me definition of the badi and implementation of this.how to implement this badi.

Edited by: jayashankar on Apr 1, 2008 3:21 PM

3 REPLIES 3
Read only

Former Member
0 Likes
453

Hi,

Go to SE19. Enter the BADI name ME_REQ_HEADER_TEXT in Create Implementation.

Inside the implementations double click the method COPY_HEADER_TEXT and write your code.

If you need more info get in touch with me

Thanks,

Anil

Read only

Former Member
0 Likes
453

my requirement is i have to develop a badi that should give the output as the header text of the reference document is to be copied as well when purchase requisitions are copied on to purchase order along with other data.what i should write in the interface.

Read only

0 Likes
453

Hi,

Firstly the definition is already created

so as indicated above pls proceed with the creation of implementation in se19...

In the method...COPY_HEADER_TEXT.

write the code

VALUE = 'X' or value = 1.

check and revert

Regards

Byju