2006 Sep 23 9:49 PM
I need to add shipment fields and custom fields to VL06F using EXIT_SAPLV50Q_001 . Any help would be appreciated
2006 Sep 23 9:51 PM
hi
do you wanna add input fields to the standard SAP screen?
if so you need to use screen exit...
Cheers,
Abdul Hakim
2006 Sep 23 9:51 PM
hi
do you wanna add input fields to the standard SAP screen?
if so you need to use screen exit...
Cheers,
Abdul Hakim
2006 Sep 23 9:56 PM
Yes I need to add input fields as well as output fields. DO you know which screen exit to use?
2006 Sep 23 9:57 PM
hi andrew,
first u need to check whether screen exit exists for your screen.
search for the string CALL CUSTOMER SUBRSCREEN in the flow logic of the program.if you find then screen exit exists....
you can use the exit EXIT_SAPLV50Q_001 for filling the display fields only...
i m sure screen exit will exists for this transaction.
follow the steps which i have said above for finding the screen exit...
Cheers,
Abdul Hakim
2006 Sep 23 10:01 PM
2006 Sep 23 10:02 PM
hi
<b>SAPLV50Q</b> is the program name right??
Cheers,
Abdul Hakim
2006 Sep 23 10:03 PM
2006 Sep 23 10:09 PM
hi
the program has following screens
Dialog Box for Querying Actual Goods Issue Date
Delivery List: Create a Group with Reference Number
Delivery List: Create Delivery Group
Delivery List: Set Parameters for Background Run LT03
Delivery List: Output Printout for Delivery Groups
Delivery List: Selection Processing Mode Output
Where do you wanna add new input fields?
Cheers,
Abdul Hakim
2006 Sep 23 10:14 PM
Delivery List: Create Delivery Group
Delivery List: Output Printout for Delivery Groups
Delivery List : Selection Processing Mode Output
I need to add standard Sales order and shipment fields for input
2006 Sep 23 10:15 PM
hi
i m not finding any screen exits on those screens..
may i know the version of SAP you are working on?
Cheers,
Abdul Hakim
2006 Sep 23 10:16 PM
4.6C
Thanks Hakim for all your help. Do you have any documentation or sample I can have a look at. I have read the documentation of the FM but I need some more info..
Please send some examples of append structure to
andrewstickl@yahoo.com
Thanks a lot!!
Andrew
2006 Sep 23 10:26 PM
Sorry i m not even finding in my 4.7 system.i would have suggested you to use Badi if you are on 4.7 as 4.6c wont support screen exit based on Badis...Well you can achieve your requirement by making a modification to the respective screens and populating the values based on the above mentioned exits...Also i would strongly advice you to check with <b>SAP</b> in this regard before making any modification to the standard <b>SAP</b> Screen...they would advice you with <b>any exits / notes</b> applicable...
Cheers,
Abdul Hakim
2006 Sep 23 10:28 PM
2006 Sep 23 10:28 PM
hi andrew.
hope my above discussion would given you some useful info in this regard,
i think you have misunderstood the screen exit as append structures...append structures are entirely different from screen exits....
Cheers,
Abdul Hakim
2006 Sep 23 10:32 PM
Thanks for the clarification. But I do need to show some standard shipping fields as well as custom fields as an output in my report so for that I need to expand the LIPOV structure.
2006 Sep 23 10:34 PM
hi
thats right..for extending <b>standard structures/tables</b> u could use append structures...
Cheers,
Abdul Hakim
2006 Sep 23 10:35 PM
Yea it would have been nice to have some new input fields added to the standard report but its not a show stopper. I need to see the ouput and thanks for all your help.
Do you have any documentation?
andrewstickle@yahoo.com
2006 Sep 23 10:51 PM