cancel
Showing results for 
Search instead for 
Did you mean: 

FSD creation after PGI

Former Member
0 Kudos

hi,

There is a requirement to create FSD document after the PGI (of the delivery) automatically. Could you suggest a way to do that? Please note this is for a Shipper scenario.

Options that was explored & discarded.

1. Use txn: /n/scmtms/sfir_create - report does not have anything related to the PGI status

2. Use selection profile to filter out freight orders (using additional selection attributes using selection values) for which the deliveries are PGI'ed- the

3. Conditions in selection profile - could not find a condition type appropriate for the freight order selections.

4. Use txn: /n/scmtms/sfir_create with Freight order life cycle status - Life cycle status are not directly dependent on PGI status

Could you suggest me the options?

Thank You,

Vasu

Accepted Solutions (0)

Answers (1)

Answers (1)

gautams1
Participant
0 Kudos

Hi Vasudevan,

An ouput could be triggered at shipmemt which create a idoc (shmpnt05) to send the PGI status to TM. Further create a fsd with this program /SCMTMS/SFIR_CREATE_BATCH

Code can written in the save strategy in the FO that will call the action CREATE_SFIRwhich is at TOR root level. check this classs /SCMTMS/CL_CREATE_SAVE_METHODS

Also check the lifecycle staus in /SCMTMS/TOR-ROOT . I Hope this help

Reagrds,

Bimal_S
Active Participant
0 Kudos

Standard conditions wont work in this case. You may have to do a small development for this.

Then create a new data access definition and assign this custom determination class.

And use this DAD in condition type /SCMTMS/TOR_GENERIC.