Skip to Content
0
Former Member
Dec 08, 2006 at 11:02 AM

Mapping Problem

31 Views

Hi,

My input structure is BAPI_Response, It as three fields like OBJECT_INDEX, FIELD NAME, FIELD VALUE,.

and BAPI generates bunch of records based on the Index value...

for example:

OBJECT_INDEX.....FIELD NAME......FIELD VALUE

5...../B20C/S_CRATCL..........abcd

5..... /BA1/C40FTRAN......... TEST_001

5..... /BA1/C65DATRUN... 20061206

5..... /BA1/C65JCTIME........ 12061130018900000

5..... /BA1/C75DATDEF........ 00000000

This repeats for n numbers of records in data base.

I have to map the repective FIELD NAME to FIELD VALUE and I have to get a flat file(txt) for the Fields "/B20C/S_CRATCL", "/BA1/C40FTRAN" ,"/BA1/C65DATRUN" for each index.

Thanks in advance

KGS