SAP Classes

Share |

SWT_FI_VERS_CREAT_NOHIERCHANGE SAP Method - ON/OFF Switch: Creation of FI Version for Copy Logic


SWT_FI_VERS_CREAT_NOHIERCHANGE is a standard SAP ABAP method of class WRMA_IF_RECAST_OBJ_ENHANCEMENT available within R/3 SAP systems depending on your version and release level. Below is the standard documentation available for it. You can view this information and more if you enter the class name WRMA_IF_RECAST_OBJ_ENHANCEMENT into the relevant SAP transaction such as SE24 or SE80 and then select the method SWT_FI_VERS_CREAT_NOHIERCHANGE

Contribute(Add Comment)
See the comments section below for any useful hints, tips and information specific to this SAP Method. Also please feel free to add any further details you feel would be useful or ask any questions you may have. You can then easily find this info again simply by searching on the method name SWT_FI_VERS_CREAT_NOHIERCHANGE or its description.


Class Name: WRMA_IF_RECAST_OBJ_ENHANCEMENT

Method Name: SWT_FI_VERS_CREAT_NOHIERCHANGE

Method Type: Instance Method
This is an Instance Method so needs to be instantiated first before you can access any of the methods. I.e. you need to create a local variable of TYPE ref to the class.


Changing Parameters:
   E_NO_FI_VERSION " Checkbox TYPE XFELD

Exceptions:


Example ABAP coding

DATA:
   ld_E_NO_FI_VERSION TYPE XFELD.


DATA: lo_ENHANCEMENT TYPE REF TO WRMA_IF_RECAST_OBJ_ENHANCEMENT .
CALL METHOD lo_ENHANCEMENT->SWT_FI_VERS_CREAT_NOHIERCHANGE(
CHANGING
   E_NO_FI_VERSION = ld_E_NO_FI_VERSION ).


comments powered by Disqus