Globa Data declaration in the UserExit

Question: Hi BWGURUS,

if the attribute has to be used in the user exit and it should be declared in the Global data declaration in the format

Data: g_pos_<infocube_name>_<characteristic object>_<Attribute object> type i.

But the declared format is more than 30 characters in which the ABAP will not allow more than 30 characters for the data variable declaration so there is a syntax error.
so how to resolve this problem?

Thankyou in advance.....

GUest123

Answer:
Not sure what you're trying to do, but...
if you have to declare it, you decide the name.
There's no need to call it xxx_infocube_,etc. You can call a variable "x".

Leandro
Copyright ?2007 - 2008 www.jt77.com