Skip to Content
0
Former Member
Jul 22, 2010 at 11:44 AM

Row Text Details

153 Views

Hi,

I am working on SAP 8.8 patch11. I have an requirement to enter the Row Text Details through Code in Document Forms.

I need to do this using a user defined column in the matirx. I have done the following things.

1. Loop through the Matrix.

2. When my user defined field in the row is having some value , Then I will change the Row Type to "T".

3. When I set a Row Type to "T" , Application will open a form to enter the details (Form Id : 65088).

4. I entered the value in the form on Form load event before action false.

5. After that I want to close the form (65088) and loop through next row.

6. I closed the Form on got focus of the Document Form. But the data was not set in the Row.

How to do this ?

Thanks in Advance !

Madhu