Design Tools & Output Technologies - JDE1 (MOSC)

MOSC Banner

API For Update the Specific column value using Alias in the Table

edited Feb 8, 2018 6:37AM in Design Tools & Output Technologies - JDE1 (MOSC) 3 commentsAnswered ✓

Hi All,

May I know how to use this API JDB_UpdateTableCol() in jde C Business Function, I couldn't find the example in jdeapi.chm file.

idJDEDBReturn = JDB_UpdateTableCols(hRequestF0030, F0030, 0, ID_F0030_UNIQUE_KEY_ID, NULL, (short)1, NULL, zDbRef.szDict, (short)1);

Thanks

Hi All,

I have created one custom C Business function, to fetch the Specific column value using ALIAS & Table primary keys. Its working fine. But I do have the requirement to update the specific column value using the ALIAS for the same table. For that I have used the API called JDB_UpdateTableCols, but its not working for me. Can you please help me how to go ahead with this requirement. Also attaching the Source code that BSFN & highlighted the Update API logic. Please correct if I was coded wrong way. Thanks!

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center