2009 Oct 18 9:51 AM
Hi,
I have an internal table. Using its contents, I have to create an Idoc and do GL posting.
I have to use FIDCC2 Idoc and the function module IDOC_INPUT_FIDCC2.
Can u please let me know how to pass the contents of the internal table into the idoc FIDCC2 and do the GL posting?
Regards,
Balaji. R
2009 Oct 18 10:24 AM
In the out bound program.......
1) Loop the Internal table
2) Move internal table fields into Segement fields (SDATA).
3) Append into IT_DATA_RECS.
2009 Oct 18 10:24 AM
In the out bound program.......
1) Loop the Internal table
2) Move internal table fields into Segement fields (SDATA).
3) Append into IT_DATA_RECS.
2009 Oct 18 2:50 PM