2013 Apr 26 8:06 AM
Hi...
I need to create a class with these 2 interfaces if_ex_wf_substitute and IF_BADI_INT. Where both are standard interfaces in SAP it seems. But when i press enter in this interface if_ex_wf_substitute it pop up an error that the interface not found and do you want to create it ..?? Can anyone please tell a solution for my problem.
thanks in advance.
Arshad.!!
2013 Apr 26 10:40 AM
Hi Arshad,
'if_ex_wf_substitute' is a interface but could you tell me about 'IF_BADI_INT'. I tried to replicate your issue and could not find IF_BADI_INT??
Regards,
Deepak.
2013 Apr 26 11:14 AM
hii deepak.
Sorry actually its typing mistake Its also an interface IF_BADI_INTERFACE..
Regards,
Arshad
2013 Apr 26 11:18 AM
Hii deepak..
Hope now you got my Problem clearly.
Regards ,
Arshad.
2013 Apr 26 11:45 AM
Hi Arshad,
SAP standard classes or interfaces depends upon the server version. I checked in my server and I am able to find - IF_EX_WF_SUBSTITUTE interface.
Mine SAP version is ECC 6 ehp3. Please check yours.
Regards
Abhinav
2013 Apr 26 11:58 AM
hii Abhinav .
My SAP version in ECC 6.0..How can i fix this problem.
Regards.
Arshad.
2013 Apr 26 2:08 PM
Hi Arshad,
I have checked in my system and I could see that Interface IF_EX_WF_SUBSTITUTE implments interface IF_BADI_INTERFACE. PFB the screen shot of interface IF_EX_WF_SUBSTITUTE which has IF_BADI_INTERFACE available already.
Regards,
Deepak .
2013 Apr 29 3:04 PM
What is your version, this interface comes with BAdI WF_SUBSTITUTE and can only be imported by Support Package. (ref;: Note 977069 - Substitute API: Providing the BAdI WF_SUBSTITUTE)
Implemented with
| SAP_BASIS | 620 | SAPKB62061 |
| SAP_BASIS | 640 | SAPKB64019 |
| SAP_BASIS | 700 | SAPKB70010 |
Versions
Raymond
2013 May 01 2:14 PM
check with transaction code se24 if the interface exists in your system. If it does then you must have made a typing error. If it doesn't exist then, depending on your requirements, you could create the interface yourself ( a z version), but then you need to know which attributes and methods the interface definition holds.