‎2009 Aug 16 5:16 AM
Hi Experts,
Is it possible to have a Table parameter in a BAPI which is such a structure type that does not contain word 'BAPI' ?
like
.........Parameter Name.........................Type Spec....................Associated Type..........................Short text
..............ITAB......................................LIKE................................. ZSTRUCT...................." ZSTRUCT does not contain word 'BAPI'
Thanks & Regards,
Biswajit
Edited by: Biswajit Das on Aug 16, 2009 9:47 AM
‎2009 Aug 17 8:44 AM
‎2009 Aug 17 8:44 AM
‎2009 Aug 17 12:18 PM
‎2009 Aug 18 8:42 AM
Hello,
If this is 'Z' BAPi then very much possible. You can give name of your choice while creating table parameter of BAPI method.
Thanks,
Augustin.
‎2009 Aug 18 10:02 AM
Actually I tried to do that but while in Add API method giving the FM it is showing error like the structure does not contain BAPI Word
‎2009 Aug 18 10:04 AM
Hi,
Is it a warning or an error message ?
Also, are you generating bapi using a api function module or ??
KR Jaideep,
‎2009 Sep 02 11:55 AM
Hi ,
your BAPI structure name shold be like this "ZBAPI_STRUCT" , then only you can add FM to API method. Your structure name should start with ZBAPI.
Regards,
Pradip