cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Data In 1 colum

Former Member
0 Kudos

Hi All,

I get the requirement to print multiple data in 1 row the requirement is as below :

Date | GL Account | Amount |

010112 | 100000 | 100.00 |

020212 | 100001 | 200.00 |

100002

030312 |1000003 |300.00 |

For transaction with date 020212 there is 2 GL account for that transaction so the all GL account must be print in the one column . Can any body help me out of this problem? How to configure it?

Edited by: Mazliazri on Jan 16, 2012 5:29 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member389677
Active Participant
0 Kudos

Hi,

Instead of tables use subform. You can repeat this subform using function 'instanceManager.addInstance(1) '. Each separate rows can be dynamically handled.

Hopes this will help you to solve issue.

Regards,

Shaira.

Former Member
0 Kudos

Hi Shira,

Thanks for your info. Fyi this is my first time using adobe form can you give more detail on how to create the instance manager?

former_member389677
Active Participant
0 Kudos

Hi,

Please refer the following links.

[Making subform behave as table and data part as body row|http://www.saptechnical.com/Tutorials/AdobeForms/Table/page1.htm]

[Working with Dynamic Tables in Interactive Adobe Forms and WebDynpro ABAP|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/802f0ed1-a17a-2c10-7db4-d515a5b047ed?QuickLink=index&overridelayout=true]

Regards,

Shaira.