cancel
Showing results for 
Search instead for 
Did you mean: 

Validation on RFx Transaction types

Former Member
0 Kudos

Hi Folks,

I have a requirement to validate RFx draft when user created a SC with SC type as RFI(Custom field on Item details).

Requirement: For an approved shopping cart, when we create RFx draft and providing Transaction type, validation should occur. PFA.

To achieve this, I have used DOC_CHECK_BADI filter type as BUS2200, so how can I get the shoopping cart item details to validate with the RFx transaction types .

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

konstantin_anikeev
Active Contributor
0 Kudos

Hi,

you can not validate RFX type on the 3rd step of Sourcing via CHECK BADi. RFx not yet exists on the 3rd step.

Generally you can get SC items via the links between documents.

if you call

/SAPSRM/CL_PDO_MODEL_FACTORY=>GET_INSTANCE( )->GET_DETAIL...

You'll receive item links in the table ET_ITMLIM_REL

Regards

Konstantin

Former Member
0 Kudos

Hi Konstantin,

I do agree with you.

Can you please let me know, how can we validate RFX Transaction types as shown in screen shots.

For instance, if the Shopping cart is created with ZSC_TYPE as 'RFI' then system should only display 'RFQI' in the Transaction types drop down when creation of RFX Draft. How can we restrict based on the SC type.

Please input your comments.