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

Multiple Asset Button for ABT1N

Former Member
0 Likes
351

In this transaction the Multiple Asset button is grayed out and not available for use. I have looked to see if I can find an answer and have yet to come across it. So my question is how can we activate it?

Thanks

Mike Curtis

In this transaction the Multiple Asset button is grayed out and not available for use. I have looked to see if I can find an answer and have yet to come across it. So my question is how can we activate it?

Thanks

Mike Curtis

1 REPLY 1
Read only

andreas_mann3
Active Contributor
0 Likes
306

it's not possible by transfer (look include LAMDPO00) - only by tcode abumn!

17 IF SY-TCODE = GC_TCODE_ABT1 OR

18 SY-TCODE = GC_TCODE_ABAK. "<0562532

19 GT_EXFUNC-FCODE = GC_FCMULT.

20 APPEND GT_EXFUNC.

21 ENDIF.

22

23 SET PF-STATUS '0100' EXCLUDING GT_EXFUNC.

A.