cancel
Showing results for 
Search instead for 
Did you mean: 

time constraint 'T' for custom infotype

Former Member
0 Kudos

HI experts,

Im creating a custom infotype and i want to assign time constraint 'T' for that infotype. But while assigning the time constraint in Infotype characteristcs in PM01, it throws the below error message.

"TIme constraint T is not allowed for 9021 infotype".

Pls tell me what is the pbm here and how to solve the problem?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try this.

If a subtype needs to be maintained for the Infotype then some additional steps also needs to be performed

before providing Infotype characteristics

1. Select the Technical attributes from the initial screen of PM01 transaction .You will see a list of RP_XXXX where XXXX is infotype.

2. Select the change button on application tool bar. The dialog module in the above screen then becomes

editable.

3. Select the Infotype 9021 and select the details button. Make sure you are in change mode.

4. Provide the Subtype field of the Infotype, Subtype table as T591A and Subty.text table as T591S.

5. Save and go back to the initial PM01 screen.

6. The subtypes for an Infotype can be entered via the maintenance view V_T591A.

Now try maintaining time constraint T with view V_T582A through SM31.

cheers

Ajay

Former Member
0 Kudos

Hi,

I have followed the same steps and given techincal atributes. Now when i tried to maintain Time constraint 'T', it is giving me the same error still as below.

"Time constraint T should not be used for infotype 9021 because no table is entered in the Time Constr. Tab field (ZBTAB) of the infotypes - Dialog /Database Assignment Table (T777D).

Procedure - Enter the correct time constraint in the infotype characteristics (Customizing) table (T582A - ZEITB).

PLs help me how to add entry in T582A.

Former Member
0 Kudos

Hi,

For maintaining T582A go to transaction SM30.

Then in the table/view give tbale name as V_T582A.

Then press maintain button.

Now you can put your entry here.

You can also maintain the same table by transaction PM01. In PM01 give your infotype number there and then press the infotype characteristic button and you will be routed to V_T582A.

Thanks & Regards,

Sandip Biswas.

Former Member
0 Kudos

Hi,

For the meantime put the time constraint as say 2.

Follow the steps again carefully as I have mentioned in my last post.

maintain the Subtype field for Infotype 9021 in table V_T591A. Execute T code SM31 and enter the infotype 9900 in pop up box.

Create your subtype for the infotype along with time constraints and then try entering T for the IT 9021 with V_T582A.

In the same tab you should be able to see the Time constraint table as T591A. Subtype field as the subtype field of your infotype.

Subtype table as T591A and subtype text table as T591S.

try this and let us know. I am able to successfully create a infotype with time constraint T.

cheers

Ajay

Former Member
0 Kudos

Since the thread is not yet closed:

- First maintain the Time Constraint Table in T777D field STYPT (Technical Attributes)

- Then set Time Constraint T in T582A (Infotype Characteristics)

Then you can maintain TC per Subtype in T591A.