cancel
Showing results for 
Search instead for 
Did you mean: 

Adding new Functionality to SD Report??

Former Member
0 Kudos

Hello Friends,

Could you please advice how i can add functionality to the option of SH partner to a SD report (SD_VA05)? It works for other partner types, but not for SH. I would relly appreciate your help, thanks in advance and will reward you with enough points for all the answers.

Thanks.

MM

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member204513
Active Contributor
0 Kudos

Hi Mohammed,

First you discuss with ABAPer regarding your requirement,

Based your requirement you need add Ship-to-Party field in the selection screen of the report, so you tell Technical name and the table of the field (VBAK) and also tell the logic of the report to the ABAPer according to that he will made the changes in the existing report.

I hope it will solve your problem,

Regards,

Murali.

0 Kudos

Hi

it should be programmed like this:

Table VBMTV: Include VBMTVZ.

Table T180A: Add a new data record via Transaction SE16.

program User exit PERFORM MOVE_USERFIELDS USING 'VBAP' in LV05TFMO, Include V05TZZMO

Please also run RVV05IVB for table VAKPA to setup the index.

Regards,

Andreas