Application Development and Automation 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: 
Read only

ISU Function module -ISU_S_INSTLN_CHANGE

Former Member
0 Likes
3,315

HI All,

Could anyone help me understanding the functionalities of Function module ISU_S_INSTLN_CHANGE?

I need to pass the installation and keydate as import parameter and change the installation rate category as specified in the requirement in table eanlh.

How can I pass the installation rate category as input?

Urgently help required.

Regards,

Anshumita.

4 REPLIES 4
Read only

Former Member
0 Likes
1,532

Hi Anshumita,

Refer this link...

Rgds,

Prakashsingh

Read only

anshumita_baksi
Explorer
0 Likes
1,532

Hi Prakash,

Thanks for the hint.

But, it does not reply my query , where should I provide my parameter. And it is changing table eanl I think. How can I update table eanlh?

Please clarify.

Regards,

Anshumita.

Read only

0 Likes
1,532

LW_AUTO-KEY-ANLAGE = LW_EANL-ANLAGE.

LW_AUTO-KEY-BIS = LW_EANL-BIS.

LW_AUTO-DATA-SPARTE = LW_EANL-SPARTE.

LW_AUTO-DATA-VSTELLE = LW_EANL-VSTELLE.

LW_AUTO-DATA-ANLART = LW_EANL-ANLART.

LW_AUTO-DATA-AB = LW_EANL-AB.

LW_AUTO-DATA-TARIFTYP = P_LV_TARIFTYP.

LW_AUTO-DATA-AKLASSE = P_LV_AKLASSE.

LW_AUTO-DATA-ABLEINH = LW_EANL-ABLEINH.

LW_AUTO-DATA-ABLSPERR = LW_EANL-ABLSPERR.

LW_AUTO-DATA-BAPERTYP = LW_EANL-BAPERTYP.

LW_AUTO-DATA-ANSCHREI = LW_EANL-ANSCHREI.

LW_AUTO-DATA-SPEBENE = LW_EANL-SPEBENE.

LW_AUTO-DATA-DRCKSTUF = LW_EANL-DRCKSTUF.

LW_AUTO-DATA-BEZUG = LW_EANL-BEZUG.

LW_AUTO-DATA-ABLESARTST = LW_EANL-ABLESARTST.

LW_AUTO-DATA-NODISCONCT = LW_EANL-NODISCONCT.

LW_AUTO-DATA-SERVICE = LW_EANL-SERVICE.

LW_AUTO-DATA-DEREGSTAT = LW_EANL-DEREGSTAT.

LW_AUTO-DATA-INFOREL = LW_EANL-INFOREL.

LW_AUTO-DATA-ETIMEZONE = LW_EANL-ETIMEZONE.

LW_AUTO-DATA-OUCONT = LW_EANL-OUCONT.

LW_AUTO-CONTR-USE-DATA = 'X'.

LW_AUTO-CONTR-USE-OKCODE = 'X'.

LW_AUTO-CONTR-OKCODE = LC_SAVE.

  • IS-U: installation change

CALL FUNCTION 'ISU_S_INSTLN_CHANGE'

EXPORTING

X_ANLAGE = LW_EANL-ANLAGE

X_KEYDATE = SY-DATUM

X_PRORATE = SPACE

X_UPD_ONLINE = 'X'

X_NO_DIALOG = 'X'

X_AUTO = LW_AUTO

IMPORTING

Y_DB_UPDATE = LV_UPDATE

EXCEPTIONS

NOT_FOUND = 1

FOREIGN_LOCK = 2

NOT_AUTHORIZED = 3

CANCELLED = 4

INPUT_ERROR = 5

GENERAL_FAULT = 6

OTHERS = 7.

Read only

anshumita_baksi
Explorer
0 Likes
1,532

Thanks a lot vijay!

But, pls clarify these doubts.

The keydate is the moveout date+1.

So, if I export sy-datum to the FM, is it ok or I need to take a local variable and add 1 to sydatum and assign to it .And thereafterm, pas the local variable to the Fm?

moreover, Whatever value I want to assign to tariftype I should assign it in a local local variable of type tariftype and paa the value to the fm?

I donno, whether I made my queries clear to you.

Can I have your e-mail id pls?

OR you can reply me at-

anshumita.baksi@tcs.com.

Thanks & Regards,

Anshumita.