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

BADI

Former Member
0 Likes
474

Hi friends,

1) Please tell howe to validate the fields for creating sales order (BADI_SD_SALES_ITEM and BADI_SD_SALES_BASIC)

2)on which fiels we normally do validations on sales order.

Please help me in this regard

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
445

Hi,

Generally when you are creating a sales order, the fields like Order type(AUART), and the sales fields(VKORG<VTWEG,SPART) and the Sold to, Ship to party (KUUNR,KUNAG) fields are to be validated. At the item level Material, qtyfields are must, so they have to be present.

So search for these fields in the BADI method and write the validations.

reward if useful

regards,

Anji

Hi,

Generally when you are creating a sales order, the fields like Order type(AUART), and the sales fields(VKORG<VTWEG,SPART) and the Sold to, Ship to party (KUUNR,KUNAG) fields are to be validated. At the item level Material, qtyfields are must, so they have to be present.

So search for these fields in the BADI method and write the validations.

reward if useful

regards,

Anji

3 REPLIES 3
Read only

Former Member
0 Likes
446

Hi,

Generally when you are creating a sales order, the fields like Order type(AUART), and the sales fields(VKORG<VTWEG,SPART) and the Sold to, Ship to party (KUUNR,KUNAG) fields are to be validated. At the item level Material, qtyfields are must, so they have to be present.

So search for these fields in the BADI method and write the validations.

reward if useful

regards,

Anji

Read only

0 Likes
445

Hi,

Could you please give BADI associated with this and

outline of program to validate the fields .

Please give atleast one instance for validation.

With Regards,

satya

Read only

Former Member
0 Likes
445

in which version u are working ? If u are <=4.7 then these BADIs are useless.

Regards

Prabhu