Hi SDNites,
I have requirement where I have to populate different internal tables as per the values obtained. As of now I have used case statement which fills up the internal table based on case value.
Now I want that to eliminate and make the program dynamic. I am facing the problem in filling the internal table as I do not want to use case and if statements. Reason for not using case and if statement is that I have many internal table to fill and the same has to be repeated for different countries.
Can someone please suggest me the approach with examples.
Regards,
Abhi