Skip to Content
0
Former Member
Jan 10, 2008 at 09:59 AM

issue regarding SAP/GPA parameters

29 Views

Issue : When Sales Order, Delivary, Transfer Order, Billing is created by one user , and if the same user creates Sales Return Order(VA01) it is working fine. But if any other user creates this Sales Return then it is not showing Sales Return AMOUNT value which has to be copied from the Billing Dcoument.

This Sales Return transaction calling Form Routine which contains code to get Sales Return value . when same user who created Sales Order, Delivary, Transfer Order, Billing creates Sales Return then SPA/GPA PARAMETERs used in Form Routine program to get Reference Billing Document no.,etc , are getting populated by values , but if different user creates Sales Return this SAP/GPA PARAMETERS is not getting populated. i.e

DATA V_VBELN TYPE VBELN.

GET PARAMETER ID 'VF' FIELD V_VBELN .

why it is not getting populated plz help