‎2008 Apr 01 10:49 AM
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
‎2008 Apr 01 10:55 AM
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
‎2008 Apr 01 10:59 AM
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.
‎2008 Apr 01 11:08 AM
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