Skip to content

general routine for converting field values from internal to extern format and vice versa.

License

Notifications You must be signed in to change notification settings

tricktresor/conversion_exit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

conversion_exit

general routine for converting field values from internal to extern format and vice versa.

usage

DATA(vbeln) TYPE vbeln.
"converting unformatted number to internal format (leading zeros):
vbeln = zcl_trcktrsr_conversion_exit=>for_rollname( 'VBELN' )->input( '12345' ).

"converting number in internal format to output: 
vbeln = zcl_trcktrsr_conversion_exit=>for_rollname( 'VBELN' )->output( '0000012345' ).

About

general routine for converting field values from internal to extern format and vice versa.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages