Hi,
I have a table which has three key fields of which one of the key field is a GUID field of data type CHAR 255.I have 500 records in this table. I need to transport the table contents to the next system (TST)
As per the below documentation, its not possible to transport the table contents as the length of the key fields is very large. I do not want to try transporting the contents generically as stated in the below document since one of the key field is a GUID.
Creating Tables - ABAP Dictionary - SAP Library
Does anyone have an idea as to how I could keep the contents of this table same in both DEV and TST.
Thanks,
Murali