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: 

BAPI or FUNC, MOD. to Update Date Field in Item Detail Sub-Header In PO

Former Member
0 Kudos

Hi All,

I'm working with SAP IS-Retail. In a PO, at the Item Detail, Import Tab, there are 2 sub-tabs Verif.4 and Verif. 5. This fields which are EIPO-NACD4 and EIPO-NACD5. When a new X-factory is entered for PO, this dates are deleted. I'm required to write a program to feed these fields of the required dates.

So basically, the user will run the program, input the PO no., the range of Line items they want to use the date for and lastly input the date he/she wants to use to populate the Verif. 4/5 date field.

Is there any BAPI's or Function Modules I can use to export the values to the EIPO fields.

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check with FM EXPIMP_ITEM_DATA_READ

Thanks

Seshu

2 REPLIES 2

Former Member
0 Kudos

Check with FM EXPIMP_ITEM_DATA_READ

Thanks

Seshu

Former Member
0 Kudos

This issue is resolve.

I foung a Function Module to use. The FM is

"EXPIMP_POSTING"

Thanks all.