cancel
Showing results for 
Search instead for 
Did you mean: 

ENTER DATA TO CREATE PAN INVADV01

sreekanth_mn1
Explorer
0 Kudos

Hi Team,

We are getting payment details from retailers through files. We need to enter data to create PAN based on the information in the files. Manually we can create using transaction INVADV01, but through files is there any standard report that is available. We can create PAN using standard report. Request your help on this.

Regards,

Sreekanth

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

I'm afraid there is no standard report allowing to create a PAN from flat file.
Currenly possibilities are to create those manually or from IDOC.

To create PAN from file you have to implement an own report. Use FM BAPI_INVRADVDOC_CREATE there.

Answers (1)

Answers (1)

sreekanth_mn1
Explorer
0 Kudos

Thank you very much. We can build a method/program using the mentioned BAPI. Thank you very much for help.