This query is related to Vendor Pricing conditions.
I am trying to load pricing conditions using a Standard Program - RV14BTCI Object - 0070, Method -0000 and Program Type is Batch input.
It has following structures
u2022 BGR00 record type 0 session record
u2022 BKOND1 record type 1 header data (Tr.code, condition type, table name)
u2022 BKOND2 record type 2 main data (Vakey)
u2022 BKOND3 record type 3 scale data.
1. For BGR00 in mapping fields step I am not able to find the any fields to pass the session name. How do I pass the session name? Also do I need to pass STYPE for each structure or itu2019s already hardcoded in the program?
2. Since I am working with more than one subordinate source structures. In the case of dependent structures, the key is given the same name across all fields, meaning that in the subordinate structure at least one source field must have the name of a field of the super ordinate structure. During the import, this field is then used as a key for the relationship between the two dependent structures. I am trying to use a field as a key between the structures...Until I find it I can't read the data. u2026not sure which one?