Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Append Structure!!

Former Member
0 Kudos

I need to add shipment fields and custom fields to VL06F using EXIT_SAPLV50Q_001 . Any help would be appreciated

1 ACCEPTED SOLUTION

abdul_hakim
Active Contributor
0 Kudos

hi

do you wanna add input fields to the standard SAP screen?

if so you need to use screen exit...

Cheers,

Abdul Hakim

17 REPLIES 17

abdul_hakim
Active Contributor
0 Kudos

hi

do you wanna add input fields to the standard SAP screen?

if so you need to use screen exit...

Cheers,

Abdul Hakim

0 Kudos

Yes I need to add input fields as well as output fields. DO you know which screen exit to use?

0 Kudos

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

0 Kudos

Thanks, I will check.

0 Kudos

hi

<b>SAPLV50Q</b> is the program name right??

Cheers,

Abdul Hakim

0 Kudos

Yes you are right

0 Kudos

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

0 Kudos

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

0 Kudos

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

0 Kudos

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

0 Kudos

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

0 Kudos

OK thanks for your help.. Appreciate it !!

0 Kudos

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

0 Kudos

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.

0 Kudos

hi

thats right..for extending <b>standard structures/tables</b> u could use append structures...

Cheers,

Abdul Hakim

0 Kudos

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

0 Kudos

regarding?

Cheers,

Abdul Hakim