‎2007 May 18 5:13 PM
Hi,
please let me know to write our own code in lsmw?
I want to implement the table control in ME51. So, i have to increment the BNFPO field every time...How to write the code for that and where to declare the required variables?
‎2007 May 18 5:36 PM
in mapping and conversion rules if you double click on a field it will take you to the editor where you can declare your own variables and write a piece of code necessary like validations and so on...
‎2007 May 18 10:21 PM
‎2007 May 18 10:28 PM
Hi Suman
<b>
Maintain Field Mapping and Conversion Rules</b>
Extras-->Layout.
GLOBAL_DATA--> define your internal table there.
BEGIN_OF_PROCESSING-->load your internal table there.
You can write your code in the target field in field mapping.
Thanks
Aneesh.
‎2007 Sep 25 7:13 AM
Hi Aneesh,
Thanks for your answer.
I was looking for where to declare the global data and i your answer helped me.
Thank you,
Regards,
Immanuel.