Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Change of data type in Include

Former Member
0 Kudos

Hi,

all I found out that there is an include program in which all the Data type for that Function module is present, However it states that

**********************************************************

  • THIS FILE IS GENERATED BY THE FUNCTION LIBRARY**

  • NEVER CHANGE IT MANUALLY, PLEASE!**

**********************************************************

DATA ORG_XY TYPE CHAR30.

Then how to go about Changing it,I want to make it char65 Its a Remote Function Call.

4 REPLIES 4

Former Member
0 Kudos

Hi Sanjay,

This include program is generated by the library, so do not change the contents of the include manually. Instead you create a new data type from SE11 of CHAR65. The changes would be automatically applied in this include.

Naveen.

Former Member
0 Kudos

Hi create the required data type using transaction SE11.

Satish

venkata_ramisetti
Active Contributor
0 Kudos

Hi,

Can you tell us the function module name?

Thanks,

Ramakrishna

Former Member
0 Kudos

Hi sanjay,

did u create ur own function module and function group?? or used existing function group. actually the global data is for whole function group not for function module.

Though it says

NEVER CHANGE IT MANUALLY,

u can change for ur requirement only if it is not a standard include program.