Skip to Content
0
Former Member
Feb 26, 2009 at 10:53 AM

varibale code

28 Views

Hi,

I have a fields which has differerent characters in length.

EG

Field 1 = 1 values are like this = 1

Field 2 = 3 value = 123

field 4 = 5 Value = 123100

Field 5 = 8 value = 123100900

Field 6 = 11 va;ue 12310090082

Field 7 = 13 value = 1231009008251

field 8 = 18 value = 123100900825110

I have to create the varible which can accept their respoective code

Eg: field 2 = 23

field 3 = 100

field 4 900

where as in the table it is stored as full code that is field 2 = 123 i need to select last 2 character

i can do that but problme is like this we have different selectionfor the field 4 we cna have 123100,123200 etc combination should be picked up correctly

I need to have the abap code for this

help is urgently needed.

~Thanks

Use meaningful Subject

Edited by: Vijay Babu Dudla on Feb 26, 2009 7:53 AM