2009 Jan 29 10:44 AM
Dear Experts,
Greetings.
I am trying to create a BAPI (RFC enabled function module) in which i have around 5 - 6 import parameters. If I define them as type C or type table-dataElement, it says Generic types are not allowed.
I do not have any sutable structures for the variables...any suggestions?
thanks and regards
Sathya
2009 Jan 29 10:47 AM
you can use TYPE CHAR01, CHAR02... CHAR10 and so on for char fields of specific length, if you don't want to create specific data elements yourself...
2009 Jan 29 10:46 AM
Hello
In BAPI RFC we must and should define the Imort and Export interface paramters with PASS BY VALUE Option .If you select Passby value check box then it wont give you that Error
Generic types were not allowe .
Regards
2009 Jan 29 10:47 AM
you can use TYPE CHAR01, CHAR02... CHAR10 and so on for char fields of specific length, if you don't want to create specific data elements yourself...