The object is still inactive.

I created a basic application for getting company information in SAP ABAP with the following details.

  • Package Name: ZSPT_930AM_PKG_1
  • Application Name: ZSPT_930AM_CMPNY_INFO_1
  • Transaction Code: Z39CD
  • Transport Request Number: EC6K900010
  • Inquiry Number: EC6K900011

I activated my application and configurations, such as a package, T-Code also works fine, but still, when I try to free my transport request, I get the following error. Please find the error in Figure 5 below.

This is my package. This is my application and you can see that the status of the application is ACTIVE. Transaction code of my application This is my transport request organizer, here is my request EC6K900010 That's my fault I checked all my configurations, but still do not know where I am mistaken, but it shows that the object is inactive. Someone please help me with this.

+4
source share
1 answer

, REPT (= ) .

TEXT-001. ( SE38), > > :

enter image description here

.


(SE01/SE10), ( ): enter image description here

.

REPT -text F4 ( ). (PROG - REPS ( ) REPT (), CLASS ,...)

+4

Source: https://habr.com/ru/post/1690574/


All Articles