Application Development and Automation 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: 
Read only

SAP-SCRIPT_Query

Former Member
0 Likes
373

Hi..

There is a table VBDPR which I am using in one of my SAP-SCRIPT assignments.

Actually I have a doubt, like there are certain z-fields in that table .

My question is that Those Z-fields are populated in the print program of every form or will those be populated automatically at runtime.

Please tell me how I can check this?

2 REPLIES 2
Read only

Former Member
0 Likes
327

Hi Subhash,

If you have any fields in your print program in that structure, it wont directly populated at runtime. But you must have to populate corresponding fields in print program based on NAST record.

If you are using SAP Standard print program, and if you have Z fields in VBDPR, you have to populate them.

NOTE: This is structure and not a table. This might be populated temporarly in your USER EXITS for some other purpose. But if you come to print program, you must have to write code for that if you use those fields in the layout.

regards,

ram.

Message was edited by: Ram

Read only

Former Member
0 Likes
327

Hi Subhash,

In the print program declaration, may be had decalred as itab like vbdpr.. so that all fields of vbdpr will be referred . This Sturture is related with the billing information .So , these fields may be populated using CUSTOMER-EXITS OR USER-EXITS OR BADI'S with VL* T-codes . If you could check these exits then you can able to find where they had populated these values .

Regards,

Raghav